diff --git a/.gitmodules b/.gitmodules index ef973db..c736352 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "Vendor/KeePassKit"] path = Vendor/KeePassKit url = https://github.com/mstarke/KeePassKit +[submodule "Vendor/KissXML"] + path = Vendor/KissXML + url = https://github.com/robbiehanson/KissXML diff --git a/MyPass.xcodeproj/project.pbxproj b/MyPass.xcodeproj/project.pbxproj index b114921..da51155 100644 --- a/MyPass.xcodeproj/project.pbxproj +++ b/MyPass.xcodeproj/project.pbxproj @@ -6,6 +6,12 @@ objectVersion = 77; objects = { +/* Begin PBXBuildFile section */ + 205678DB2FC0EB5200251C6B /* MyPassCore in Frameworks */ = {isa = PBXBuildFile; productRef = 205678DA2FC0EB5200251C6B /* MyPassCore */; }; + 2096B432305EC2B200C2F253 /* AuthenticationServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 205678E32FC0F52A00251C6B /* AuthenticationServices.framework */; }; + 2096B43D305EC2B200C2F253 /* autofill.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 2096B431305EC2B200C2F253 /* autofill.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; +/* End PBXBuildFile section */ + /* Begin PBXContainerItemProxy section */ 205678A32FBF9CBC00251C6B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -21,14 +27,47 @@ remoteGlobalIDString = 205678922FBF9CBB00251C6B; remoteInfo = MyPass; }; + 2096B43B305EC2B200C2F253 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 2056788B2FBF9CBB00251C6B /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2096B430305EC2B200C2F253; + remoteInfo = autofill; + }; /* End PBXContainerItemProxy section */ +/* Begin PBXCopyFilesBuildPhase section */ + 205678F42FC0F52A00251C6B /* Embed Foundation Extensions */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 13; + files = ( + 2096B43D305EC2B200C2F253 /* autofill.appex in Embed Foundation Extensions */, + ); + name = "Embed Foundation Extensions"; + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + /* Begin PBXFileReference section */ 205678932FBF9CBB00251C6B /* MyPass.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MyPass.app; sourceTree = BUILT_PRODUCTS_DIR; }; 205678A22FBF9CBC00251C6B /* MyPassTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyPassTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 205678AC2FBF9CBC00251C6B /* MyPassUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyPassUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 205678E32FC0F52A00251C6B /* AuthenticationServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AuthenticationServices.framework; path = System/Library/Frameworks/AuthenticationServices.framework; sourceTree = SDKROOT; }; + 2096B431305EC2B200C2F253 /* autofill.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = autofill.appex; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ +/* Begin PBXFileSystemSynchronizedBuildFileExceptionSet section */ + 2096B440305EC2B200C2F253 /* Exceptions for "autofill" folder in "autofill" target */ = { + isa = PBXFileSystemSynchronizedBuildFileExceptionSet; + membershipExceptions = ( + Info.plist, + ); + target = 2096B430305EC2B200C2F253 /* autofill */; + }; +/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */ + /* Begin PBXFileSystemSynchronizedRootGroup section */ 205678952FBF9CBB00251C6B /* MyPass */ = { isa = PBXFileSystemSynchronizedRootGroup; @@ -45,6 +84,14 @@ path = MyPassUITests; sourceTree = ""; }; + 2096B433305EC2B200C2F253 /* autofill */ = { + isa = PBXFileSystemSynchronizedRootGroup; + exceptions = ( + 2096B440305EC2B200C2F253 /* Exceptions for "autofill" folder in "autofill" target */, + ); + path = autofill; + sourceTree = ""; + }; /* End PBXFileSystemSynchronizedRootGroup section */ /* Begin PBXFrameworksBuildPhase section */ @@ -52,6 +99,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + 205678DB2FC0EB5200251C6B /* MyPassCore in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -69,6 +117,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2096B42E305EC2B200C2F253 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 2096B432305EC2B200C2F253 /* AuthenticationServices.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -78,6 +134,8 @@ 205678952FBF9CBB00251C6B /* MyPass */, 205678A52FBF9CBC00251C6B /* MyPassTests */, 205678AF2FBF9CBC00251C6B /* MyPassUITests */, + 2096B433305EC2B200C2F253 /* autofill */, + 205678E22FC0F52A00251C6B /* Frameworks */, 205678942FBF9CBB00251C6B /* Products */, ); sourceTree = ""; @@ -88,10 +146,19 @@ 205678932FBF9CBB00251C6B /* MyPass.app */, 205678A22FBF9CBC00251C6B /* MyPassTests.xctest */, 205678AC2FBF9CBC00251C6B /* MyPassUITests.xctest */, + 2096B431305EC2B200C2F253 /* autofill.appex */, ); name = Products; sourceTree = ""; }; + 205678E22FC0F52A00251C6B /* Frameworks */ = { + isa = PBXGroup; + children = ( + 205678E32FC0F52A00251C6B /* AuthenticationServices.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ @@ -102,16 +169,19 @@ 2056788F2FBF9CBB00251C6B /* Sources */, 205678902FBF9CBB00251C6B /* Frameworks */, 205678912FBF9CBB00251C6B /* Resources */, + 205678F42FC0F52A00251C6B /* Embed Foundation Extensions */, ); buildRules = ( ); dependencies = ( + 2096B43C305EC2B200C2F253 /* PBXTargetDependency */, ); fileSystemSynchronizedGroups = ( 205678952FBF9CBB00251C6B /* MyPass */, ); name = MyPass; packageProductDependencies = ( + 205678DA2FC0EB5200251C6B /* MyPassCore */, ); productName = MyPass; productReference = 205678932FBF9CBB00251C6B /* MyPass.app */; @@ -163,6 +233,28 @@ productReference = 205678AC2FBF9CBC00251C6B /* MyPassUITests.xctest */; productType = "com.apple.product-type.bundle.ui-testing"; }; + 2096B430305EC2B200C2F253 /* autofill */ = { + isa = PBXNativeTarget; + buildConfigurationList = 2096B441305EC2B200C2F253 /* Build configuration list for PBXNativeTarget "autofill" */; + buildPhases = ( + 2096B42D305EC2B200C2F253 /* Sources */, + 2096B42E305EC2B200C2F253 /* Frameworks */, + 2096B42F305EC2B200C2F253 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + fileSystemSynchronizedGroups = ( + 2096B433305EC2B200C2F253 /* autofill */, + ); + name = autofill; + packageProductDependencies = ( + ); + productName = autofill; + productReference = 2096B431305EC2B200C2F253 /* autofill.appex */; + productType = "com.apple.product-type.app-extension"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -170,7 +262,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = 1; - LastSwiftUpdateCheck = 2650; + LastSwiftUpdateCheck = 2660; LastUpgradeCheck = 2650; TargetAttributes = { 205678922FBF9CBB00251C6B = { @@ -184,6 +276,9 @@ CreatedOnToolsVersion = 26.5; TestTargetID = 205678922FBF9CBB00251C6B; }; + 2096B430305EC2B200C2F253 = { + CreatedOnToolsVersion = 26.6; + }; }; }; buildConfigurationList = 2056788E2FBF9CBB00251C6B /* Build configuration list for PBXProject "MyPass" */; @@ -195,6 +290,9 @@ ); mainGroup = 2056788A2FBF9CBB00251C6B; minimizedProjectReferenceProxies = 1; + packageReferences = ( + 205678D92FC0EB5200251C6B /* XCLocalSwiftPackageReference "MyPassCore" */, + ); preferredProjectObjectVersion = 77; productRefGroup = 205678942FBF9CBB00251C6B /* Products */; projectDirPath = ""; @@ -203,6 +301,7 @@ 205678922FBF9CBB00251C6B /* MyPass */, 205678A12FBF9CBC00251C6B /* MyPassTests */, 205678AB2FBF9CBC00251C6B /* MyPassUITests */, + 2096B430305EC2B200C2F253 /* autofill */, ); }; /* End PBXProject section */ @@ -229,6 +328,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2096B42F305EC2B200C2F253 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ @@ -253,6 +359,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 2096B42D305EC2B200C2F253 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ @@ -266,6 +379,11 @@ target = 205678922FBF9CBB00251C6B /* MyPass */; targetProxy = 205678AD2FBF9CBC00251C6B /* PBXContainerItemProxy */; }; + 2096B43C305EC2B200C2F253 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 2096B430305EC2B200C2F253 /* autofill */; + targetProxy = 2096B43B305EC2B200C2F253 /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ @@ -388,8 +506,10 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = MyPass/MyPass.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = F2KB6W8N4R; ENABLE_APP_SANDBOX = YES; ENABLE_PREVIEWS = YES; ENABLE_USER_SELECTED_FILES = readonly; @@ -410,6 +530,9 @@ MACOSX_DEPLOYMENT_TARGET = 26.5; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=xros*]" = org.antiloop222.MyPass; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; SDKROOT = auto; @@ -430,8 +553,10 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + CODE_SIGN_ENTITLEMENTS = MyPass/MyPass.entitlements; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = F2KB6W8N4R; ENABLE_APP_SANDBOX = YES; ENABLE_PREVIEWS = YES; ENABLE_USER_SELECTED_FILES = readonly; @@ -452,6 +577,9 @@ MACOSX_DEPLOYMENT_TARGET = 26.5; MARKETING_VERSION = 1.0; PRODUCT_BUNDLE_IDENTIFIER = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=macosx*]" = org.antiloop222.MyPass; + "PRODUCT_BUNDLE_IDENTIFIER[sdk=xros*]" = org.antiloop222.MyPass; PRODUCT_NAME = "$(TARGET_NAME)"; REGISTER_APP_GROUPS = YES; SDKROOT = auto; @@ -565,6 +693,69 @@ }; name = Release; }; + 2096B43E305EC2B200C2F253 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = autofill/autofill.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = F2KB6W8N4R; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = autofill/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = autofill; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = org.antiloop222.MyPass.autofill; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 2096B43F305EC2B200C2F253 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + CODE_SIGN_ENTITLEMENTS = autofill/autofill.entitlements; + CODE_SIGN_STYLE = Automatic; + CURRENT_PROJECT_VERSION = 1; + DEVELOPMENT_TEAM = F2KB6W8N4R; + GENERATE_INFOPLIST_FILE = YES; + INFOPLIST_FILE = autofill/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = autofill; + INFOPLIST_KEY_NSHumanReadableCopyright = ""; + IPHONEOS_DEPLOYMENT_TARGET = 26.5; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@executable_path/../../Frameworks", + ); + MARKETING_VERSION = 1.0; + PRODUCT_BUNDLE_IDENTIFIER = org.antiloop222.MyPass.autofill; + PRODUCT_NAME = "$(TARGET_NAME)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + STRING_CATALOG_GENERATE_SYMBOLS = YES; + SWIFT_APPROACHABLE_CONCURRENCY = YES; + SWIFT_EMIT_LOC_STRINGS = YES; + SWIFT_UPCOMING_FEATURE_MEMBER_IMPORT_VISIBILITY = YES; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -604,7 +795,30 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 2096B441305EC2B200C2F253 /* Build configuration list for PBXNativeTarget "autofill" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 2096B43E305EC2B200C2F253 /* Debug */, + 2096B43F305EC2B200C2F253 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + 205678D92FC0EB5200251C6B /* XCLocalSwiftPackageReference "MyPassCore" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = MyPassCore; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 205678DA2FC0EB5200251C6B /* MyPassCore */ = { + isa = XCSwiftPackageProductDependency; + productName = MyPassCore; + }; +/* End XCSwiftPackageProductDependency section */ }; rootObject = 2056788B2FBF9CBB00251C6B /* Project object */; } diff --git a/MyPass.xcodeproj/xcuserdata/kriss.xcuserdatad/xcschemes/xcschememanagement.plist b/MyPass.xcodeproj/xcuserdata/kriss.xcuserdatad/xcschemes/xcschememanagement.plist index c06f23b..8a07e16 100644 --- a/MyPass.xcodeproj/xcuserdata/kriss.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/MyPass.xcodeproj/xcuserdata/kriss.xcuserdatad/xcschemes/xcschememanagement.plist @@ -4,11 +4,21 @@ SchemeUserState + AutoFillExtension.xcscheme_^#shared#^_ + + orderHint + 1 + MyPass.xcscheme_^#shared#^_ orderHint 0 + autofill.xcscheme_^#shared#^_ + + orderHint + 1 + diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist b/MyPass/MyPass.entitlements similarity index 71% rename from MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist rename to MyPass/MyPass.entitlements index 6013438..2eb7e33 100644 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/Info.plist +++ b/MyPass/MyPass.entitlements @@ -2,7 +2,7 @@ - CFBundleDevelopmentRegion - en + com.apple.security.application-groups + - \ No newline at end of file + diff --git a/MyPass/MyPassApp.swift b/MyPass/MyPassApp.swift index 2f0153b..f117269 100644 --- a/MyPass/MyPassApp.swift +++ b/MyPass/MyPassApp.swift @@ -6,27 +6,12 @@ // import SwiftUI -import SwiftData @main struct MyPassApp: App { - var sharedModelContainer: ModelContainer = { - let schema = Schema([ - Item.self, - ]) - let modelConfiguration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: false) - - do { - return try ModelContainer(for: schema, configurations: [modelConfiguration]) - } catch { - fatalError("Could not create ModelContainer: \(error)") - } - }() - var body: some Scene { WindowGroup { ContentView() } - .modelContainer(sharedModelContainer) } } diff --git a/MyPassCore/.build/.lock b/MyPassCore/.build/.lock deleted file mode 100644 index bbf6190..0000000 --- a/MyPassCore/.build/.lock +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 3ffc0c7..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.h +++ /dev/null @@ -1,15 +0,0 @@ -#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 deleted file mode 100644 index ae11782..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/DerivedSources/resource_bundle_accessor.m +++ /dev/null @@ -1,12 +0,0 @@ -#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_KeePassKit.bundle/de.lproj/InfoPlist.strings b/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings deleted file mode 100644 index 361eca4..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/InfoPlist.strings +++ /dev/null @@ -1,6 +0,0 @@ -/* 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 deleted file mode 100644 index 11fbf9a..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/de.lproj/Localizable.strings +++ /dev/null @@ -1,268 +0,0 @@ -/* 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 deleted file mode 100644 index 4e1448b..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/en.lproj/Localizable.strings +++ /dev/null @@ -1,268 +0,0 @@ -/* 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 deleted file mode 100644 index fc0282f..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/es.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index 4e7edd0..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/fr.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index 4e26763..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/it.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index d9f0d10..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/nl.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index 5b1287e..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/pl.lproj/Localizable.strings +++ /dev/null @@ -1,110 +0,0 @@ -/* 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 deleted file mode 100644 index 56659c6..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/ru.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index 6244550..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit_KeePassKit.bundle/zh-hans.lproj/Localizable.strings +++ /dev/null @@ -1,52 +0,0 @@ -/* - 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 deleted file mode 100644 index 72bff30..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CFNetwork-1LQ2KCFGYMTBG.pcm and /dev/null 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 deleted file mode 100644 index 296e4fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreFoundation-YYJ9RAJY1SHU.pcm and /dev/null 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 deleted file mode 100644 index 75b999c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreGraphics-1HCI17F8IWTUW.pcm and /dev/null 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 deleted file mode 100644 index 1bb11fe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/CoreServices-352ML9H2JU2P0.pcm and /dev/null 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 deleted file mode 100644 index 39f080c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Darwin-1JBQYKNXQBTK.pcm and /dev/null 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 deleted file mode 100644 index d20503a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/DiskArbitration-V3QLSZJ4LQ9U.pcm and /dev/null 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 deleted file mode 100644 index c9f25e2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Dispatch-2RHP2FXWTH678.pcm and /dev/null 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 deleted file mode 100644 index e4e8016..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Foundation-6N6S7C0XOBON.pcm and /dev/null 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 deleted file mode 100644 index c178e56..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/IOKit-3DTQ16180TXJT.pcm and /dev/null 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 deleted file mode 100644 index ed2e632..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/MachO-VN03BDYR1JSW.pcm and /dev/null 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 deleted file mode 100644 index 103a0c4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ObjectiveC-2D9QRW0KPAMMM.pcm and /dev/null 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 deleted file mode 100644 index 2f6728a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/Security-QHJXGYYDCL9F.pcm and /dev/null 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 deleted file mode 100644 index 4fb47ca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/XPC-B2LPRIM2DE0P.pcm and /dev/null 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 deleted file mode 100644 index f3c4e7f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_AvailabilityInternal-277JJZJIHJPZF.pcm and /dev/null 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 deleted file mode 100644 index b46e236..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_float-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index 74b8ba2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_inttypes-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index 1ad6668..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_limits-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index 522ac2f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdarg-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index bc710f5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdbool-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index a332b82..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stddef-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index 81f3f9e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_Builtin_stdint-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index ba98d38..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation1-277JJZJIHJPZF.pcm and /dev/null 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 deleted file mode 100644 index a8bdafc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation2-WWWEWLWRZ14W.pcm and /dev/null 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 deleted file mode 100644 index fa44b39..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/_DarwinFoundation3-20G2G5I8KM923.pcm and /dev/null 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 deleted file mode 100644 index db38874..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/launch-28X2BRGNV4B87.pcm and /dev/null 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 deleted file mode 100644 index cdd3cf9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libDER-2WPXSD2SWVB5Z.pcm and /dev/null 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 deleted file mode 100644 index 8ecdb7b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/libkern-2RPR8GBS2PGRY.pcm and /dev/null 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 deleted file mode 120000 index 4feacb4..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/modules.idx.lock +++ /dev/null @@ -1 +0,0 @@ -/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 deleted file mode 100644 index a6ad0b8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_object-3KXINN7DPM3XP.pcm and /dev/null 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 deleted file mode 100644 index 6185338..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/os_workgroup-3KXINN7DPM3XP.pcm and /dev/null 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 deleted file mode 100644 index 5110955..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrauth-1L1O58CTK9GFM.pcm and /dev/null 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 deleted file mode 100644 index a374ea7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/19PO9S6FE9ZXX/ptrcheck-1L1O58CTK9GFM.pcm and /dev/null differ diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/MyPassCore/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp deleted file mode 100644 index e69de29..0000000 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 deleted file mode 100644 index 25c7bab..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/include/module.modulemap +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index bad9e95..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/output-file-map.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "": { - "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 deleted file mode 100644 index 340c535..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCore.build/sources +++ /dev/null @@ -1 +0,0 @@ -/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 deleted file mode 100644 index 6a4af7f..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/include/module.modulemap +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 4f8c936..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/output-file-map.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "": { - "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 deleted file mode 100644 index 887b2bf..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.build/sources +++ /dev/null @@ -1 +0,0 @@ -/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 deleted file mode 100644 index 7ce09ef..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCorePackageTests.derived/runner.swift +++ /dev/null @@ -1,547 +0,0 @@ -#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 deleted file mode 100644 index 2232953..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/DerivedSources/resource_bundle_accessor.swift +++ /dev/null @@ -1,17 +0,0 @@ -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 deleted file mode 100644 index 21faa62..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/output-file-map.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "": { - "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 deleted file mode 100644 index 4a3959c..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/MyPassCoreTests.build/sources +++ /dev/null @@ -1,2 +0,0 @@ -/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 deleted file mode 100644 index d320a81..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/description.json +++ /dev/null @@ -1,1509 +0,0 @@ -{ - "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 deleted file mode 100644 index a3a9228..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 and /dev/null 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 deleted file mode 100644 index 5538440..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/limits.h-3KK2ZK0P6I803 and /dev/null 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 deleted file mode 100644 index 332cecc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 and /dev/null 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 deleted file mode 100644 index 5c6a51a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/04/CGPDFContext.h-1A1Z6E8EMQJ04 and /dev/null 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 deleted file mode 100644 index 8ab5d97..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 and /dev/null 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 deleted file mode 100644 index 3f7f1f4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 and /dev/null 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 deleted file mode 100644 index 4ba51ab..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 and /dev/null 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 deleted file mode 100644 index e205466..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/audit.h-2FSLD4L3YJN0A and /dev/null 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 deleted file mode 100644 index de0d748..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B and /dev/null 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 deleted file mode 100644 index 1c187c1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C and /dev/null 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 deleted file mode 100644 index f552bbf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D and /dev/null 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 deleted file mode 100644 index 9784784..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F and /dev/null 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 deleted file mode 100644 index 8c39ec2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G and /dev/null 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 deleted file mode 100644 index de28def..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/CGWindow.h-10015XTACS90H and /dev/null 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 deleted file mode 100644 index 145000d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/KPKAutotypeNotesSerializer.m-22SIK9FCLBD0I and /dev/null 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 deleted file mode 100644 index ba2a57d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I and /dev/null 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 deleted file mode 100644 index 472d29d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K and /dev/null 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 deleted file mode 100644 index 3865ab3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L and /dev/null 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 deleted file mode 100644 index 7d87af8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L and /dev/null 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 deleted file mode 100644 index 8c326de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/CGPattern.h-NUQU8WNI1C0M and /dev/null 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 deleted file mode 100644 index c659b9c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M and /dev/null 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 deleted file mode 100644 index 776035c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P and /dev/null 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 deleted file mode 100644 index ee1bd44..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/CGDataConsumer.h-1794I0XRCWH0Q and /dev/null 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 deleted file mode 100644 index 2ccb007..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q and /dev/null 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 deleted file mode 100644 index 0988fed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R and /dev/null 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 deleted file mode 100644 index c09cd16..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/___wctype.h-2RB6R09NZAE0R and /dev/null 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 deleted file mode 100644 index e0b099d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/_types.h-2KVNT2DOELN0U and /dev/null 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 deleted file mode 100644 index f142839..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V and /dev/null 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 deleted file mode 100644 index 3fc3c57..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W and /dev/null 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 deleted file mode 100644 index d92858e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X and /dev/null 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 deleted file mode 100644 index 65fbaee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X and /dev/null 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 deleted file mode 100644 index b015911..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z and /dev/null 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 deleted file mode 100644 index fc81374..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 and /dev/null 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 deleted file mode 100644 index 48d8ee3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 and /dev/null 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 deleted file mode 100644 index 5674743..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 and /dev/null 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 deleted file mode 100644 index 6e84472..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 and /dev/null 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 deleted file mode 100644 index e3acd29..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 and /dev/null 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 deleted file mode 100644 index f793c0c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 and /dev/null 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 deleted file mode 100644 index 87575cf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 and /dev/null 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 deleted file mode 100644 index 7a74614..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 and /dev/null 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 deleted file mode 100644 index 2fb6304..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 and /dev/null 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 deleted file mode 100644 index 66750c4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 and /dev/null 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 deleted file mode 100644 index e76046c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 and /dev/null 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 deleted file mode 100644 index f605b23..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 and /dev/null 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 deleted file mode 100644 index beb3eaa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 and /dev/null 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 deleted file mode 100644 index c8fb1a1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 and /dev/null 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 deleted file mode 100644 index 92d491d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 and /dev/null 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 deleted file mode 100644 index 9cedb84..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 and /dev/null 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 deleted file mode 100644 index 9ef1b4f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 and /dev/null 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 deleted file mode 100644 index 2fa39fd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 and /dev/null 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 deleted file mode 100644 index d63482d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B and /dev/null 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 deleted file mode 100644 index f913215..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B and /dev/null 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 deleted file mode 100644 index 875ad41..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/CGError.h-24RWVAFMYHI1C and /dev/null 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 deleted file mode 100644 index 69ceaf3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C and /dev/null 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 deleted file mode 100644 index c0704f0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F and /dev/null 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 deleted file mode 100644 index df9afd0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/math.h-15UDIXFGV6W1F and /dev/null 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 deleted file mode 100644 index ecde0c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I and /dev/null 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 deleted file mode 100644 index 807c71f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I and /dev/null 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 deleted file mode 100644 index 74b5449..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I and /dev/null 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 deleted file mode 100644 index b241d51..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I and /dev/null 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 deleted file mode 100644 index 315f757..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J and /dev/null 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 deleted file mode 100644 index 25f5b8d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K and /dev/null 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 deleted file mode 100644 index 830bc1e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1M/pthread_spis.h-U4TDHDNQMF1M and /dev/null 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 deleted file mode 100644 index 2832534..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N and /dev/null 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 deleted file mode 100644 index db107cb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N and /dev/null 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 deleted file mode 100644 index e2b8122..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q and /dev/null 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 deleted file mode 100644 index 4315342..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R and /dev/null 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 deleted file mode 100644 index 2e671c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1V/mach_voucher_types.h-1VXL8P5MK0U1V and /dev/null 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 deleted file mode 100644 index bf7e3e8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W and /dev/null 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 deleted file mode 100644 index ddbd47b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z and /dev/null 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 deleted file mode 100644 index e3587a6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 and /dev/null 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 deleted file mode 100644 index 15a8f88..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 and /dev/null 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 deleted file mode 100644 index cad8dca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 and /dev/null 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 deleted file mode 100644 index 4fef39b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 and /dev/null 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 deleted file mode 100644 index b05a151..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 and /dev/null 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 deleted file mode 100644 index e8f7f6f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A and /dev/null 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 deleted file mode 100644 index 09d6f89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C and /dev/null 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 deleted file mode 100644 index 41de67b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D and /dev/null 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 deleted file mode 100644 index 24fa266..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/workgroup.h-FQECW7NE592D and /dev/null 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 deleted file mode 100644 index 8f5c69b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E and /dev/null 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 deleted file mode 100644 index 5905b8c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/dispatch.h-3AWZOJN81F82E and /dev/null 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 deleted file mode 100644 index cb48ea9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F and /dev/null 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 deleted file mode 100644 index 1b90c98..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H and /dev/null 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 deleted file mode 100644 index a9d8c35..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I and /dev/null 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 deleted file mode 100644 index 154c8c4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K and /dev/null 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 deleted file mode 100644 index 5c4dcf1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O and /dev/null 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 deleted file mode 100644 index 754ef57..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q and /dev/null 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 deleted file mode 100644 index e9d8da2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R and /dev/null 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 deleted file mode 100644 index 4f8a13d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S and /dev/null 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 deleted file mode 100644 index 727e0ff..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S and /dev/null 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 deleted file mode 100644 index 44436b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U and /dev/null 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 deleted file mode 100644 index ef7fa0f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U and /dev/null 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 deleted file mode 100644 index ca6edfc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U and /dev/null 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 deleted file mode 100644 index 1a9b16f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U and /dev/null 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 deleted file mode 100644 index c9b3910..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z and /dev/null 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 deleted file mode 100644 index 5a10275..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z and /dev/null 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 deleted file mode 100644 index fc00457..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 and /dev/null 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 deleted file mode 100644 index 3db7277..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 and /dev/null 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 deleted file mode 100644 index f93985c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 and /dev/null 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 deleted file mode 100644 index 3e9bd95..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 and /dev/null 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 deleted file mode 100644 index 27edb3c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 and /dev/null 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 deleted file mode 100644 index ba671da..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 and /dev/null 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 deleted file mode 100644 index 59ddecf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 and /dev/null 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 deleted file mode 100644 index f7dc6fb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 and /dev/null 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 deleted file mode 100644 index ec48d2a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C and /dev/null 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 deleted file mode 100644 index 2e22bd9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D and /dev/null 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 deleted file mode 100644 index 89285a3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/CGDisplayStream.h-86O3618Q7Z3E and /dev/null 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 deleted file mode 100644 index 7fe6d84..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E and /dev/null 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 deleted file mode 100644 index 6cc497e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F and /dev/null 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 deleted file mode 100644 index fb2179f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F and /dev/null 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 deleted file mode 100644 index ffe050b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H and /dev/null 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 deleted file mode 100644 index 727eae4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J and /dev/null 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 deleted file mode 100644 index bd5ba39..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J and /dev/null 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 deleted file mode 100644 index 19d4de3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K and /dev/null 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 deleted file mode 100644 index d888ae2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K and /dev/null 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 deleted file mode 100644 index aec02a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L and /dev/null 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 deleted file mode 100644 index 9db0c86..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L and /dev/null 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 deleted file mode 100644 index 5b387b6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M and /dev/null 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 deleted file mode 100644 index bb15053..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O and /dev/null 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 deleted file mode 100644 index c35d2db..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q and /dev/null 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 deleted file mode 100644 index cdfa612..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T and /dev/null 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 deleted file mode 100644 index 572e574..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U and /dev/null 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 deleted file mode 100644 index 9cc36aa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U and /dev/null 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 deleted file mode 100644 index 615a715..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/stddef.h-PZXH84HYZR3U and /dev/null 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 deleted file mode 100644 index dc32420..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V and /dev/null 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 deleted file mode 100644 index e02c5c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V and /dev/null 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 deleted file mode 100644 index 7a56612..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W and /dev/null 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 deleted file mode 100644 index 50435d1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X and /dev/null 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 deleted file mode 100644 index 2ad8efe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X and /dev/null 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 deleted file mode 100644 index 3175c2b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y and /dev/null 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 deleted file mode 100644 index c32a976..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z and /dev/null 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 deleted file mode 100644 index 8746a3f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 and /dev/null 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 deleted file mode 100644 index e302fee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 and /dev/null 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 deleted file mode 100644 index ee3a337..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 and /dev/null 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 deleted file mode 100644 index c970b9f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 and /dev/null 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 deleted file mode 100644 index c36a2ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/49/dyld.h-1ASP81YXW9D49 and /dev/null 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 deleted file mode 100644 index 69bc594..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C and /dev/null 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 deleted file mode 100644 index 37376cf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C and /dev/null 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 deleted file mode 100644 index 959ae33..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D and /dev/null 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 deleted file mode 100644 index 3c7cf0a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E and /dev/null 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 deleted file mode 100644 index cfcce56..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F and /dev/null 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 deleted file mode 100644 index e9afed6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I and /dev/null 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 deleted file mode 100644 index 61024bb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K and /dev/null 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 deleted file mode 100644 index 84212f2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P and /dev/null 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 deleted file mode 100644 index 20dd882..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEXRToneMappingGamma.h-183SJ15QR9H4Q and /dev/null 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 deleted file mode 100644 index 3bdc4b3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/CGEventSource.h-34C8KEIB1RJ4Q and /dev/null 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 deleted file mode 100644 index 47386d7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q and /dev/null 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 deleted file mode 100644 index 711b99d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q and /dev/null 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 deleted file mode 100644 index 82229a8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S and /dev/null 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 deleted file mode 100644 index 13ce346..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S and /dev/null 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 deleted file mode 100644 index 1b0f1c3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V and /dev/null 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 deleted file mode 100644 index 18c4aa7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/stddef.h-UF5NNTBHAE4V and /dev/null 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 deleted file mode 100644 index bdf9135..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W and /dev/null 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 deleted file mode 100644 index e79f069..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X and /dev/null 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 deleted file mode 100644 index 889c4a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X and /dev/null 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 deleted file mode 100644 index b82dc4c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Y/IOStorageCardCharacteristics.h-7HO85WEYJU4Y and /dev/null 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 deleted file mode 100644 index 723c5d8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/4Z/listener.h-2CKOOZUZQXH4Z and /dev/null 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 deleted file mode 100644 index f587a0c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 and /dev/null 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 deleted file mode 100644 index 9846567..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 and /dev/null 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 deleted file mode 100644 index 62f1933..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 and /dev/null 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 deleted file mode 100644 index f783edd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 and /dev/null 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 deleted file mode 100644 index 6cfb2b1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/53/xpc.h-1HTEOXXPJBA53 and /dev/null 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 deleted file mode 100644 index aacb5cb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 and /dev/null 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 deleted file mode 100644 index 24f7ae6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/56/stddef.h-1ODYZOY01JL56 and /dev/null 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 deleted file mode 100644 index 536822a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 and /dev/null 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 deleted file mode 100644 index 1f3281a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A and /dev/null 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 deleted file mode 100644 index e64ebec..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B and /dev/null 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 deleted file mode 100644 index 9553b1d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B and /dev/null 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 deleted file mode 100644 index 92f14d1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C and /dev/null 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 deleted file mode 100644 index a27dd7f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C and /dev/null 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 deleted file mode 100644 index d20239b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D and /dev/null 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 deleted file mode 100644 index 44a63bd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G and /dev/null 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 deleted file mode 100644 index 5106054..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H and /dev/null 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 deleted file mode 100644 index 4ae78ee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J and /dev/null 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 deleted file mode 100644 index 6b8dc46..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/tgmath.h-LOQAP6YI3Y5J and /dev/null 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 deleted file mode 100644 index 8626382..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K and /dev/null 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 deleted file mode 100644 index d77c105..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N and /dev/null 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 deleted file mode 100644 index a4a2f86..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O and /dev/null 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 deleted file mode 100644 index 712e3f1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P and /dev/null 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 deleted file mode 100644 index 35310d5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q and /dev/null 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 deleted file mode 100644 index a24a655..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R and /dev/null 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 deleted file mode 100644 index 4e93c28..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/_va_list.h-2UBAJ5631G65R and /dev/null 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 deleted file mode 100644 index 029a717..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R and /dev/null 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 deleted file mode 100644 index 4992e48..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S and /dev/null 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 deleted file mode 100644 index 82f2da3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T and /dev/null 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 deleted file mode 100644 index d405781..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U and /dev/null 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 deleted file mode 100644 index 8cb65e8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W and /dev/null 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 deleted file mode 100644 index c0fc055..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y and /dev/null 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 deleted file mode 100644 index 89a2019..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y and /dev/null 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 deleted file mode 100644 index 9b669ff..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 and /dev/null 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 deleted file mode 100644 index affc184..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 and /dev/null 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 deleted file mode 100644 index 6b71e63..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/62/CGGeometry.h-1OHPTPGK95F62 and /dev/null 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 deleted file mode 100644 index baeeb13..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 and /dev/null 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 deleted file mode 100644 index e4ddb61..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 and /dev/null 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 deleted file mode 100644 index 7712a33..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 and /dev/null 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 deleted file mode 100644 index fded31d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 and /dev/null 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 deleted file mode 100644 index 66a4bd5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 and /dev/null 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 deleted file mode 100644 index c98dd27..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 and /dev/null 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 deleted file mode 100644 index 501f418..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A and /dev/null 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 deleted file mode 100644 index e61e005..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C and /dev/null 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 deleted file mode 100644 index 9c05cfb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E and /dev/null 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 deleted file mode 100644 index 783e2eb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E and /dev/null 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 deleted file mode 100644 index d91a944..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F and /dev/null 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 deleted file mode 100644 index 13df552..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G and /dev/null 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 deleted file mode 100644 index 1a7bef4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J and /dev/null 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 deleted file mode 100644 index b98969c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K and /dev/null 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 deleted file mode 100644 index 785c16d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M and /dev/null 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 deleted file mode 100644 index 27789e8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O and /dev/null 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 deleted file mode 100644 index a049a95..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q and /dev/null 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 deleted file mode 100644 index 18346d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q and /dev/null 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 deleted file mode 100644 index 862efef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R and /dev/null 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 deleted file mode 100644 index 28ee5d0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V and /dev/null 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 deleted file mode 100644 index 8f4ad95..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W and /dev/null 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 deleted file mode 100644 index 8832b98..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/stdarg.h-2UDTT2XM3G06W and /dev/null 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 deleted file mode 100644 index 9158251..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X and /dev/null 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 deleted file mode 100644 index 9265838..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X and /dev/null 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 deleted file mode 100644 index 0933c40..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/AssertMacros.h-3LJRVZ23PWZ6Y and /dev/null 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 deleted file mode 100644 index a24ceaf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z and /dev/null 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 deleted file mode 100644 index 922d461..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/stddef.h-1XU213I87EE6Z and /dev/null 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 deleted file mode 100644 index ae0c3fe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/CGDataProvider.h-2PAP357O4LS70 and /dev/null 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 deleted file mode 100644 index b3b2014..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/70/data.h-3E9FTR1LLKZ70 and /dev/null 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 deleted file mode 100644 index bd2d345..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/71/CGDirectPalette.h-1H5QF9U6T3M71 and /dev/null 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 deleted file mode 100644 index 50c4999..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 and /dev/null 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 deleted file mode 100644 index 6832da8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 and /dev/null 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 deleted file mode 100644 index c45b3ef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 and /dev/null 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 deleted file mode 100644 index e2b8e02..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 and /dev/null 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 deleted file mode 100644 index 6a8ee99..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 and /dev/null 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 deleted file mode 100644 index 7c81948..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 and /dev/null 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 deleted file mode 100644 index 05db54f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 and /dev/null 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 deleted file mode 100644 index 7db2a09..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A and /dev/null 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 deleted file mode 100644 index 3f40130..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B and /dev/null 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 deleted file mode 100644 index 5e048c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E and /dev/null 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 deleted file mode 100644 index 0e76fcc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSObjCRuntime.h-22X4KCS3NTC7H and /dev/null 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 deleted file mode 100644 index 449759a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I and /dev/null 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 deleted file mode 100644 index 0d9a398..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J and /dev/null 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 deleted file mode 100644 index 76060ac..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/curses.h-1KRBFKQXEEU7L and /dev/null 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 deleted file mode 100644 index 4f8cb00..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M and /dev/null 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 deleted file mode 100644 index c8a6e7c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/peer_requirement.h-17SYPO5N1R17M and /dev/null 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 deleted file mode 100644 index 876f7b0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N and /dev/null 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 deleted file mode 100644 index 329d02e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N and /dev/null 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 deleted file mode 100644 index 8ee734e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N and /dev/null 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 deleted file mode 100644 index bbc3cd5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N and /dev/null 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 deleted file mode 100644 index 52dbb67..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O and /dev/null 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 deleted file mode 100644 index 573c4b3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P and /dev/null 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 deleted file mode 100644 index 80b8762..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P and /dev/null 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 deleted file mode 100644 index 365fcd7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P and /dev/null 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 deleted file mode 100644 index 3bb906e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q and /dev/null 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 deleted file mode 100644 index 4ba95d3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q and /dev/null 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 deleted file mode 100644 index 9979885..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T and /dev/null 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 deleted file mode 100644 index 91ebc03..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/7Y/session.h-16JO82C4ZP27Y and /dev/null 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 deleted file mode 100644 index 87c0d82..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 and /dev/null 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 deleted file mode 100644 index c8d1f6e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 and /dev/null 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 deleted file mode 100644 index 86079b7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 and /dev/null 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 deleted file mode 100644 index 13e7a8d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 and /dev/null 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 deleted file mode 100644 index b6ce923..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 and /dev/null 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 deleted file mode 100644 index eb679f2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 and /dev/null 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 deleted file mode 100644 index 210f96b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 and /dev/null 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 deleted file mode 100644 index 92877c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 and /dev/null 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 deleted file mode 100644 index d572318..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 and /dev/null 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 deleted file mode 100644 index 8bad9b8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 and /dev/null 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 deleted file mode 100644 index 6d31e02..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/CGContext.h-2GOU88J9MT787 and /dev/null 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 deleted file mode 100644 index 5916c8b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 and /dev/null 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 deleted file mode 100644 index 5d85a0e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 and /dev/null 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 deleted file mode 100644 index 416befd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 and /dev/null 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 deleted file mode 100644 index c94ad0f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A and /dev/null 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 deleted file mode 100644 index d107423..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C and /dev/null 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 deleted file mode 100644 index 401c3f6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C and /dev/null 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 deleted file mode 100644 index 895d6e5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E and /dev/null 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 deleted file mode 100644 index c5e43eb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E and /dev/null 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 deleted file mode 100644 index b038767..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E and /dev/null 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 deleted file mode 100644 index 35b4812..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F and /dev/null 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 deleted file mode 100644 index bdba7d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/_string.h-2JW70P4K7OM8H and /dev/null 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 deleted file mode 100644 index 8484583..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H and /dev/null 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 deleted file mode 100644 index 3cb9531..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/CFBase.h-R90D7FUTL8I and /dev/null 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 deleted file mode 100644 index c7be029..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I and /dev/null 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 deleted file mode 100644 index f7f26c3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N and /dev/null 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 deleted file mode 100644 index ebc4f3b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q and /dev/null 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 deleted file mode 100644 index 44803c8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R and /dev/null 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 deleted file mode 100644 index 07dcd49..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S and /dev/null 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 deleted file mode 100644 index 2bf1169..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S and /dev/null 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 deleted file mode 100644 index c6876b2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S and /dev/null 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 deleted file mode 100644 index e4b1b5e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S and /dev/null 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 deleted file mode 100644 index 0c328f0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V and /dev/null 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 deleted file mode 100644 index 54ebf16..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W and /dev/null 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 deleted file mode 100644 index f2bc86d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y and /dev/null 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 deleted file mode 100644 index fad8d28..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 and /dev/null 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 deleted file mode 100644 index 4ece05c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 and /dev/null 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 deleted file mode 100644 index 6749e37..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 and /dev/null 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 deleted file mode 100644 index ca63937..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/95/time.h-B3LB1769EL95 and /dev/null 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 deleted file mode 100644 index 70fa602..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 and /dev/null 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 deleted file mode 100644 index 9fe3fa1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 and /dev/null 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 deleted file mode 100644 index 380db15..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 and /dev/null 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 deleted file mode 100644 index 5047eb6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A and /dev/null 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 deleted file mode 100644 index 22b3249..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A and /dev/null 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 deleted file mode 100644 index 1eed699..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E and /dev/null 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 deleted file mode 100644 index f3f1059..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E and /dev/null 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 deleted file mode 100644 index 8cf3264..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E and /dev/null 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 deleted file mode 100644 index 86ea927..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E and /dev/null 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 deleted file mode 100644 index ad13c05..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E and /dev/null 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 deleted file mode 100644 index 576be06..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G and /dev/null 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 deleted file mode 100644 index c209f8f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H and /dev/null 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 deleted file mode 100644 index f8e5d53..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H and /dev/null 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 deleted file mode 100644 index 26ad779..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I and /dev/null 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 deleted file mode 100644 index 0a6ee79..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I and /dev/null 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 deleted file mode 100644 index 428d376..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J and /dev/null 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 deleted file mode 100644 index dbc2c54..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K and /dev/null 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 deleted file mode 100644 index ae22c57..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/CGPDFContentStream.h-FLM8QTA3P69L and /dev/null 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 deleted file mode 100644 index 3e070be..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L and /dev/null 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 deleted file mode 100644 index d66e284..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N and /dev/null 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 deleted file mode 100644 index c838be9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O and /dev/null 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 deleted file mode 100644 index f361f1b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R and /dev/null 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 deleted file mode 100644 index 389e65a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R and /dev/null 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 deleted file mode 100644 index 2658a1a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S and /dev/null 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 deleted file mode 100644 index 82ea224..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y and /dev/null 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 deleted file mode 100644 index 60bc4a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z and /dev/null 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 deleted file mode 100644 index 6091df7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z and /dev/null 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 deleted file mode 100644 index 277e767..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z and /dev/null 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 deleted file mode 100644 index 9bfdcee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 and /dev/null 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 deleted file mode 100644 index 7d9bcb4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 and /dev/null 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 deleted file mode 100644 index cb0241c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 and /dev/null 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 deleted file mode 100644 index e25aea0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 and /dev/null 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 deleted file mode 100644 index ddf97ef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 and /dev/null 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 deleted file mode 100644 index 746b114..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 and /dev/null 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 deleted file mode 100644 index a0dc8aa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 and /dev/null 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 deleted file mode 100644 index f784928..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/A9/float.h-3J326GF5ERUA9 and /dev/null 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 deleted file mode 100644 index f6b2eb6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB and /dev/null 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 deleted file mode 100644 index 5a519ac..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF and /dev/null 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 deleted file mode 100644 index a823a70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG and /dev/null 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 deleted file mode 100644 index 2e2e836..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ and /dev/null 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 deleted file mode 100644 index c76c0a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ and /dev/null 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 deleted file mode 100644 index 4325624..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AK/objc.h-3NB2A1C1HBOAK and /dev/null 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 deleted file mode 100644 index 343d386..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL and /dev/null 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 deleted file mode 100644 index 78f5d23..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM and /dev/null 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 deleted file mode 100644 index dc78a0a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM and /dev/null 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 deleted file mode 100644 index 84bc5cd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM and /dev/null 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 deleted file mode 100644 index 0ab7f50..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/types.h-1Z9K34I5WERAO and /dev/null 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 deleted file mode 100644 index 2c2a455..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP and /dev/null 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 deleted file mode 100644 index 5393ad2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ and /dev/null 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 deleted file mode 100644 index 4d2ac38..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ and /dev/null 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 deleted file mode 100644 index 838c4be..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT and /dev/null 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 deleted file mode 100644 index 01a0389..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT and /dev/null 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 deleted file mode 100644 index 079634e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT and /dev/null 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 deleted file mode 100644 index 3072fcc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU and /dev/null 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 deleted file mode 100644 index f6e6108..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU and /dev/null 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 deleted file mode 100644 index 3562423..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW and /dev/null 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 deleted file mode 100644 index 50dd6d3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX and /dev/null 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 deleted file mode 100644 index ee7d1cc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX and /dev/null 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 deleted file mode 100644 index fa91362..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY and /dev/null 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 deleted file mode 100644 index ae2fbfe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ and /dev/null 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 deleted file mode 100644 index 529c005..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ and /dev/null 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 deleted file mode 100644 index b0fed79..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 and /dev/null 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 deleted file mode 100644 index c08b2f5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 and /dev/null 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 deleted file mode 100644 index 17d43a1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 and /dev/null 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 deleted file mode 100644 index b50afe7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/oidsbase.h-3JTCM2E5ZEPB4 and /dev/null 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 deleted file mode 100644 index 9803275..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 and /dev/null 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 deleted file mode 100644 index 7f5924b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 and /dev/null 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 deleted file mode 100644 index 276b65c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA and /dev/null 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 deleted file mode 100644 index 07f3f83..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB and /dev/null 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 deleted file mode 100644 index 09633c1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB and /dev/null 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 deleted file mode 100644 index c96ce93..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC and /dev/null 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 deleted file mode 100644 index 316809e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD and /dev/null 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 deleted file mode 100644 index 5a9d7e1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD and /dev/null 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 deleted file mode 100644 index 02de3fa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD and /dev/null 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 deleted file mode 100644 index 8fb64f8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE and /dev/null 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 deleted file mode 100644 index 754bbdc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG and /dev/null 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 deleted file mode 100644 index 1aa2aa5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH and /dev/null 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 deleted file mode 100644 index c051673..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/fasttrap_isa.h-2XOQDQ0HU03BH and /dev/null 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 deleted file mode 100644 index 46c4a43..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH and /dev/null 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 deleted file mode 100644 index bb27f4b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ and /dev/null 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 deleted file mode 100644 index f9bab7e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ and /dev/null 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 deleted file mode 100644 index c0db6bf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK and /dev/null 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 deleted file mode 100644 index 9ef7f7c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL and /dev/null 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 deleted file mode 100644 index 9b946c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL and /dev/null 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 deleted file mode 100644 index 50f0a18..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP and /dev/null 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 deleted file mode 100644 index 8151f91..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ and /dev/null 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 deleted file mode 100644 index 074a126..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ and /dev/null 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 deleted file mode 100644 index 462e4ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR and /dev/null 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 deleted file mode 100644 index 4c7c78b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT and /dev/null 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 deleted file mode 100644 index 894d506..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT and /dev/null 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 deleted file mode 100644 index d23b640..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV and /dev/null 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 deleted file mode 100644 index 50ff3ca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/SecureTransport.h-1I5QXHGWBZEBX and /dev/null 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 deleted file mode 100644 index 9adbb60..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX and /dev/null 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 deleted file mode 100644 index 467ff86..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY and /dev/null 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 deleted file mode 100644 index e889031..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY and /dev/null 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 deleted file mode 100644 index e9baa43..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY and /dev/null 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 deleted file mode 100644 index f0ae61d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 and /dev/null 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 deleted file mode 100644 index c1d7302..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C3/message.h-L662AU1NSQC3 and /dev/null 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 deleted file mode 100644 index 7c9d232..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 and /dev/null 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 deleted file mode 100644 index ffa1f52..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 and /dev/null 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 deleted file mode 100644 index 241fcc5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C5/queue.h-1I9HYW4SY22C5 and /dev/null 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 deleted file mode 100644 index 5e21b19..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 and /dev/null 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 deleted file mode 100644 index 4f21474..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 and /dev/null 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 deleted file mode 100644 index 9f6eef0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 and /dev/null 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 deleted file mode 100644 index 2c2afe3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 and /dev/null 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 deleted file mode 100644 index f4aa8bb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB and /dev/null 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 deleted file mode 100644 index fabdbfd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB and /dev/null 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 deleted file mode 100644 index ba56bee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC and /dev/null 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 deleted file mode 100644 index 5a67bda..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD and /dev/null 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 deleted file mode 100644 index 7991a14..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF and /dev/null 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 deleted file mode 100644 index f3df3a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI and /dev/null 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 deleted file mode 100644 index 2a0f007..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI and /dev/null 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 deleted file mode 100644 index 08bfafe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK and /dev/null 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 deleted file mode 100644 index 6015d1a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL and /dev/null 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 deleted file mode 100644 index 0ed72f0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN and /dev/null 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 deleted file mode 100644 index 7d378d8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN and /dev/null 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 deleted file mode 100644 index 96aafdd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP and /dev/null 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 deleted file mode 100644 index 11ca7b2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP and /dev/null 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 deleted file mode 100644 index ef1aaa4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ and /dev/null 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 deleted file mode 100644 index c5bbb59..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR and /dev/null 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 deleted file mode 100644 index fda3d92..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR and /dev/null 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 deleted file mode 100644 index e202544..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR and /dev/null 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 deleted file mode 100644 index c21ec5a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CS/CGPDFStream.h-2KIC5QIV4YPCS and /dev/null 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 deleted file mode 100644 index 374489a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT and /dev/null 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 deleted file mode 100644 index a0ce498..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT and /dev/null 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 deleted file mode 100644 index 47a0e5a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT and /dev/null 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 deleted file mode 100644 index 500a147..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV and /dev/null 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 deleted file mode 100644 index 1dc59a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW and /dev/null 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 deleted file mode 100644 index 1538f7b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW and /dev/null 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 deleted file mode 100644 index 966c6b0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX and /dev/null 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 deleted file mode 100644 index abf6f84..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ and /dev/null 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 deleted file mode 100644 index ae76537..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 and /dev/null 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 deleted file mode 100644 index 1067b53..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 and /dev/null 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 deleted file mode 100644 index c3239c1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 and /dev/null 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 deleted file mode 100644 index 3b75edf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/CGFunction.h-66IFTMKK67D6 and /dev/null 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 deleted file mode 100644 index 984656c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 and /dev/null 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 deleted file mode 100644 index 06b0431..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 and /dev/null 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 deleted file mode 100644 index 29de9ca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DA/CGLayer.h-3EIUMOC9CV8DA and /dev/null 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 deleted file mode 100644 index a3fae8d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB and /dev/null 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 deleted file mode 100644 index daa2ba6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC and /dev/null 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 deleted file mode 100644 index 559341b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD and /dev/null 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 deleted file mode 100644 index ce97f80..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE and /dev/null 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 deleted file mode 100644 index 7955fa0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF and /dev/null 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 deleted file mode 100644 index ec2aa3f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF and /dev/null 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 deleted file mode 100644 index f2428d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG and /dev/null 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 deleted file mode 100644 index 026c3fb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG and /dev/null 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 deleted file mode 100644 index 8793a3b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG and /dev/null 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 deleted file mode 100644 index 32413ef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/stddef.h-1CQIKDQYFGWDG and /dev/null 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 deleted file mode 100644 index ea5e317..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI and /dev/null 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 deleted file mode 100644 index 7043717..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ and /dev/null 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 deleted file mode 100644 index 3c16be4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ and /dev/null 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 deleted file mode 100644 index 7e5a047..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL and /dev/null 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 deleted file mode 100644 index 48c83c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM and /dev/null 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 deleted file mode 100644 index 205dcc8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN and /dev/null 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 deleted file mode 100644 index 62c96cb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO and /dev/null 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 deleted file mode 100644 index e623db9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO and /dev/null 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 deleted file mode 100644 index 4f09be4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DQ/stddef.h-2ZN5NO9OQBYDQ and /dev/null 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 deleted file mode 100644 index 20f82b8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR and /dev/null 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 deleted file mode 100644 index 73b6eb3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS and /dev/null 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 deleted file mode 100644 index 282cef0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU and /dev/null 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 deleted file mode 100644 index 579f672..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/CGRemoteOperation.h-2BP9UB4SORBDX and /dev/null 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 deleted file mode 100644 index b5c5ae5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX and /dev/null 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 deleted file mode 100644 index de5325a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX and /dev/null 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 deleted file mode 100644 index e60f47a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY and /dev/null 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 deleted file mode 100644 index 3274f0b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY and /dev/null 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 deleted file mode 100644 index 8766766..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/CGDirectDisplay.h-2FG7EMUQSBTE0 and /dev/null 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 deleted file mode 100644 index c50b37c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 and /dev/null 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 deleted file mode 100644 index e8541dd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 and /dev/null 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 deleted file mode 100644 index 7950a47..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 and /dev/null 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 deleted file mode 100644 index 384a5ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 and /dev/null 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 deleted file mode 100644 index 841d0ae..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/USB.h-23FYUUM4L3NE4 and /dev/null 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 deleted file mode 100644 index 492a399..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 and /dev/null 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 deleted file mode 100644 index 367a260..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 and /dev/null 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 deleted file mode 100644 index f3765fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 and /dev/null 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 deleted file mode 100644 index 86faf28..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 and /dev/null 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 deleted file mode 100644 index 5ce3e2c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 and /dev/null 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 deleted file mode 100644 index da4615d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA and /dev/null 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 deleted file mode 100644 index 175ce69..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED and /dev/null 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 deleted file mode 100644 index f8a6eae..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF and /dev/null 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 deleted file mode 100644 index 335af7b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF and /dev/null 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 deleted file mode 100644 index 1ea602c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH and /dev/null 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 deleted file mode 100644 index 887241f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI and /dev/null 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 deleted file mode 100644 index de31f3f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK and /dev/null 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 deleted file mode 100644 index 30fec6b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL and /dev/null 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 deleted file mode 100644 index 93257b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM and /dev/null 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 deleted file mode 100644 index 854a2e4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM and /dev/null 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 deleted file mode 100644 index ada09ad..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN and /dev/null 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 deleted file mode 100644 index 25bf52d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP and /dev/null 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 deleted file mode 100644 index d940b08..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP and /dev/null 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 deleted file mode 100644 index 9053112..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/AvailabilityVersions.h-29ZV6QJ4HKNEQ and /dev/null 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 deleted file mode 100644 index 7a101c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ and /dev/null 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 deleted file mode 100644 index 7c04534..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER and /dev/null 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 deleted file mode 100644 index ba23380..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER and /dev/null 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 deleted file mode 100644 index 352bfd1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER and /dev/null 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 deleted file mode 100644 index 4f7dfc9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU and /dev/null 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 deleted file mode 100644 index 22d127b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV and /dev/null 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 deleted file mode 100644 index 6cf7918..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW and /dev/null 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 deleted file mode 100644 index b8b046b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 and /dev/null 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 deleted file mode 100644 index d1b83c0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 and /dev/null 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 deleted file mode 100644 index 992a7de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 and /dev/null 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 deleted file mode 100644 index 200679a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 and /dev/null 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 deleted file mode 100644 index 1214f89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 and /dev/null 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 deleted file mode 100644 index 74e8b16..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 and /dev/null 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 deleted file mode 100644 index 91690d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 and /dev/null 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 deleted file mode 100644 index 99b3bea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 and /dev/null 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 deleted file mode 100644 index e466016..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 and /dev/null 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 deleted file mode 100644 index d7a9428..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 and /dev/null 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 deleted file mode 100644 index 5c4fb89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 and /dev/null 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 deleted file mode 100644 index 4b53d2d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA and /dev/null 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 deleted file mode 100644 index c501129..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/unctrl.h-1WLM3CAHN9YFA and /dev/null 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 deleted file mode 100644 index 4c1f051..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD and /dev/null 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 deleted file mode 100644 index d649bdc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE and /dev/null 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 deleted file mode 100644 index 7a07368..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI and /dev/null 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 deleted file mode 100644 index 463cf3b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK and /dev/null 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 deleted file mode 100644 index 3a73af2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK and /dev/null 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 deleted file mode 100644 index cebb2de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/NSURL.h-3VJGBNBS9O6FK and /dev/null 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 deleted file mode 100644 index 5eebe0c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM and /dev/null 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 deleted file mode 100644 index c4b21a9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN and /dev/null 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 deleted file mode 100644 index ce8050f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ and /dev/null 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 deleted file mode 100644 index ce4f65a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS and /dev/null 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 deleted file mode 100644 index a096cee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS and /dev/null 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 deleted file mode 100644 index f7f04f1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS and /dev/null 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 deleted file mode 100644 index a64a372..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV and /dev/null 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 deleted file mode 100644 index fe8ab82..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW and /dev/null 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 deleted file mode 100644 index 2b06ede..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX and /dev/null 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 deleted file mode 100644 index 22887eb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX and /dev/null 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 deleted file mode 100644 index dff0a8e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY and /dev/null 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 deleted file mode 100644 index 6c79289..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ and /dev/null 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 deleted file mode 100644 index da6cae3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 and /dev/null 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 deleted file mode 100644 index c6a9e0b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 and /dev/null 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 deleted file mode 100644 index 6384e93..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 and /dev/null 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 deleted file mode 100644 index 32adb89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 and /dev/null 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 deleted file mode 100644 index ecd3234..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 and /dev/null 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 deleted file mode 100644 index 55d79b3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 and /dev/null 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 deleted file mode 100644 index a8d1b82..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 and /dev/null 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 deleted file mode 100644 index c4ae13f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 and /dev/null 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 deleted file mode 100644 index 31da2aa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 and /dev/null 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 deleted file mode 100644 index 167736c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 and /dev/null 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 deleted file mode 100644 index a63ea11..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB and /dev/null 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 deleted file mode 100644 index c3cea85..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB and /dev/null 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 deleted file mode 100644 index ec294e5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/object.h-60MLJX7P7AGB and /dev/null 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 deleted file mode 100644 index 4f0a799..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC and /dev/null 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 deleted file mode 100644 index d15fd65..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC and /dev/null 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 deleted file mode 100644 index 9f9de77..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GD/vm_statistics.h-21NLFPK75IKGD and /dev/null 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 deleted file mode 100644 index 307ca10..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE and /dev/null 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 deleted file mode 100644 index b738694..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE and /dev/null 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 deleted file mode 100644 index 560a27d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF and /dev/null 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 deleted file mode 100644 index f6b55dc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF and /dev/null 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 deleted file mode 100644 index 321031a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG and /dev/null 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 deleted file mode 100644 index 16ca353..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CGPDFArray.h-3TVDZI3TN0YGG and /dev/null 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 deleted file mode 100644 index d4ee4c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH and /dev/null 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 deleted file mode 100644 index 9522de4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI and /dev/null 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 deleted file mode 100644 index 45a79ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI and /dev/null 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 deleted file mode 100644 index 0e6c980..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/group.h-2S9YZSJ77VEGI and /dev/null 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 deleted file mode 100644 index 1efd21a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI and /dev/null 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 deleted file mode 100644 index 36238e1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL and /dev/null 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 deleted file mode 100644 index c451bc3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/stddef.h-2KNE4C4DZ0HGM and /dev/null 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 deleted file mode 100644 index a126530..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN and /dev/null 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 deleted file mode 100644 index 1a3e01d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO and /dev/null 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 deleted file mode 100644 index 4bff99e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO and /dev/null 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 deleted file mode 100644 index c6eb519..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO and /dev/null 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 deleted file mode 100644 index b0dbe28..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO and /dev/null 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 deleted file mode 100644 index f3c6c4c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ and /dev/null 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 deleted file mode 100644 index d6c5312..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS and /dev/null 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 deleted file mode 100644 index 6a7ab98..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT and /dev/null 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 deleted file mode 100644 index 455036b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT and /dev/null 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 deleted file mode 100644 index 5d133ed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/CFXMLParser.h-2LDIJYW84WHGU and /dev/null 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 deleted file mode 100644 index ea69799..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/base.h-1921BX79X3IGU and /dev/null 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 deleted file mode 100644 index 488da5c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY and /dev/null 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 deleted file mode 100644 index ef15942..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 and /dev/null 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 deleted file mode 100644 index ff6802a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 and /dev/null 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 deleted file mode 100644 index 911d77d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/kdebug.h-KKPC6ZMFGWH1 and /dev/null 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 deleted file mode 100644 index c87ddca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H1/object.h-3QA0AIOWOSHH1 and /dev/null 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 deleted file mode 100644 index c8b433f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 and /dev/null 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 deleted file mode 100644 index 5c2c782..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 and /dev/null 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 deleted file mode 100644 index 62cbd3f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 and /dev/null 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 deleted file mode 100644 index 0da1314..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 and /dev/null 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 deleted file mode 100644 index 7567236..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 and /dev/null 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 deleted file mode 100644 index de2c99c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 and /dev/null 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 deleted file mode 100644 index dc4a98d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 and /dev/null 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 deleted file mode 100644 index 77893ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 and /dev/null 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 deleted file mode 100644 index 979dbbc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 and /dev/null 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 deleted file mode 100644 index 1f2bc14..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 and /dev/null 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 deleted file mode 100644 index 262743a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 and /dev/null 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 deleted file mode 100644 index 1c0ab5e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 and /dev/null 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 deleted file mode 100644 index 9e2cb34..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/IOUSBHostFamilyDefinitions.h-31PXQA9E1WOHA and /dev/null 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 deleted file mode 100644 index e572bd4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA and /dev/null 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 deleted file mode 100644 index fb0933b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC and /dev/null 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 deleted file mode 100644 index 3d52cd3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HD/io.h-2HW2I33GSKQHD and /dev/null 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 deleted file mode 100644 index f28aaef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH and /dev/null 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 deleted file mode 100644 index 6b8a6b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/boolean.h-3ORMJKZ1H7LHH and /dev/null 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 deleted file mode 100644 index b9bd040..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH and /dev/null 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 deleted file mode 100644 index 75dd34f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH and /dev/null 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 deleted file mode 100644 index 2eaee68..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ and /dev/null 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 deleted file mode 100644 index b4802a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM and /dev/null 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 deleted file mode 100644 index 71354ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM and /dev/null 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 deleted file mode 100644 index 64250fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM and /dev/null 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 deleted file mode 100644 index 123d730..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO and /dev/null 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 deleted file mode 100644 index 776fb4d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO and /dev/null 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 deleted file mode 100644 index c878f89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP and /dev/null 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 deleted file mode 100644 index 4e38d3d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP and /dev/null 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 deleted file mode 100644 index 40cb754..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU and /dev/null 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 deleted file mode 100644 index 2e8c89e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV and /dev/null 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 deleted file mode 100644 index 5838215..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW and /dev/null 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 deleted file mode 100644 index c02aa7e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY and /dev/null 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 deleted file mode 100644 index bf62572..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ and /dev/null 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 deleted file mode 100644 index c9887cc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ and /dev/null 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 deleted file mode 100644 index 901c801..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 and /dev/null 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 deleted file mode 100644 index 6004312..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 and /dev/null 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 deleted file mode 100644 index 277c389..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 and /dev/null 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 deleted file mode 100644 index 9f76f90..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 and /dev/null 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 deleted file mode 100644 index 5b4dd70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 and /dev/null 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 deleted file mode 100644 index fb78609..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 and /dev/null 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 deleted file mode 100644 index d948f59..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 and /dev/null 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 deleted file mode 100644 index bb5ba96..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 and /dev/null 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 deleted file mode 100644 index 0d1945e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 and /dev/null 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 deleted file mode 100644 index 9948923..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 and /dev/null 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 deleted file mode 100644 index 6a3d0d4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB and /dev/null 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 deleted file mode 100644 index ff19bed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IC/CGPath.h-2QEOBS4UU6DIC and /dev/null 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 deleted file mode 100644 index f4ec351..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID and /dev/null 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 deleted file mode 100644 index c10908e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH and /dev/null 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 deleted file mode 100644 index a8035ee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II and /dev/null 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 deleted file mode 100644 index 8b9f1a3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ and /dev/null 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 deleted file mode 100644 index 61dc887..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK and /dev/null 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 deleted file mode 100644 index 41e59a8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK and /dev/null 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 deleted file mode 100644 index 318e8eb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL and /dev/null 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 deleted file mode 100644 index d212048..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL and /dev/null 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 deleted file mode 100644 index 3225789..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM and /dev/null 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 deleted file mode 100644 index 12e45be..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP and /dev/null 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 deleted file mode 100644 index f90ae8e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP and /dev/null 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 deleted file mode 100644 index 483cee5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR and /dev/null 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 deleted file mode 100644 index 3a8a528..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR and /dev/null 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 deleted file mode 100644 index 22331cc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR and /dev/null 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 deleted file mode 100644 index 975f9b5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW and /dev/null 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 deleted file mode 100644 index bbdce81..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW and /dev/null 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 deleted file mode 100644 index 9d5996b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW and /dev/null 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 deleted file mode 100644 index 5dc4af3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW and /dev/null 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 deleted file mode 100644 index 114edba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX and /dev/null 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 deleted file mode 100644 index 9c39ad4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 and /dev/null 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 deleted file mode 100644 index 954ccab..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 and /dev/null 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 deleted file mode 100644 index 23791ed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 and /dev/null 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 deleted file mode 100644 index d260c34..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/semaphore.h-1VCO55NSTH8J1 and /dev/null 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 deleted file mode 100644 index 46a1cc1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 and /dev/null 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 deleted file mode 100644 index 418d7f9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 and /dev/null 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 deleted file mode 100644 index 9017b56..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 and /dev/null 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 deleted file mode 100644 index 6bb01fe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 and /dev/null 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 deleted file mode 100644 index ab0130a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 and /dev/null 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 deleted file mode 100644 index f3fca6d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 and /dev/null 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 deleted file mode 100644 index eb99a1e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 and /dev/null 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 deleted file mode 100644 index 9e96d89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 and /dev/null 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 deleted file mode 100644 index d54fc90..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA and /dev/null 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 deleted file mode 100644 index e416433..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD and /dev/null 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 deleted file mode 100644 index 66d0e68..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE and /dev/null 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 deleted file mode 100644 index 3373be9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE and /dev/null 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 deleted file mode 100644 index dfd5c5a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE and /dev/null 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 deleted file mode 100644 index a6707a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF and /dev/null 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 deleted file mode 100644 index c7a589d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG and /dev/null 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 deleted file mode 100644 index 3c2a974..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI and /dev/null 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 deleted file mode 100644 index 288e974..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI and /dev/null 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 deleted file mode 100644 index 912d5a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI and /dev/null 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 deleted file mode 100644 index 81380d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/spawn.h-2UDL9DLOQE2JI and /dev/null 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 deleted file mode 100644 index 3ec34bf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ and /dev/null 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 deleted file mode 100644 index b08748a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/workloop.h-JQT2M72P69JJ and /dev/null 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 deleted file mode 100644 index 173f16f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL and /dev/null 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 deleted file mode 100644 index b0fbcf6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM and /dev/null 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 deleted file mode 100644 index 025965f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM and /dev/null 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 deleted file mode 100644 index b0e192f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP and /dev/null 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 deleted file mode 100644 index 0d50bb9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP and /dev/null 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 deleted file mode 100644 index e13babe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP and /dev/null 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 deleted file mode 100644 index c6a19a8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP and /dev/null 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 deleted file mode 100644 index 8a82aa6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP and /dev/null 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 deleted file mode 100644 index 1502529..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ and /dev/null 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 deleted file mode 100644 index 6626800..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR and /dev/null 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 deleted file mode 100644 index 14e5496..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS and /dev/null 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 deleted file mode 100644 index fa46766..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS and /dev/null 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 deleted file mode 100644 index f40388d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/CGPDFDocument.h-1Z9QJ4VUGQGJU and /dev/null 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 deleted file mode 100644 index 6cef17b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU and /dev/null 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 deleted file mode 100644 index e41ae54..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW and /dev/null 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 deleted file mode 100644 index 281546b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/thread_info.h-1LY8CGCU4HPJW and /dev/null 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 deleted file mode 100644 index f8eef19..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY and /dev/null 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 deleted file mode 100644 index e861ed8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 and /dev/null 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 deleted file mode 100644 index 2d07c88..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/_size_t.h-19C8M10XESFK1 and /dev/null 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 deleted file mode 100644 index 3d70282..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 and /dev/null 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 deleted file mode 100644 index 31cc150..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 and /dev/null 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 deleted file mode 100644 index d9bdb0d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 and /dev/null 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 deleted file mode 100644 index c57d809..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 and /dev/null 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 deleted file mode 100644 index b3c65ae..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/NSBundle.h-IM6RUJJ3DAK5 and /dev/null 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 deleted file mode 100644 index 4c5b971..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 and /dev/null 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 deleted file mode 100644 index 492805c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 and /dev/null 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 deleted file mode 100644 index ad244e2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 and /dev/null 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 deleted file mode 100644 index 8f02097..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA and /dev/null 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 deleted file mode 100644 index 643c677..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB and /dev/null 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 deleted file mode 100644 index c2d4287..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB and /dev/null 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 deleted file mode 100644 index c8b02f5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB and /dev/null 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 deleted file mode 100644 index ab4c5af..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB and /dev/null 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 deleted file mode 100644 index 40bcd70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB and /dev/null 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 deleted file mode 100644 index 6ee4eaa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KC/ptrauth.h-2AR3D3KCXBUKC and /dev/null 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 deleted file mode 100644 index 59677ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KD/CGPDFObject.h-1D8XRJ8JPCPKD and /dev/null 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 deleted file mode 100644 index 1f50de1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE and /dev/null 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 deleted file mode 100644 index 19c8766..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE and /dev/null 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 deleted file mode 100644 index 864e8a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE and /dev/null 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 deleted file mode 100644 index 87ef89a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KF/CGPDFPage.h-3W156BVDB8UKF and /dev/null 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 deleted file mode 100644 index d373562..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG and /dev/null 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 deleted file mode 100644 index 8bd0205..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG and /dev/null 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 deleted file mode 100644 index ecd36e5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI and /dev/null 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 deleted file mode 100644 index 98f98f5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ and /dev/null 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 deleted file mode 100644 index 2b529df..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ and /dev/null 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 deleted file mode 100644 index 7e09404..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ and /dev/null 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 deleted file mode 100644 index b83d887..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ and /dev/null 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 deleted file mode 100644 index 158fa28..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL and /dev/null 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 deleted file mode 100644 index c11b623..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM and /dev/null 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 deleted file mode 100644 index 74b1601..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN and /dev/null 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 deleted file mode 100644 index 406ea94..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN and /dev/null 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 deleted file mode 100644 index 28113ef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN and /dev/null 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 deleted file mode 100644 index 6bbe539..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP and /dev/null 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 deleted file mode 100644 index bed1d17..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KQ/Debugging.h-1TLB2VTC8AFKQ and /dev/null 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 deleted file mode 100644 index 11bf305..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR and /dev/null 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 deleted file mode 100644 index 9aee30a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR and /dev/null 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 deleted file mode 100644 index a7b344a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS and /dev/null 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 deleted file mode 100644 index 0c28d16..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS and /dev/null 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 deleted file mode 100644 index 51b7aae..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT and /dev/null 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 deleted file mode 100644 index 9bdb454..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/CGGradient.h-9UWDRY8F9BKU and /dev/null 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 deleted file mode 100644 index a04bf4f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU and /dev/null 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 deleted file mode 100644 index 6591ce0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV and /dev/null 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 deleted file mode 100644 index bbd774e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 and /dev/null 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 deleted file mode 100644 index 6339774..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 and /dev/null 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 deleted file mode 100644 index 176b67f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 and /dev/null 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 deleted file mode 100644 index bb61bb1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 and /dev/null 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 deleted file mode 100644 index 3274f6f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 and /dev/null 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 deleted file mode 100644 index 970ac07..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 and /dev/null 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 deleted file mode 100644 index 9332050..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 and /dev/null 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 deleted file mode 100644 index 647d290..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 and /dev/null 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 deleted file mode 100644 index c750605..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 and /dev/null 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 deleted file mode 100644 index 3a32975..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/AvailabilityInternal.h-223VRR9UVNWL8 and /dev/null 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 deleted file mode 100644 index ca40424..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 and /dev/null 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 deleted file mode 100644 index 618cb56..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/CGColorSpace.h-UJ9KEA0YMQLA and /dev/null 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 deleted file mode 100644 index 15fa85d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA and /dev/null 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 deleted file mode 100644 index b0ce020..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC and /dev/null 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 deleted file mode 100644 index cdfecc3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE and /dev/null 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 deleted file mode 100644 index b3680a3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE and /dev/null 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 deleted file mode 100644 index 94d0c7a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG and /dev/null 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 deleted file mode 100644 index 51cadec..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/NSScanner.h-P2691DESW1LG and /dev/null 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 deleted file mode 100644 index 6c153ec..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH and /dev/null 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 deleted file mode 100644 index e1c63db..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH and /dev/null 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 deleted file mode 100644 index ab0b805..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI and /dev/null 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 deleted file mode 100644 index d4c35ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ and /dev/null 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 deleted file mode 100644 index 06d2479..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LM/CGFont.h-3M4IV2TLY9XLM and /dev/null 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 deleted file mode 100644 index b22ea13..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN and /dev/null 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 deleted file mode 100644 index f2ba87c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO and /dev/null 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 deleted file mode 100644 index 96bf919..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO and /dev/null 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 deleted file mode 100644 index 34f9f70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP and /dev/null 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 deleted file mode 100644 index 2fbac45..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ and /dev/null 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 deleted file mode 100644 index d4059b6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW and /dev/null 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 deleted file mode 100644 index f1c913d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX and /dev/null 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 deleted file mode 100644 index d0f90e4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/CFXMLNode.h-1H9J58JJG3TLY and /dev/null 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 deleted file mode 100644 index f10b5be..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY and /dev/null 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 deleted file mode 100644 index f975567..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 and /dev/null 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 deleted file mode 100644 index 7b948a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 and /dev/null 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 deleted file mode 100644 index 946160e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 and /dev/null 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 deleted file mode 100644 index ff02904..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 and /dev/null 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 deleted file mode 100644 index 69767c0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 and /dev/null 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 deleted file mode 100644 index 43ddfb2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 and /dev/null 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 deleted file mode 100644 index efdd5fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 and /dev/null 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 deleted file mode 100644 index 449a3cd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 and /dev/null 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 deleted file mode 100644 index 2aa41bf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 and /dev/null 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 deleted file mode 100644 index 5868009..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 and /dev/null 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 deleted file mode 100644 index 785257d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 and /dev/null 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 deleted file mode 100644 index 14c62fd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 and /dev/null 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 deleted file mode 100644 index 5559a68..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/host_info.h-PRBJEVJ868M9 and /dev/null 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 deleted file mode 100644 index 6f82d01..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA and /dev/null 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 deleted file mode 100644 index f199005..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/resource_bundle_accessor.h-63JZCMP8JPMA and /dev/null 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 deleted file mode 100644 index 25903cd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB and /dev/null 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 deleted file mode 100644 index c54a56f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/qos.h-3HOSDZF19TKMB and /dev/null 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 deleted file mode 100644 index df37c8f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC and /dev/null 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 deleted file mode 100644 index f9e7967..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF and /dev/null 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 deleted file mode 100644 index e3dc037..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG and /dev/null 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 deleted file mode 100644 index c0e4de4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH and /dev/null 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 deleted file mode 100644 index 59ea876..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH and /dev/null 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 deleted file mode 100644 index 11585f9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH and /dev/null 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 deleted file mode 100644 index 1d2d2ee..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ and /dev/null 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 deleted file mode 100644 index faef055..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ and /dev/null 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 deleted file mode 100644 index 6bb527e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/CGToneMapping.h-3VGJLIEO8YMN and /dev/null 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 deleted file mode 100644 index be64bc4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN and /dev/null 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 deleted file mode 100644 index fe4d932..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN and /dev/null 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 deleted file mode 100644 index e072794..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP and /dev/null 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 deleted file mode 100644 index f642c21..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ and /dev/null 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 deleted file mode 100644 index 9d4e48c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ and /dev/null 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 deleted file mode 100644 index 0615a59..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS and /dev/null 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 deleted file mode 100644 index e115798..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS and /dev/null 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 deleted file mode 100644 index 54e9907..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS and /dev/null 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 deleted file mode 100644 index 532347c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT and /dev/null 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 deleted file mode 100644 index 8b2faa0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU and /dev/null 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 deleted file mode 100644 index 065e1c3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX and /dev/null 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 deleted file mode 100644 index 19f655e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ and /dev/null 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 deleted file mode 100644 index 54da647..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ and /dev/null 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 deleted file mode 100644 index f250f70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 and /dev/null 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 deleted file mode 100644 index 77ae94d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 and /dev/null 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 deleted file mode 100644 index 8611299..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 and /dev/null 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 deleted file mode 100644 index 1a4f4a7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 and /dev/null 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 deleted file mode 100644 index a6c5905..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N8/_wchar_t.h-YA75C0TI9EN8 and /dev/null 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 deleted file mode 100644 index 27adc6b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 and /dev/null 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 deleted file mode 100644 index 58dcc1f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA and /dev/null 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 deleted file mode 100644 index e4fd8f7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/_offsetof.h-1LDD22XRUB7NA and /dev/null 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 deleted file mode 100644 index 31912fa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB and /dev/null 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 deleted file mode 100644 index fe53ac0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND and /dev/null 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 deleted file mode 100644 index 283bf71..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND and /dev/null 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 deleted file mode 100644 index 2801b0f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE and /dev/null 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 deleted file mode 100644 index b08dbdd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF and /dev/null 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 deleted file mode 100644 index 9dccab4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF and /dev/null 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 deleted file mode 100644 index 5255215..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG and /dev/null 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 deleted file mode 100644 index 3a0d542..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH and /dev/null 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 deleted file mode 100644 index 2307d22..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI and /dev/null 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 deleted file mode 100644 index 110ddf5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ and /dev/null 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 deleted file mode 100644 index 687ccd8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ and /dev/null 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 deleted file mode 100644 index 183bf05..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ and /dev/null 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 deleted file mode 100644 index 3d72fdd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK and /dev/null 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 deleted file mode 100644 index 79330de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK and /dev/null 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 deleted file mode 100644 index 509c707..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL and /dev/null 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 deleted file mode 100644 index a84d8d7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM and /dev/null 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 deleted file mode 100644 index a6da4fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/bitstring.h-32KF08BFQDGNM and /dev/null 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 deleted file mode 100644 index cf2324a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO and /dev/null 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 deleted file mode 100644 index 887048b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP and /dev/null 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 deleted file mode 100644 index d61e8fc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR and /dev/null 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 deleted file mode 100644 index 92947dd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR and /dev/null 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 deleted file mode 100644 index a317957..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR and /dev/null 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 deleted file mode 100644 index 745df8d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX and /dev/null 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 deleted file mode 100644 index 9d9b667..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY and /dev/null 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 deleted file mode 100644 index c2a9a37..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY and /dev/null 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 deleted file mode 100644 index 814a3c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ and /dev/null 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 deleted file mode 100644 index a851033..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 and /dev/null 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 deleted file mode 100644 index bbe353f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 and /dev/null 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 deleted file mode 100644 index 16a7374..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 and /dev/null 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 deleted file mode 100644 index 2ca1025..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 and /dev/null 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 deleted file mode 100644 index 0261331..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 and /dev/null 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 deleted file mode 100644 index 1238138..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 and /dev/null 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 deleted file mode 100644 index 539edb0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 and /dev/null 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 deleted file mode 100644 index af8a382..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 and /dev/null 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 deleted file mode 100644 index 45d0e6f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA and /dev/null 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 deleted file mode 100644 index d033974..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC and /dev/null 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 deleted file mode 100644 index 831c0f7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC and /dev/null 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 deleted file mode 100644 index 1a36c22..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC and /dev/null 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 deleted file mode 100644 index 49a5e86..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE and /dev/null 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 deleted file mode 100644 index a55ade7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE and /dev/null 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 deleted file mode 100644 index d2bf994..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE and /dev/null 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 deleted file mode 100644 index 3d80826..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE and /dev/null 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 deleted file mode 100644 index 6ff7cbe..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF and /dev/null 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 deleted file mode 100644 index fe2cb47..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH and /dev/null 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 deleted file mode 100644 index e69f781..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH and /dev/null 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 deleted file mode 100644 index 311a96f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ and /dev/null 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 deleted file mode 100644 index e000922..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK and /dev/null 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 deleted file mode 100644 index e00f5d4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM and /dev/null 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 deleted file mode 100644 index 35866a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO and /dev/null 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 deleted file mode 100644 index db0fdcb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO and /dev/null 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 deleted file mode 100644 index 98e32a7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP and /dev/null 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 deleted file mode 100644 index 7ab7b72..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR and /dev/null 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 deleted file mode 100644 index e55d377..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR and /dev/null 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 deleted file mode 100644 index a7dc167..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OS/USBSpec.h-DBANUQJTS9OS and /dev/null 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 deleted file mode 100644 index 4d6c93a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT and /dev/null 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 deleted file mode 100644 index 0b8ee9b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU and /dev/null 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 deleted file mode 100644 index a555079..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU and /dev/null 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 deleted file mode 100644 index 52727b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/KPKAutotypeNotesSerializer.h-2NHGTWDMTXDOW and /dev/null 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 deleted file mode 100644 index a6574eb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW and /dev/null 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 deleted file mode 100644 index 25204c4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX and /dev/null 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 deleted file mode 100644 index b8d5c7e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY and /dev/null 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 deleted file mode 100644 index 2d16f1a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 and /dev/null 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 deleted file mode 100644 index 8645d06..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 and /dev/null 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 deleted file mode 100644 index 603d95b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/CGPSConverter.h-ZS90UI0REWP6 and /dev/null 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 deleted file mode 100644 index 5fd5375..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 and /dev/null 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 deleted file mode 100644 index 1281744..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 and /dev/null 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 deleted file mode 100644 index 2edef90..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 and /dev/null 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 deleted file mode 100644 index 4ec958b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB and /dev/null 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 deleted file mode 100644 index 88787c3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC and /dev/null 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 deleted file mode 100644 index 7a56f1d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD and /dev/null 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 deleted file mode 100644 index afd364e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE and /dev/null 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 deleted file mode 100644 index 4edbde8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/_size_t.h-1O2NZ30J67CPE and /dev/null 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 deleted file mode 100644 index db52049..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/in.h-29DHBOHP73YPE and /dev/null 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 deleted file mode 100644 index 04c5590..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG and /dev/null 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 deleted file mode 100644 index 6fce1f3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG and /dev/null 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 deleted file mode 100644 index 7231991..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH and /dev/null 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 deleted file mode 100644 index b649fbf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM and /dev/null 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 deleted file mode 100644 index 2c364de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN and /dev/null 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 deleted file mode 100644 index 1b7f00e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP and /dev/null 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 deleted file mode 100644 index a759ac1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU and /dev/null 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 deleted file mode 100644 index d7baba6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU and /dev/null 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 deleted file mode 100644 index 9297890..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX and /dev/null 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 deleted file mode 100644 index cec5321..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/CGRenderingBufferProvider.h-1D6II6M0QOAQ2 and /dev/null 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 deleted file mode 100644 index af217a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 and /dev/null 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 deleted file mode 100644 index 8c5a92b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 and /dev/null 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 deleted file mode 100644 index ac5a387..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 and /dev/null 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 deleted file mode 100644 index 07c742c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/vm_region.h-2T2XCMTNX9XQ3 and /dev/null 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 deleted file mode 100644 index 513ef16..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 and /dev/null 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 deleted file mode 100644 index a382563..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/CipherSuite.h-LTHKVEEFFTQ5 and /dev/null 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 deleted file mode 100644 index bd5de72..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 and /dev/null 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 deleted file mode 100644 index fcc78f3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/termios.h-3GH5N2E4JSMQ5 and /dev/null 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 deleted file mode 100644 index b12fb8a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 and /dev/null 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 deleted file mode 100644 index c42ce5c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 and /dev/null 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 deleted file mode 100644 index 742bd70..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 and /dev/null 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 deleted file mode 100644 index bce863e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 and /dev/null 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 deleted file mode 100644 index f89345b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 and /dev/null 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 deleted file mode 100644 index 46fedd3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC and /dev/null 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 deleted file mode 100644 index 930725e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD and /dev/null 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 deleted file mode 100644 index 6e94931..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/CGColorConversionInfo.h-2CHTOL7ZDIHQE and /dev/null 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 deleted file mode 100644 index 629a4e2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH and /dev/null 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 deleted file mode 100644 index 3d8a18f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH and /dev/null 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 deleted file mode 100644 index c1b7eaa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH and /dev/null 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 deleted file mode 100644 index a24b632..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH and /dev/null 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 deleted file mode 100644 index c8a68a7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM and /dev/null 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 deleted file mode 100644 index 17a818b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO and /dev/null 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 deleted file mode 100644 index 1619f41..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO and /dev/null 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 deleted file mode 100644 index 82e3682..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP and /dev/null 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 deleted file mode 100644 index 407e98d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ and /dev/null 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 deleted file mode 100644 index 2fa551f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR and /dev/null 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 deleted file mode 100644 index c8d0d92..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR and /dev/null 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 deleted file mode 100644 index 3bedd50..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW and /dev/null 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 deleted file mode 100644 index f63d9f0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW and /dev/null 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 deleted file mode 100644 index 0ccceb7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX and /dev/null 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 deleted file mode 100644 index 9fdcb2c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R0/SecProtocolObject.h-T72FD7DVRKR0 and /dev/null 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 deleted file mode 100644 index bc70f42..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R2/CGPDFScanner.h-1OCXHKYSKEWR2 and /dev/null 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 deleted file mode 100644 index 8fb1d8b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 and /dev/null 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 deleted file mode 100644 index bb8fef5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 and /dev/null 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 deleted file mode 100644 index 2e03f4d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/CGDisplayConfiguration.h-2V6CZRNA1PHR6 and /dev/null 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 deleted file mode 100644 index d3d6e0b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 and /dev/null 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 deleted file mode 100644 index 36e0041..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/stdarg.h-3RO3IK3VF24R6 and /dev/null 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 deleted file mode 100644 index 6bd921c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 and /dev/null 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 deleted file mode 100644 index bf8444f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 and /dev/null 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 deleted file mode 100644 index cc35153..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 and /dev/null 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 deleted file mode 100644 index 14d279a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 and /dev/null 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 deleted file mode 100644 index 7e6da69..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 and /dev/null 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 deleted file mode 100644 index 083b7d6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA and /dev/null 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 deleted file mode 100644 index b2a7e49..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD and /dev/null 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 deleted file mode 100644 index ca7a120..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD and /dev/null 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 deleted file mode 100644 index d15155a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RE/SecProtocolTypes.h-3V75L2DYS34RE and /dev/null 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 deleted file mode 100644 index 4a5f2a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH and /dev/null 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 deleted file mode 100644 index 7d27822..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH and /dev/null 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 deleted file mode 100644 index 9450f23..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH and /dev/null 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 deleted file mode 100644 index 301cc2b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI and /dev/null 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 deleted file mode 100644 index bb0a81a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ and /dev/null 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 deleted file mode 100644 index e5fdea2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN and /dev/null 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 deleted file mode 100644 index d1431d7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO and /dev/null 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 deleted file mode 100644 index 48acd71..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ and /dev/null 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 deleted file mode 100644 index 0b49caf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR and /dev/null 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 deleted file mode 100644 index 7c47e64..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR and /dev/null 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 deleted file mode 100644 index 6f2a62a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV and /dev/null 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 deleted file mode 100644 index a735400..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV and /dev/null 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 deleted file mode 100644 index fd18b99..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY and /dev/null 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 deleted file mode 100644 index 20a9dfd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ and /dev/null 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 deleted file mode 100644 index 01be1b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 and /dev/null 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 deleted file mode 100644 index 145e895..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 and /dev/null 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 deleted file mode 100644 index b2b73b5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 and /dev/null 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 deleted file mode 100644 index af52021..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 and /dev/null 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 deleted file mode 100644 index 7c5ff63..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 and /dev/null 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 deleted file mode 100644 index 324c630..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 and /dev/null 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 deleted file mode 100644 index 9f7ce0a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 and /dev/null 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 deleted file mode 100644 index bc7d2bc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 and /dev/null 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 deleted file mode 100644 index 3630258..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA and /dev/null 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 deleted file mode 100644 index 0855b3c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/_types.h-1F4DNWUJKBZSA and /dev/null 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 deleted file mode 100644 index 9da8058..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC and /dev/null 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 deleted file mode 100644 index 94f0371..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE and /dev/null 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 deleted file mode 100644 index 2ec9437..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG and /dev/null 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 deleted file mode 100644 index b086849..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG and /dev/null 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 deleted file mode 100644 index f74bb30..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI and /dev/null 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 deleted file mode 100644 index a3c5891..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI and /dev/null 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 deleted file mode 100644 index c0c6a03..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI and /dev/null 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 deleted file mode 100644 index da580a1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI and /dev/null 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 deleted file mode 100644 index e11ba63..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ and /dev/null 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 deleted file mode 100644 index cbc68f6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK and /dev/null 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 deleted file mode 100644 index 5d52267..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL and /dev/null 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 deleted file mode 100644 index 929c111..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/CGBitmapContext.h-2MDUY0RZGEKSR and /dev/null 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 deleted file mode 100644 index 7f96087..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR and /dev/null 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 deleted file mode 100644 index bb36462..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SU/CGAffineTransform.h-ASAVJ274DISU and /dev/null 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 deleted file mode 100644 index 2254cd9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV and /dev/null 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 deleted file mode 100644 index becac96..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/CGITUToneMapping.h-3UMO0NYNPSGT0 and /dev/null 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 deleted file mode 100644 index 9fa1e53..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 and /dev/null 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 deleted file mode 100644 index f600049..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 and /dev/null 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 deleted file mode 100644 index 3f784fd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 and /dev/null 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 deleted file mode 100644 index 08804a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 and /dev/null 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 deleted file mode 100644 index 32b3512..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 and /dev/null 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 deleted file mode 100644 index 500364b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 and /dev/null 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 deleted file mode 100644 index 1e2f36c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 and /dev/null 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 deleted file mode 100644 index b0cfbd8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 and /dev/null 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 deleted file mode 100644 index c773c00..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 and /dev/null 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 deleted file mode 100644 index 4b159d0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 and /dev/null 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 deleted file mode 100644 index a1bd6ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 and /dev/null 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 deleted file mode 100644 index bbf274c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 and /dev/null 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 deleted file mode 100644 index 43c9a93..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 and /dev/null 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 deleted file mode 100644 index 16e65c5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T7/CGSession.h-8KGNXYX6VZT7 and /dev/null 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 deleted file mode 100644 index bcefb87..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 and /dev/null 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 deleted file mode 100644 index 5aa7b8f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 and /dev/null 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 deleted file mode 100644 index ae2d979..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 and /dev/null 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 deleted file mode 100644 index d4076b9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA and /dev/null 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 deleted file mode 100644 index 1c5a675..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA and /dev/null 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 deleted file mode 100644 index a28655a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC and /dev/null 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 deleted file mode 100644 index 3918bed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC and /dev/null 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 deleted file mode 100644 index bf29c26..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/CGColor.h-1BTROJIE17PTD and /dev/null 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 deleted file mode 100644 index 6c5d4f7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD and /dev/null 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 deleted file mode 100644 index 44c47d5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/source.h-28HZL6PUJYJTD and /dev/null 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 deleted file mode 100644 index 888eee6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TF/objc-api.h-3SI0YCA7PEVTF and /dev/null 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 deleted file mode 100644 index f13728a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG and /dev/null 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 deleted file mode 100644 index f62ce29..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG and /dev/null 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 deleted file mode 100644 index 5d1b1dc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI and /dev/null 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 deleted file mode 100644 index 29e1a21..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK and /dev/null 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 deleted file mode 100644 index c098247..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP and /dev/null 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 deleted file mode 100644 index 498666e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ and /dev/null 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 deleted file mode 100644 index b97090a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ and /dev/null 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 deleted file mode 100644 index 625e5a1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR and /dev/null 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 deleted file mode 100644 index 5a0e311..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS and /dev/null 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 deleted file mode 100644 index 34ca26f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT and /dev/null 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 deleted file mode 100644 index 6e1479e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT and /dev/null 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 deleted file mode 100644 index 2187700..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU and /dev/null 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 deleted file mode 100644 index afff976..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV and /dev/null 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 deleted file mode 100644 index 5a2e0dd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW and /dev/null 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 deleted file mode 100644 index 96edce7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY and /dev/null 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 deleted file mode 100644 index c26d811..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 and /dev/null 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 deleted file mode 100644 index 7e9d6e5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 and /dev/null 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 deleted file mode 100644 index e14c025..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 and /dev/null 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 deleted file mode 100644 index 471548d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 and /dev/null 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 deleted file mode 100644 index 2259b0a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U6/_ptrdiff_t.h-3Q2JVNRXSB6U6 and /dev/null 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 deleted file mode 100644 index add69a0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 and /dev/null 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 deleted file mode 100644 index 67597a1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 and /dev/null 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 deleted file mode 100644 index 2401bb1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 and /dev/null 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 deleted file mode 100644 index 4a43a82..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 and /dev/null 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 deleted file mode 100644 index 4cd3afd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 and /dev/null 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 deleted file mode 100644 index ea751c4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 and /dev/null 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 deleted file mode 100644 index 4be0987..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA and /dev/null 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 deleted file mode 100644 index df05d54..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA and /dev/null 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 deleted file mode 100644 index 42ad46c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD and /dev/null 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 deleted file mode 100644 index 0456eb3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD and /dev/null 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 deleted file mode 100644 index dd67602..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF and /dev/null 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 deleted file mode 100644 index 49444e0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG and /dev/null 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 deleted file mode 100644 index f5344ed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH and /dev/null 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 deleted file mode 100644 index 6daae02..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UI/_rsize_t.h-3BGX0PEJX0IUI and /dev/null 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 deleted file mode 100644 index f3cb140..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK and /dev/null 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 deleted file mode 100644 index a9c6664..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM and /dev/null 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 deleted file mode 100644 index 2348687..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM and /dev/null 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 deleted file mode 100644 index 1c2c361..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN and /dev/null 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 deleted file mode 100644 index 7b4238a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN and /dev/null 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 deleted file mode 100644 index 6a37e84..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN and /dev/null 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 deleted file mode 100644 index ae493f3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP and /dev/null 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 deleted file mode 100644 index aa0176a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/vm_attributes.h-1GOU2PQI3N7UP and /dev/null 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 deleted file mode 100644 index e0d0e9f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR and /dev/null 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 deleted file mode 100644 index 81b09e0..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR and /dev/null 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 deleted file mode 100644 index 464813f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS and /dev/null 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 deleted file mode 100644 index 24419e8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT and /dev/null 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 deleted file mode 100644 index b954e17..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV and /dev/null 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 deleted file mode 100644 index 593acff..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW and /dev/null 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 deleted file mode 100644 index 2af60df..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 and /dev/null 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 deleted file mode 100644 index 754449c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 and /dev/null 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 deleted file mode 100644 index 79cd522..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 and /dev/null 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 deleted file mode 100644 index 025e631..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/pthread.h-I0CGJ9PP4FV3 and /dev/null 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 deleted file mode 100644 index 5e2c31b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGBase.h-2NPH3K2JEM8V5 and /dev/null 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 deleted file mode 100644 index 40ecbbc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V5/CGImage.h-2QIYKETUBFJV5 and /dev/null 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 deleted file mode 100644 index 755b9ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V7/_wchar_t.h-1POACXE29VZV7 and /dev/null 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 deleted file mode 100644 index 602760e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 and /dev/null 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 deleted file mode 100644 index 4b40daf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 and /dev/null 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 deleted file mode 100644 index 070a6aa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 and /dev/null 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 deleted file mode 100644 index 47ee1a9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA and /dev/null 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 deleted file mode 100644 index 5d6320d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB and /dev/null 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 deleted file mode 100644 index 0598add..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD and /dev/null 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 deleted file mode 100644 index bda2f80..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF and /dev/null 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 deleted file mode 100644 index 9e63d2e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VG/_null.h-2LYDSC2IIPJVG and /dev/null 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 deleted file mode 100644 index a1ea006..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH and /dev/null 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 deleted file mode 100644 index 3b015fa..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ and /dev/null 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 deleted file mode 100644 index 8a46523..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK and /dev/null 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 deleted file mode 100644 index fe4618b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VL/mman.h-1ZTDB5QCZ8PVL and /dev/null 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 deleted file mode 100644 index 302681a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN and /dev/null 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 deleted file mode 100644 index cf5f422..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO and /dev/null 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 deleted file mode 100644 index de03261..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO and /dev/null 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 deleted file mode 100644 index 801bd67..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ and /dev/null 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 deleted file mode 100644 index 4d61cae..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR and /dev/null 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 deleted file mode 100644 index bc5c92e..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU and /dev/null 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 deleted file mode 100644 index ffbc0d1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU and /dev/null 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 deleted file mode 100644 index 93e6b21..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW and /dev/null 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 deleted file mode 100644 index 08cf58a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 and /dev/null 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 deleted file mode 100644 index 4d16f48..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 and /dev/null 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 deleted file mode 100644 index 61db7bd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 and /dev/null 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 deleted file mode 100644 index 3dedfe2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 and /dev/null 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 deleted file mode 100644 index 9dcb857..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CGEventTypes.h-14CJQD9RRQJW4 and /dev/null 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 deleted file mode 100644 index e221004..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 and /dev/null 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 deleted file mode 100644 index 1e2d9a8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 and /dev/null 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 deleted file mode 100644 index 9b51892..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 and /dev/null 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 deleted file mode 100644 index 44bf47b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 and /dev/null 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 deleted file mode 100644 index bd23051..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 and /dev/null 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 deleted file mode 100644 index b3815ea..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA and /dev/null 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 deleted file mode 100644 index 3411a21..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD and /dev/null 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 deleted file mode 100644 index 3dfeb86..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE and /dev/null 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 deleted file mode 100644 index fdb1bf6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE and /dev/null 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 deleted file mode 100644 index 9d1f5af..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG and /dev/null 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 deleted file mode 100644 index c9295da..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG and /dev/null 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 deleted file mode 100644 index a0d7f3c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI and /dev/null 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 deleted file mode 100644 index a7cf809..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI and /dev/null 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 deleted file mode 100644 index 0eba9a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI and /dev/null 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 deleted file mode 100644 index ef6c4a4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK and /dev/null 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 deleted file mode 100644 index 1de5d0c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK and /dev/null 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 deleted file mode 100644 index b4303e5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO and /dev/null 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 deleted file mode 100644 index 7194a03..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP and /dev/null 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 deleted file mode 100644 index f37bf98..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR and /dev/null 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 deleted file mode 100644 index 9bb3941..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR and /dev/null 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 deleted file mode 100644 index 188c2a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT and /dev/null 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 deleted file mode 100644 index 1fed6c6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU and /dev/null 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 deleted file mode 100644 index 73c06c8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV and /dev/null 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 deleted file mode 100644 index 8ce78e6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW and /dev/null 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 deleted file mode 100644 index 6a3facd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX and /dev/null 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 deleted file mode 100644 index 5a97458..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ and /dev/null 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 deleted file mode 100644 index 68e3081..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 and /dev/null 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 deleted file mode 100644 index f305b7c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/IOUserServer.h-1D6HNZD5L6XX2 and /dev/null 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 deleted file mode 100644 index 1410686..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X4/stddef.h-IOH99G5MQZX4 and /dev/null 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 deleted file mode 100644 index a058bc3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 and /dev/null 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 deleted file mode 100644 index fb78df3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 and /dev/null 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 deleted file mode 100644 index 81980ed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC and /dev/null 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 deleted file mode 100644 index 7822287..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XE/CGDisplayFade.h-EUWZ2MIZAAXE and /dev/null 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 deleted file mode 100644 index 2a20fb3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG and /dev/null 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 deleted file mode 100644 index cc08a59..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK and /dev/null 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 deleted file mode 100644 index eabeffc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM and /dev/null 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 deleted file mode 100644 index 229e7ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO and /dev/null 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 deleted file mode 100644 index d5e8abb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO and /dev/null 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 deleted file mode 100644 index 16082d9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP and /dev/null 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 deleted file mode 100644 index 6395fda..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP and /dev/null 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 deleted file mode 100644 index 0ed717a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ and /dev/null 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 deleted file mode 100644 index 2b10d00..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR and /dev/null 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 deleted file mode 100644 index 902a1dd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR and /dev/null 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 deleted file mode 100644 index c337502..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU and /dev/null 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 deleted file mode 100644 index 2255a6c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV and /dev/null 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 deleted file mode 100644 index 7653186..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/unistd.h-20IC7YVCFZXV and /dev/null 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 deleted file mode 100644 index 6ebac89..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX and /dev/null 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 deleted file mode 100644 index 28ca2a6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX and /dev/null 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 deleted file mode 100644 index 54c8ded..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY and /dev/null 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 deleted file mode 100644 index cc1d482..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/XZ/clock_types.h-4XDMKC0TN4XZ and /dev/null 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 deleted file mode 100644 index 6f0c817..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 and /dev/null 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 deleted file mode 100644 index bf3245a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 and /dev/null 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 deleted file mode 100644 index 0c9ffed..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 and /dev/null 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 deleted file mode 100644 index a575d81..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 and /dev/null 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 deleted file mode 100644 index ed2df11..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 and /dev/null 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 deleted file mode 100644 index 006f166..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 and /dev/null 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 deleted file mode 100644 index 4ecac1f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 and /dev/null 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 deleted file mode 100644 index cdeb6de..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 and /dev/null 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 deleted file mode 100644 index eeb91d7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 and /dev/null 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 deleted file mode 100644 index 6c772a2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 and /dev/null 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 deleted file mode 100644 index 1503451..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGEvent.h-10K6A4C9VWEYA and /dev/null 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 deleted file mode 100644 index 0a4c338..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/CGPDFString.h-J46L309O2KYA and /dev/null 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 deleted file mode 100644 index cf09d30..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YB/CGWindowLevel.h-9E5BWYR6PBYB and /dev/null 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 deleted file mode 100644 index 8277c5b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YC/rbtree.h-8BNTCV6UI7YC and /dev/null 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 deleted file mode 100644 index 2cd2888..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/CGPDFOperatorTable.h-1W0FP7B226ZYE and /dev/null 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 deleted file mode 100644 index e993166..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE and /dev/null 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 deleted file mode 100644 index 3f49555..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG and /dev/null 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 deleted file mode 100644 index 5b1f9c9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH and /dev/null 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 deleted file mode 100644 index 03db300..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ and /dev/null 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 deleted file mode 100644 index 6bc333c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR and /dev/null 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 deleted file mode 100644 index fda9bef..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT and /dev/null 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 deleted file mode 100644 index 499eb63..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT and /dev/null 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 deleted file mode 100644 index 549d575..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU and /dev/null 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 deleted file mode 100644 index 02aca3b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV and /dev/null 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 deleted file mode 100644 index 6848f18..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV and /dev/null 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 deleted file mode 100644 index 49f79d7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW and /dev/null 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 deleted file mode 100644 index 539681c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW and /dev/null 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 deleted file mode 100644 index 168f297..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW and /dev/null 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 deleted file mode 100644 index 2cc39a9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX and /dev/null 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 deleted file mode 100644 index fbdd550..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY and /dev/null 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 deleted file mode 100644 index fb9d08b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY and /dev/null 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 deleted file mode 100644 index b52db97..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY and /dev/null 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 deleted file mode 100644 index 80ac77f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 and /dev/null 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 deleted file mode 100644 index d786447..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 and /dev/null 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 deleted file mode 100644 index ef379ce..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 and /dev/null 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 deleted file mode 100644 index 90bc7b1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 and /dev/null 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 deleted file mode 100644 index b9279be..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 and /dev/null 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 deleted file mode 100644 index 9cc9ca6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 and /dev/null 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 deleted file mode 100644 index 74136d4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 and /dev/null 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 deleted file mode 100644 index c9b32ca..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 and /dev/null 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 deleted file mode 100644 index b43d449..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 and /dev/null 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 deleted file mode 100644 index 61274c7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/CGConvertColorDataWithFormat.h-2V4YKTV9S34ZB and /dev/null 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 deleted file mode 100644 index 02c2631..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB and /dev/null 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 deleted file mode 100644 index 8640e31..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB and /dev/null 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 deleted file mode 100644 index 6e097c1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC and /dev/null 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 deleted file mode 100644 index f5d62e3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC and /dev/null 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 deleted file mode 100644 index 420075c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC and /dev/null 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 deleted file mode 100644 index fb252b1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD and /dev/null 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 deleted file mode 100644 index d9b12d2..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/CGPDFDictionary.h-2ZDW6R5PEBIZE and /dev/null 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 deleted file mode 100644 index fee6ff6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE and /dev/null 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 deleted file mode 100644 index 2f30076..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE and /dev/null 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 deleted file mode 100644 index d192db8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZF/CGDirectDisplayMetal.h-1TPJHC088D1ZF and /dev/null 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 deleted file mode 100644 index f459cdc..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG and /dev/null 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 deleted file mode 100644 index da29210..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG and /dev/null 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 deleted file mode 100644 index 24dd7fb..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG and /dev/null 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 deleted file mode 100644 index b4614b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/CGShading.h-3NTVPXJFZZ1ZH and /dev/null 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 deleted file mode 100644 index f8ad16f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH and /dev/null 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 deleted file mode 100644 index c2f6c6a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ and /dev/null 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 deleted file mode 100644 index 674b6d5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZL/_symbol_aliasing.h-A2OEK96TK9ZL and /dev/null 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 deleted file mode 100644 index dd58815..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP and /dev/null 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 deleted file mode 100644 index 6a51c98..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR and /dev/null 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 deleted file mode 100644 index 58c848f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR and /dev/null 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 deleted file mode 100644 index 0629187..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS and /dev/null 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 deleted file mode 100644 index 5caba10..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/IOPM.h-4E6U4WEU2NZT and /dev/null 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 deleted file mode 100644 index 3f509a5..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZT/_time.h-2EASS1A93U5ZT and /dev/null 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 deleted file mode 100644 index 65eb0b4..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW and /dev/null 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 deleted file mode 100644 index cd88664..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX and /dev/null 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 deleted file mode 100644 index f799da1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX and /dev/null 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 deleted file mode 100644 index 34817bd..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY and /dev/null 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 deleted file mode 100644 index 035a980..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ and /dev/null 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 deleted file mode 100644 index 57d55c7..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1LQ2KCFGYMTBG.pcm-2ZX84BZ3IXIJL and /dev/null 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 deleted file mode 100644 index d9e79cf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-YYJ9RAJY1SHU.pcm-AI30MDZ97VXD and /dev/null 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 deleted file mode 100644 index b5eb4f9..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreGraphics-1HCI17F8IWTUW.pcm-303Z47Y1F6OIP and /dev/null 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 deleted file mode 100644 index b4bfc4f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-352ML9H2JU2P0.pcm-25FCTJ5I0ZSDU and /dev/null 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 deleted file mode 100644 index c9810ab..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1JBQYKNXQBTK.pcm-2D87UFE0U5OBT and /dev/null 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 deleted file mode 100644 index a54dee3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-V3QLSZJ4LQ9U.pcm-3FFZHHHPWOS1T and /dev/null 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 deleted file mode 100644 index b4ce2cf..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-2RHP2FXWTH678.pcm-LMMU5TT4XI90 and /dev/null 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 deleted file mode 100644 index 787eb4b..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-6N6S7C0XOBON.pcm-2DB5O8S3F13JZ and /dev/null 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 deleted file mode 100644 index 9b02d38..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-3DTQ16180TXJT.pcm-3EZN0L7YSYT9R and /dev/null 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 deleted file mode 100644 index 59e9474..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/KPKAutotypeNotesSerializer.m.o-3JQZAK3R6KLPN and /dev/null 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 deleted file mode 100644 index 2b8291c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-VN03BDYR1JSW.pcm-1IU9L7TMLQLCP and /dev/null 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 deleted file mode 100644 index 48b568d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-2D9QRW0KPAMMM.pcm-UFMZVZ72JL34 and /dev/null 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 deleted file mode 100644 index b697c8d..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-QHJXGYYDCL9F.pcm-3K1AONPPO7DIV and /dev/null 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 deleted file mode 100644 index 32584d3..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-B2LPRIM2DE0P.pcm-4NDNMWZGYVXV and /dev/null 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 deleted file mode 100644 index a5a8ae1..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-277JJZJIHJPZF.pcm-3VFSAUXYBK6R7 and /dev/null 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 deleted file mode 100644 index 127f996..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-1L1O58CTK9GFM.pcm-205FO68LOV9XF and /dev/null 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 deleted file mode 100644 index 62ee603..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-1L1O58CTK9GFM.pcm-13QJT068AFFH2 and /dev/null 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 deleted file mode 100644 index 7cb7b42..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-1L1O58CTK9GFM.pcm-3TDVTVPOOXL38 and /dev/null 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 deleted file mode 100644 index e834c61..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-1L1O58CTK9GFM.pcm-103YX7OE6GJQM and /dev/null 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 deleted file mode 100644 index f6e3573..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-1L1O58CTK9GFM.pcm-2K2FEQPFF0SBG and /dev/null 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 deleted file mode 100644 index 2124502..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-1L1O58CTK9GFM.pcm-3JQUZUF3ZN0BJ and /dev/null 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 deleted file mode 100644 index a809b97..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-1L1O58CTK9GFM.pcm-39V47WG5AUKTO and /dev/null 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 deleted file mode 100644 index 5644c3a..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-277JJZJIHJPZF.pcm-5J2DT2BJR7IT and /dev/null 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 deleted file mode 100644 index f183b12..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-WWWEWLWRZ14W.pcm-14J07J7RQY2PU and /dev/null 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 deleted file mode 100644 index 9a35de6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-20G2G5I8KM923.pcm-18QRUHC3GCEEM and /dev/null 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 deleted file mode 100644 index 7e6393c..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-28X2BRGNV4B87.pcm-229YMQFFN5FOH and /dev/null 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 deleted file mode 100644 index 1519bb8..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-2WPXSD2SWVB5Z.pcm-2T1SJV9UBD2L3 and /dev/null 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 deleted file mode 100644 index 6fa72e6..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2RPR8GBS2PGRY.pcm-CUNS9HG5VKL2 and /dev/null 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 deleted file mode 100644 index 82c2956..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-3KXINN7DPM3XP.pcm-19WAFPW46LQE5 and /dev/null 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 deleted file mode 100644 index b0bc5ba..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-3KXINN7DPM3XP.pcm-1DWRO9GDA704J and /dev/null 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 deleted file mode 100644 index 938f3af..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-1L1O58CTK9GFM.pcm-21SUR84YJTVF1 and /dev/null 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 deleted file mode 100644 index 5c1984f..0000000 Binary files a/MyPassCore/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-1L1O58CTK9GFM.pcm-7BP1YAJGXZMM and /dev/null 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 deleted file mode 100644 index d320a81..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/plugin-tools-description.json +++ /dev/null @@ -1,1509 +0,0 @@ -{ - "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 deleted file mode 100644 index 113c5ab..0000000 --- a/MyPassCore/.build/arm64-apple-macosx/debug/swift-version--1AB21518FC5DEDBE.txt +++ /dev/null @@ -1,2 +0,0 @@ -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 deleted file mode 100644 index 40952ad..0000000 Binary files a/MyPassCore/.build/build.db and /dev/null differ diff --git a/MyPassCore/.build/debug.yaml b/MyPassCore/.build/debug.yaml deleted file mode 100644 index 292ea58..0000000 --- a/MyPassCore/.build/debug.yaml +++ /dev/null @@ -1,912 +0,0 @@ -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 deleted file mode 100644 index d8637a2..0000000 --- a/MyPassCore/.build/plugin-tools.yaml +++ /dev/null @@ -1,912 +0,0 @@ -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 deleted file mode 100644 index 7d889f1..0000000 --- a/MyPassCore/.build/workspace-state.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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/autofill/Base.lproj/MainInterface.storyboard b/autofill/Base.lproj/MainInterface.storyboard new file mode 100644 index 0000000..255319b --- /dev/null +++ b/autofill/Base.lproj/MainInterface.storyboard @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/autofill/CredentialProviderViewController.swift b/autofill/CredentialProviderViewController.swift new file mode 100644 index 0000000..619b69f --- /dev/null +++ b/autofill/CredentialProviderViewController.swift @@ -0,0 +1,58 @@ +// +// CredentialProviderViewController.swift +// autofill +// +// Created by Christophe Vila on 19/09/2026. +// + +import AuthenticationServices + +class CredentialProviderViewController: ASCredentialProviderViewController { + + /* + Prepare your UI to list available credentials for the user to choose from. The items in + 'serviceIdentifiers' describe the service the user is logging in to, so your extension can + prioritize the most relevant credentials in the list. + */ + override func prepareCredentialList(for serviceIdentifiers: [ASCredentialServiceIdentifier]) { + } + + /* + Implement this method if your extension supports showing credentials in the QuickType bar. + When the user selects a credential from your app, this method will be called with the + ASPasswordCredentialIdentity your app has previously saved to the ASCredentialIdentityStore. + Provide the password by completing the extension request with the associated ASPasswordCredential. + If using the credential would require showing custom UI for authenticating the user, cancel + the request with error code ASExtensionError.userInteractionRequired. + + override func provideCredentialWithoutUserInteraction(for credentialIdentity: ASPasswordCredentialIdentity) { + let databaseIsUnlocked = true + if (databaseIsUnlocked) { + let passwordCredential = ASPasswordCredential(user: "j_appleseed", password: "apple1234") + self.extensionContext.completeRequest(withSelectedCredential: passwordCredential, completionHandler: nil) + } else { + self.extensionContext.cancelRequest(withError: NSError(domain: ASExtensionErrorDomain, code:ASExtensionError.userInteractionRequired.rawValue)) + } + } + */ + + /* + Implement this method if provideCredentialWithoutUserInteraction(for:) can fail with + ASExtensionError.userInteractionRequired. In this case, the system may present your extension's + UI and call this method. Show appropriate UI for authenticating the user then provide the password + by completing the extension request with the associated ASPasswordCredential. + + override func prepareInterfaceToProvideCredential(for credentialIdentity: ASPasswordCredentialIdentity) { + } + */ + + @IBAction func cancel(_ sender: AnyObject?) { + self.extensionContext.cancelRequest(withError: NSError(domain: ASExtensionErrorDomain, code: ASExtensionError.userCanceled.rawValue)) + } + + @IBAction func passwordSelected(_ sender: AnyObject?) { + let passwordCredential = ASPasswordCredential(user: "j_appleseed", password: "apple1234") + self.extensionContext.completeRequest(withSelectedCredential: passwordCredential, completionHandler: nil) + } + +} diff --git a/autofill/Info.plist b/autofill/Info.plist new file mode 100644 index 0000000..c0339b2 --- /dev/null +++ b/autofill/Info.plist @@ -0,0 +1,13 @@ + + + + + NSExtension + + NSExtensionMainStoryboard + MainInterface + NSExtensionPointIdentifier + com.apple.authentication-services-credential-provider-ui + + + diff --git a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist b/autofill/autofill.entitlements similarity index 53% rename from MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist rename to autofill/autofill.entitlements index 6013438..6bad017 100644 --- a/MyPassCore/.build/arm64-apple-macosx/debug/KeePassKit.build/Info.plist +++ b/autofill/autofill.entitlements @@ -1,8 +1,8 @@ - - CFBundleDevelopmentRegion - en - - \ No newline at end of file + + com.apple.developer.authentication-services.autofill-credential-provider + + +