commit 4b8701e55b3a71050b271600b1258401bf19d9b4 Author: diyaa Date: Sun May 24 20:53:42 2026 +0200 version 1.0.0 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b176a27 --- /dev/null +++ b/.gitignore @@ -0,0 +1,118 @@ +### macOS +# Finder metadata +.DS_Store + +# Thumbnails +._* + +# Custom folder icons +Icon + +# Volume root files +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +### VS Code +# VSCode settings (keep shared configuration) +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### Node +# Dependencies +node_modules/ + +# Logs +*.log + +# Runtime data +*.pid +*.pid.lock + +# Coverage +coverage/ +*.lcov +.nyc_output + +# Build output +dist/ +build/Release + +# TypeScript cache +*.tsbuildinfo + +# Framework build output and caches +.cache +.parcel-cache +.next +out/ +.nuxt + +# dotenv environment variable files +.env +.env.local +.env.*.local + +# npm cache directory +.npm +*.tgz + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/install-state.gz +.pnp.* + +### Objective-C +# Xcode user settings +xcuserdata/ + +# Xcode build data +DerivedData/ + +# Obj-C/Swift specific +*.hmap + +# App packaging +*.ipa +*.dSYM.zip +*.dSYM + +# Playgrounds +timeline.xctimeline +playground.xcworkspace + +### Swift +# Xcode user settings +xcuserdata/ + +# Xcode build data +DerivedData/ + +# Swift/Obj-C specific +*.hmap + +# App packaging +*.ipa +*.dSYM.zip +*.dSYM + +# Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# Package.resolved \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..75474de --- /dev/null +++ b/README.md @@ -0,0 +1,56 @@ +# Velody + +Velody is a private music ecosystem for personal use across `macOS`, `iPhone`, and a VPS backend. + +This repository currently contains the execution foundation for Phase 1: + +- `apps/apple` for the native Apple apps workspace +- `packages/apple` for shared Swift packages +- `backend` for the NestJS API and Prisma schema +- `infra` for local Docker and deployment references +- `runtime` for local development storage paths +- `docs/PROJECT_ENVIRONMENT_ARCHITECTURE.md` as the functional source of truth + +## Requirements + +- Xcode 26+ +- Swift 5.9+ +- Node.js 20+ +- npm 10+ +- Docker Desktop + +## Local Development + +1. Copy the example environment file: + +```bash +cp .env.example .env +``` + +2. Start Postgres and the API: + +```bash +docker compose -f infra/docker/compose.local.yml up --build +``` + +3. Open the Apple workspace: + +```bash +open apps/apple/Velody.xcworkspace +``` + +## Current Scope + +This phase intentionally provides: + +- backend contracts and scaffolding +- database schema and initial migration +- local filesystem storage readiness checks +- placeholder Apple apps and shared packages + +This phase intentionally does not yet implement: + +- folder watching +- upload chunk transfer +- background downloads +- audio playback diff --git a/apps/apple/Velody.xcodeproj/project.pbxproj b/apps/apple/Velody.xcodeproj/project.pbxproj new file mode 100644 index 0000000..23968e4 --- /dev/null +++ b/apps/apple/Velody.xcodeproj/project.pbxproj @@ -0,0 +1,522 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 77; + objects = { + +/* Begin PBXBuildFile section */ + 0AF7078E8BD078ECE18B6C0A /* VelodyiPhoneApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2AEECC422FC77F78C45B17D /* VelodyiPhoneApp.swift */; }; + 151772779307EFC3B3A17477 /* MacLibraryViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD72F644E3F2E28758E68D63 /* MacLibraryViewModel.swift */; }; + 2E9DD262BF65832378F37DD4 /* VelodyPersistence in Frameworks */ = {isa = PBXBuildFile; productRef = 4DD09D7C123E184CEC0A2F4D /* VelodyPersistence */; }; + 2F9E426A66F4887C301AB13C /* FolderAccessService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EC9AED651FE0AB193AAFE94 /* FolderAccessService.swift */; }; + 3D22DE55C4A27A4DE68E6359 /* VelodyUtilities in Frameworks */ = {isa = PBXBuildFile; productRef = AAD3F903A475AA0B0159C79E /* VelodyUtilities */; }; + 3D2A2E7D9371C62F8F86DD84 /* VelodyDomain in Frameworks */ = {isa = PBXBuildFile; productRef = 3C910108376E6ECEF152DCE1 /* VelodyDomain */; }; + 5D2616BFA3DD5E131EC928F2 /* iPhoneLibraryViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE56EE8AD38DC563003A7979 /* iPhoneLibraryViewModel.swift */; }; + 7174D80FB45839E82F150613 /* VelodyMacApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96A45EA6FB9536D0CD91874C /* VelodyMacApp.swift */; }; + 783EBF82108F7A04B6DD33B4 /* VelodySync in Frameworks */ = {isa = PBXBuildFile; productRef = DA5EBADF45BC0977F73F241C /* VelodySync */; }; + 8A3C2C7EB14F364D682A92B7 /* VelodyNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 713279722B202FB1CF4A869E /* VelodyNetworking */; }; + 93F386D6A8B0131EAB50E2B9 /* VelodyDomain in Frameworks */ = {isa = PBXBuildFile; productRef = 48BF8F8596E7A86383A9CCD1 /* VelodyDomain */; }; + A54D8AD8A59D8B77FCA0794F /* MacLibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB28FE17346E100F697C1BF4 /* MacLibraryView.swift */; }; + AB6C7E42A3A850D395E4F5E7 /* VelodySync in Frameworks */ = {isa = PBXBuildFile; productRef = 2449C403E81DD84D7A8DD7E1 /* VelodySync */; }; + D0D65CE73B9DFF3C73F432DB /* VelodyUtilities in Frameworks */ = {isa = PBXBuildFile; productRef = B15F842ACBB110CC8A766669 /* VelodyUtilities */; }; + D4B554447B262C7B946ED21F /* VelodyPersistence in Frameworks */ = {isa = PBXBuildFile; productRef = C8F5FF593C4DB829D1CDD497 /* VelodyPersistence */; }; + EE48EF0688C7E33CDA783234 /* VelodyNetworking in Frameworks */ = {isa = PBXBuildFile; productRef = 0682A261A6F2F050F4B83AF6 /* VelodyNetworking */; }; + FB76843BB27CCCD2B0CFF11D /* iPhoneLibraryView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD8848AEA828FE5B2607EB46 /* iPhoneLibraryView.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 07508485E10C6E2942FE29AB /* VelodySync */ = {isa = PBXFileReference; lastKnownFileType = folder; name = VelodySync; path = ../../packages/apple/VelodySync; sourceTree = SOURCE_ROOT; }; + 0F6993844F6FD7E86D52EC25 /* VelodyNetworking */ = {isa = PBXFileReference; lastKnownFileType = folder; name = VelodyNetworking; path = ../../packages/apple/VelodyNetworking; sourceTree = SOURCE_ROOT; }; + 5EC9AED651FE0AB193AAFE94 /* FolderAccessService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FolderAccessService.swift; sourceTree = ""; }; + 6E7BCB85A35B8286E4472822 /* VelodyPersistence */ = {isa = PBXFileReference; lastKnownFileType = folder; name = VelodyPersistence; path = ../../packages/apple/VelodyPersistence; sourceTree = SOURCE_ROOT; }; + 7A1BDB40E1A38A685237BCF3 /* VelodyMac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VelodyMac.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 89FE56E825FC42D026EAC784 /* VelodyUtilities */ = {isa = PBXFileReference; lastKnownFileType = folder; name = VelodyUtilities; path = ../../packages/apple/VelodyUtilities; sourceTree = SOURCE_ROOT; }; + 96A45EA6FB9536D0CD91874C /* VelodyMacApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VelodyMacApp.swift; sourceTree = ""; }; + AD72F644E3F2E28758E68D63 /* MacLibraryViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacLibraryViewModel.swift; sourceTree = ""; }; + AE56EE8AD38DC563003A7979 /* iPhoneLibraryViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iPhoneLibraryViewModel.swift; sourceTree = ""; }; + BF223F7E40D4B594935F5BC2 /* VelodyiPhone.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = VelodyiPhone.app; sourceTree = BUILT_PRODUCTS_DIR; }; + DB28FE17346E100F697C1BF4 /* MacLibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacLibraryView.swift; sourceTree = ""; }; + DD8848AEA828FE5B2607EB46 /* iPhoneLibraryView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = iPhoneLibraryView.swift; sourceTree = ""; }; + F2AEECC422FC77F78C45B17D /* VelodyiPhoneApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VelodyiPhoneApp.swift; sourceTree = ""; }; + F7EF830CE1ABB841E624A660 /* VelodyDomain */ = {isa = PBXFileReference; lastKnownFileType = folder; name = VelodyDomain; path = ../../packages/apple/VelodyDomain; sourceTree = SOURCE_ROOT; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 164EF3CE80CCC648290BE574 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3D2A2E7D9371C62F8F86DD84 /* VelodyDomain in Frameworks */, + EE48EF0688C7E33CDA783234 /* VelodyNetworking in Frameworks */, + 2E9DD262BF65832378F37DD4 /* VelodyPersistence in Frameworks */, + 783EBF82108F7A04B6DD33B4 /* VelodySync in Frameworks */, + 3D22DE55C4A27A4DE68E6359 /* VelodyUtilities in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 5EEE2B9B800ED62CFD5E16D5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 93F386D6A8B0131EAB50E2B9 /* VelodyDomain in Frameworks */, + 8A3C2C7EB14F364D682A92B7 /* VelodyNetworking in Frameworks */, + D4B554447B262C7B946ED21F /* VelodyPersistence in Frameworks */, + AB6C7E42A3A850D395E4F5E7 /* VelodySync in Frameworks */, + D0D65CE73B9DFF3C73F432DB /* VelodyUtilities in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 72E9140E6A9783B11030B506 /* Sources */ = { + isa = PBXGroup; + children = ( + DD8848AEA828FE5B2607EB46 /* iPhoneLibraryView.swift */, + AE56EE8AD38DC563003A7979 /* iPhoneLibraryViewModel.swift */, + F2AEECC422FC77F78C45B17D /* VelodyiPhoneApp.swift */, + ); + name = Sources; + path = VelodyiPhone/Sources; + sourceTree = ""; + }; + 770229FFB4009FE9ED8F7FA1 /* Packages */ = { + isa = PBXGroup; + children = ( + F7EF830CE1ABB841E624A660 /* VelodyDomain */, + 0F6993844F6FD7E86D52EC25 /* VelodyNetworking */, + 6E7BCB85A35B8286E4472822 /* VelodyPersistence */, + 07508485E10C6E2942FE29AB /* VelodySync */, + 89FE56E825FC42D026EAC784 /* VelodyUtilities */, + ); + name = Packages; + sourceTree = ""; + }; + AB4CAC024DD51FEC5AD2CDB9 = { + isa = PBXGroup; + children = ( + 770229FFB4009FE9ED8F7FA1 /* Packages */, + 72E9140E6A9783B11030B506 /* Sources */, + C055BC0585BDA296E6A6D9F8 /* Sources */, + E7EA6D658DCAE7B098AACC54 /* Products */, + ); + sourceTree = ""; + }; + C055BC0585BDA296E6A6D9F8 /* Sources */ = { + isa = PBXGroup; + children = ( + 5EC9AED651FE0AB193AAFE94 /* FolderAccessService.swift */, + DB28FE17346E100F697C1BF4 /* MacLibraryView.swift */, + AD72F644E3F2E28758E68D63 /* MacLibraryViewModel.swift */, + 96A45EA6FB9536D0CD91874C /* VelodyMacApp.swift */, + ); + name = Sources; + path = VelodyMac/Sources; + sourceTree = ""; + }; + E7EA6D658DCAE7B098AACC54 /* Products */ = { + isa = PBXGroup; + children = ( + BF223F7E40D4B594935F5BC2 /* VelodyiPhone.app */, + 7A1BDB40E1A38A685237BCF3 /* VelodyMac.app */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 35991DE50CE00DB09C257624 /* VelodyMac */ = { + isa = PBXNativeTarget; + buildConfigurationList = C3E3979BBD4515632B20BF81 /* Build configuration list for PBXNativeTarget "VelodyMac" */; + buildPhases = ( + 82777CB01A8F49D7D29F03D0 /* Sources */, + 164EF3CE80CCC648290BE574 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = VelodyMac; + packageProductDependencies = ( + 3C910108376E6ECEF152DCE1 /* VelodyDomain */, + 0682A261A6F2F050F4B83AF6 /* VelodyNetworking */, + 4DD09D7C123E184CEC0A2F4D /* VelodyPersistence */, + DA5EBADF45BC0977F73F241C /* VelodySync */, + AAD3F903A475AA0B0159C79E /* VelodyUtilities */, + ); + productName = VelodyMac; + productReference = 7A1BDB40E1A38A685237BCF3 /* VelodyMac.app */; + productType = "com.apple.product-type.application"; + }; + BA256DA9698C16C35E28D0EF /* VelodyiPhone */ = { + isa = PBXNativeTarget; + buildConfigurationList = 6BBCD1EA2ADBFF580325615C /* Build configuration list for PBXNativeTarget "VelodyiPhone" */; + buildPhases = ( + 05A8FC6F228F991C2ABD5A81 /* Sources */, + 5EEE2B9B800ED62CFD5E16D5 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = VelodyiPhone; + packageProductDependencies = ( + 48BF8F8596E7A86383A9CCD1 /* VelodyDomain */, + 713279722B202FB1CF4A869E /* VelodyNetworking */, + C8F5FF593C4DB829D1CDD497 /* VelodyPersistence */, + 2449C403E81DD84D7A8DD7E1 /* VelodySync */, + B15F842ACBB110CC8A766669 /* VelodyUtilities */, + ); + productName = VelodyiPhone; + productReference = BF223F7E40D4B594935F5BC2 /* VelodyiPhone.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D14070EEF27F35DD4F5F547B /* Project object */ = { + isa = PBXProject; + attributes = { + BuildIndependentTargetsInParallel = YES; + LastUpgradeCheck = 1430; + }; + buildConfigurationList = A0556D22F619DDC41AA3C723 /* Build configuration list for PBXProject "Velody" */; + compatibilityVersion = "Xcode 14.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + Base, + en, + ); + mainGroup = AB4CAC024DD51FEC5AD2CDB9; + minimizedProjectReferenceProxies = 1; + packageReferences = ( + 43AF8C7D2C6F46AB2748AAD9 /* XCLocalSwiftPackageReference "../../packages/apple/VelodyDomain" */, + 5DC2C05FD0EC7BD980C0BF69 /* XCLocalSwiftPackageReference "../../packages/apple/VelodyNetworking" */, + E9AE6C97FDD54CE81E584DDC /* XCLocalSwiftPackageReference "../../packages/apple/VelodyPersistence" */, + 60A72563C2E87FC2BA78729A /* XCLocalSwiftPackageReference "../../packages/apple/VelodySync" */, + 4290F294795FE24C6BF03B5B /* XCLocalSwiftPackageReference "../../packages/apple/VelodyUtilities" */, + ); + preferredProjectObjectVersion = 77; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 35991DE50CE00DB09C257624 /* VelodyMac */, + BA256DA9698C16C35E28D0EF /* VelodyiPhone */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 05A8FC6F228F991C2ABD5A81 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 0AF7078E8BD078ECE18B6C0A /* VelodyiPhoneApp.swift in Sources */, + FB76843BB27CCCD2B0CFF11D /* iPhoneLibraryView.swift in Sources */, + 5D2616BFA3DD5E131EC928F2 /* iPhoneLibraryViewModel.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 82777CB01A8F49D7D29F03D0 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 2F9E426A66F4887C301AB13C /* FolderAccessService.swift in Sources */, + A54D8AD8A59D8B77FCA0794F /* MacLibraryView.swift in Sources */, + 151772779307EFC3B3A17477 /* MacLibraryViewModel.swift in Sources */, + 7174D80FB45839E82F150613 /* VelodyMacApp.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 384C8F5F47E4F21667BF35CD /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "$(inherited)", + "DEBUG=1", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GENERATE_INFOPLIST_FILE = YES; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.9; + }; + name = Debug; + }; + 69FECBCBCA0B51ADDBD79E78 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_KEY_CFBundleDisplayName = Velody; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = de.diyaa.velody.iphone; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 9478A6764E52B120F97FA0DF /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_KEY_CFBundleDisplayName = "Velody Mac"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 14.0; + PRODUCT_BUNDLE_IDENTIFIER = de.diyaa.velody.mac; + SDKROOT = macosx; + }; + name = Release; + }; + C2A5BA68F4D6BC7151E5824A /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + GENERATE_INFOPLIST_FILE = YES; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.9; + }; + name = Release; + }; + D92AAC4C7558EFC853CF352F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + COMBINE_HIDPI_IMAGES = YES; + INFOPLIST_KEY_CFBundleDisplayName = "Velody Mac"; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/../Frameworks", + ); + MACOSX_DEPLOYMENT_TARGET = 14.0; + PRODUCT_BUNDLE_IDENTIFIER = de.diyaa.velody.mac; + SDKROOT = macosx; + }; + name = Debug; + }; + DEE9A65FA6A370203099D8D0 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + INFOPLIST_KEY_CFBundleDisplayName = Velody; + IPHONEOS_DEPLOYMENT_TARGET = 17.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = de.diyaa.velody.iphone; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 6BBCD1EA2ADBFF580325615C /* Build configuration list for PBXNativeTarget "VelodyiPhone" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 69FECBCBCA0B51ADDBD79E78 /* Debug */, + DEE9A65FA6A370203099D8D0 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + A0556D22F619DDC41AA3C723 /* Build configuration list for PBXProject "Velody" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 384C8F5F47E4F21667BF35CD /* Debug */, + C2A5BA68F4D6BC7151E5824A /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; + C3E3979BBD4515632B20BF81 /* Build configuration list for PBXNativeTarget "VelodyMac" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D92AAC4C7558EFC853CF352F /* Debug */, + 9478A6764E52B120F97FA0DF /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Debug; + }; +/* End XCConfigurationList section */ + +/* Begin XCLocalSwiftPackageReference section */ + 4290F294795FE24C6BF03B5B /* XCLocalSwiftPackageReference "../../packages/apple/VelodyUtilities" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../packages/apple/VelodyUtilities; + }; + 43AF8C7D2C6F46AB2748AAD9 /* XCLocalSwiftPackageReference "../../packages/apple/VelodyDomain" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../packages/apple/VelodyDomain; + }; + 5DC2C05FD0EC7BD980C0BF69 /* XCLocalSwiftPackageReference "../../packages/apple/VelodyNetworking" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../packages/apple/VelodyNetworking; + }; + 60A72563C2E87FC2BA78729A /* XCLocalSwiftPackageReference "../../packages/apple/VelodySync" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../packages/apple/VelodySync; + }; + E9AE6C97FDD54CE81E584DDC /* XCLocalSwiftPackageReference "../../packages/apple/VelodyPersistence" */ = { + isa = XCLocalSwiftPackageReference; + relativePath = ../../packages/apple/VelodyPersistence; + }; +/* End XCLocalSwiftPackageReference section */ + +/* Begin XCSwiftPackageProductDependency section */ + 0682A261A6F2F050F4B83AF6 /* VelodyNetworking */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyNetworking; + }; + 2449C403E81DD84D7A8DD7E1 /* VelodySync */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodySync; + }; + 3C910108376E6ECEF152DCE1 /* VelodyDomain */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyDomain; + }; + 48BF8F8596E7A86383A9CCD1 /* VelodyDomain */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyDomain; + }; + 4DD09D7C123E184CEC0A2F4D /* VelodyPersistence */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyPersistence; + }; + 713279722B202FB1CF4A869E /* VelodyNetworking */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyNetworking; + }; + AAD3F903A475AA0B0159C79E /* VelodyUtilities */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyUtilities; + }; + B15F842ACBB110CC8A766669 /* VelodyUtilities */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyUtilities; + }; + C8F5FF593C4DB829D1CDD497 /* VelodyPersistence */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodyPersistence; + }; + DA5EBADF45BC0977F73F241C /* VelodySync */ = { + isa = XCSwiftPackageProductDependency; + productName = VelodySync; + }; +/* End XCSwiftPackageProductDependency section */ + }; + rootObject = D14070EEF27F35DD4F5F547B /* Project object */; +} diff --git a/apps/apple/Velody.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/apps/apple/Velody.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/apps/apple/Velody.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/apps/apple/Velody.xcworkspace/contents.xcworkspacedata b/apps/apple/Velody.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d1af8f3 --- /dev/null +++ b/apps/apple/Velody.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/apps/apple/VelodyMac/Sources/FolderAccessService.swift b/apps/apple/VelodyMac/Sources/FolderAccessService.swift new file mode 100644 index 0000000..284161b --- /dev/null +++ b/apps/apple/VelodyMac/Sources/FolderAccessService.swift @@ -0,0 +1,47 @@ +import AppKit +import Foundation + +@MainActor +final class FolderAccessService { + private let bookmarkKey = "velody.selected-folder.bookmark" + + func chooseFolder() -> URL? { + let panel = NSOpenPanel() + panel.canChooseDirectories = true + panel.canChooseFiles = false + panel.allowsMultipleSelection = false + panel.prompt = "Choose Folder" + + guard panel.runModal() == .OK, let url = panel.url else { + return nil + } + + do { + let bookmark = try url.bookmarkData( + options: [.withSecurityScope], + includingResourceValuesForKeys: nil, + relativeTo: nil + ) + UserDefaults.standard.set(bookmark, forKey: bookmarkKey) + return url + } catch { + return url + } + } + + func storedFolderURL() -> URL? { + guard + let bookmark = UserDefaults.standard.data(forKey: bookmarkKey) + else { + return nil + } + + var isStale = false + return try? URL( + resolvingBookmarkData: bookmark, + options: [.withSecurityScope], + relativeTo: nil, + bookmarkDataIsStale: &isStale + ) + } +} diff --git a/apps/apple/VelodyMac/Sources/MacLibraryView.swift b/apps/apple/VelodyMac/Sources/MacLibraryView.swift new file mode 100644 index 0000000..e173390 --- /dev/null +++ b/apps/apple/VelodyMac/Sources/MacLibraryView.swift @@ -0,0 +1,56 @@ +import SwiftUI +import VelodyDomain + +struct MacLibraryView: View { + @State private var viewModel = MacLibraryViewModel() + + var body: some View { + NavigationSplitView { + List(viewModel.tracks) { track in + VStack(alignment: .leading, spacing: 4) { + Text(track.title) + .font(.headline) + Text(track.artist) + .foregroundStyle(.secondary) + if let album = track.album { + Text(album) + .font(.caption) + .foregroundStyle(.secondary) + } + } + .padding(.vertical, 4) + } + .navigationTitle("Velody") + } detail: { + VStack(alignment: .leading, spacing: 16) { + Text("Private Library Foundation") + .font(.largeTitle) + Text("Selected folder") + .font(.headline) + Text(viewModel.selectedFolderPath) + .textSelection(.enabled) + Text("Sync status") + .font(.headline) + Text(viewModel.syncStatus) + .foregroundStyle(.secondary) + + HStack { + Button("Choose Watched Folder") { + viewModel.chooseFolder() + } + Button("Refresh Placeholder Sync") { + Task { + await viewModel.refreshSyncStatus() + } + } + } + + Spacer() + } + .padding(24) + } + .task { + await viewModel.loadIfNeeded() + } + } +} diff --git a/apps/apple/VelodyMac/Sources/MacLibraryViewModel.swift b/apps/apple/VelodyMac/Sources/MacLibraryViewModel.swift new file mode 100644 index 0000000..58b90ce --- /dev/null +++ b/apps/apple/VelodyMac/Sources/MacLibraryViewModel.swift @@ -0,0 +1,59 @@ +import Foundation +import Observation +import VelodyDomain +import VelodyNetworking +import VelodyPersistence +import VelodySync +import VelodyUtilities + +@MainActor +@Observable +final class MacLibraryViewModel { + var tracks: [LibraryTrack] = [] + var selectedFolderPath = "No folder selected" + var syncStatus = "Sync not started" + + private let folderAccessService = FolderAccessService() + private let keychainService = MemoryKeychainService() + private let store = InMemoryLocalLibraryStore() + private let syncCoordinator: PlaceholderSyncCoordinator + private var hasLoaded = false + + init() { + let environment = ServerEnvironment( + baseURL: URL(string: "http://localhost:3000")!, + appVersion: "0.1.0" + ) + let apiClient = StubVelodyAPIClient(environment: environment) + self.syncCoordinator = PlaceholderSyncCoordinator( + apiClient: apiClient, + store: store + ) + if let url = folderAccessService.storedFolderURL() { + selectedFolderPath = url.path + } + } + + func loadIfNeeded() async { + guard !hasLoaded else { return } + hasLoaded = true + await refreshSyncStatus() + await keychainService.save("placeholder-bootstrap-token", forKey: "bootstrap-token") + } + + func refreshSyncStatus() async { + do { + let result = try await syncCoordinator.performInitialSync() + tracks = result.tracks + syncStatus = result.statusMessage + } catch { + syncStatus = "Sync placeholder failed: \(error.localizedDescription)" + } + } + + func chooseFolder() { + if let url = folderAccessService.chooseFolder() { + selectedFolderPath = url.path + } + } +} diff --git a/apps/apple/VelodyMac/Sources/VelodyMacApp.swift b/apps/apple/VelodyMac/Sources/VelodyMacApp.swift new file mode 100644 index 0000000..fb20958 --- /dev/null +++ b/apps/apple/VelodyMac/Sources/VelodyMacApp.swift @@ -0,0 +1,10 @@ +import SwiftUI + +@main +struct VelodyMacApp: App { + var body: some Scene { + WindowGroup { + MacLibraryView() + } + } +} diff --git a/apps/apple/VelodyiPhone/Sources/VelodyiPhoneApp.swift b/apps/apple/VelodyiPhone/Sources/VelodyiPhoneApp.swift new file mode 100644 index 0000000..0cd05bd --- /dev/null +++ b/apps/apple/VelodyiPhone/Sources/VelodyiPhoneApp.swift @@ -0,0 +1,10 @@ +import SwiftUI + +@main +struct VelodyiPhoneApp: App { + var body: some Scene { + WindowGroup { + iPhoneLibraryView() + } + } +} diff --git a/apps/apple/VelodyiPhone/Sources/iPhoneLibraryView.swift b/apps/apple/VelodyiPhone/Sources/iPhoneLibraryView.swift new file mode 100644 index 0000000..6d77966 --- /dev/null +++ b/apps/apple/VelodyiPhone/Sources/iPhoneLibraryView.swift @@ -0,0 +1,48 @@ +import SwiftUI + +struct iPhoneLibraryView: View { + @State private var viewModel = iPhoneLibraryViewModel() + + var body: some View { + NavigationStack { + List(viewModel.tracks) { track in + VStack(alignment: .leading, spacing: 4) { + Text(track.title) + .font(.headline) + Text(track.artist) + .foregroundStyle(.secondary) + } + } + .overlay { + if viewModel.tracks.isEmpty { + ContentUnavailableView( + "No Local Tracks Yet", + systemImage: "music.note.list", + description: Text("This iPhone target currently exposes the offline catalog shell only.") + ) + } + } + .navigationTitle("Velody") + .toolbar { + ToolbarItem(placement: .topBarTrailing) { + Button("Sync") { + Task { + await viewModel.refreshSync() + } + } + } + } + .safeAreaInset(edge: .bottom) { + Text(viewModel.syncStatus) + .font(.footnote) + .foregroundStyle(.secondary) + .padding() + .frame(maxWidth: .infinity, alignment: .leading) + .background(.ultraThinMaterial) + } + } + .task { + await viewModel.loadIfNeeded() + } + } +} diff --git a/apps/apple/VelodyiPhone/Sources/iPhoneLibraryViewModel.swift b/apps/apple/VelodyiPhone/Sources/iPhoneLibraryViewModel.swift new file mode 100644 index 0000000..7b31a4d --- /dev/null +++ b/apps/apple/VelodyiPhone/Sources/iPhoneLibraryViewModel.swift @@ -0,0 +1,48 @@ +import Foundation +import Observation +import VelodyDomain +import VelodyNetworking +import VelodyPersistence +import VelodySync +import VelodyUtilities + +@MainActor +@Observable +final class iPhoneLibraryViewModel { + var tracks: [LibraryTrack] = [] + var syncStatus = "Offline library not synced yet" + + private let store = InMemoryLocalLibraryStore() + private let keychainService = MemoryKeychainService() + private let syncCoordinator: PlaceholderSyncCoordinator + private var hasLoaded = false + + init() { + let environment = ServerEnvironment( + baseURL: URL(string: "http://localhost:3000")!, + appVersion: "0.1.0" + ) + let apiClient = StubVelodyAPIClient(environment: environment) + self.syncCoordinator = PlaceholderSyncCoordinator( + apiClient: apiClient, + store: store + ) + } + + func loadIfNeeded() async { + guard !hasLoaded else { return } + hasLoaded = true + await keychainService.save("placeholder-bootstrap-token", forKey: "bootstrap-token") + await refreshSync() + } + + func refreshSync() async { + do { + let result = try await syncCoordinator.performInitialSync() + tracks = result.tracks + syncStatus = result.statusMessage + } catch { + syncStatus = "Sync placeholder failed: \(error.localizedDescription)" + } + } +} diff --git a/apps/apple/project.yml b/apps/apple/project.yml new file mode 100644 index 0000000..abe8afc --- /dev/null +++ b/apps/apple/project.yml @@ -0,0 +1,64 @@ +name: Velody +options: + bundleIdPrefix: de.diyaa.velody +settings: + base: + SWIFT_VERSION: 5.9 + GENERATE_INFOPLIST_FILE: YES +packages: + VelodyDomain: + path: ../../packages/apple/VelodyDomain + VelodyNetworking: + path: ../../packages/apple/VelodyNetworking + VelodyPersistence: + path: ../../packages/apple/VelodyPersistence + VelodySync: + path: ../../packages/apple/VelodySync + VelodyUtilities: + path: ../../packages/apple/VelodyUtilities +targets: + VelodyMac: + type: application + platform: macOS + deploymentTarget: "14.0" + sources: + - path: VelodyMac/Sources + settings: + base: + PRODUCT_BUNDLE_IDENTIFIER: de.diyaa.velody.mac + INFOPLIST_KEY_CFBundleDisplayName: Velody Mac + INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.music + MACOSX_DEPLOYMENT_TARGET: 14.0 + dependencies: + - package: VelodyDomain + product: VelodyDomain + - package: VelodyNetworking + product: VelodyNetworking + - package: VelodyPersistence + product: VelodyPersistence + - package: VelodySync + product: VelodySync + - package: VelodyUtilities + product: VelodyUtilities + VelodyiPhone: + type: application + platform: iOS + deploymentTarget: "17.0" + sources: + - path: VelodyiPhone/Sources + settings: + base: + PRODUCT_BUNDLE_IDENTIFIER: de.diyaa.velody.iphone + INFOPLIST_KEY_CFBundleDisplayName: Velody + IPHONEOS_DEPLOYMENT_TARGET: 17.0 + dependencies: + - package: VelodyDomain + product: VelodyDomain + - package: VelodyNetworking + product: VelodyNetworking + - package: VelodyPersistence + product: VelodyPersistence + - package: VelodySync + product: VelodySync + - package: VelodyUtilities + product: VelodyUtilities diff --git a/backend/.dockerignore b/backend/.dockerignore new file mode 100644 index 0000000..6667779 --- /dev/null +++ b/backend/.dockerignore @@ -0,0 +1,4 @@ +node_modules +dist +coverage +.env diff --git a/backend/.env.example b/backend/.env.example new file mode 100644 index 0000000..ce9bb7a --- /dev/null +++ b/backend/.env.example @@ -0,0 +1,7 @@ +NODE_ENV=development +PORT=3000 +DATABASE_URL=postgresql://velody:velody@localhost:5432/velody?schema=public +STORAGE_ROOT=../runtime/storage +PUBLIC_BASE_URL=http://localhost:3000 +DEVICE_BOOTSTRAP_SECRET=replace-me +MAX_UPLOAD_SIZE_BYTES=524288000 diff --git a/backend/Dockerfile b/backend/Dockerfile new file mode 100644 index 0000000..39ad1b7 --- /dev/null +++ b/backend/Dockerfile @@ -0,0 +1,28 @@ +FROM node:20-alpine AS builder + +WORKDIR /app + +COPY backend/package.json backend/package-lock.json* ./backend/ +WORKDIR /app/backend +RUN npm install + +COPY backend ./ +RUN npx prisma generate +RUN npm run build + +FROM node:20-alpine + +WORKDIR /app/backend + +COPY --from=builder /app/backend/package.json ./ +COPY --from=builder /app/backend/package-lock.json* ./ +COPY --from=builder /app/backend/node_modules ./node_modules +COPY --from=builder /app/backend/dist ./dist +COPY --from=builder /app/backend/prisma ./prisma + +WORKDIR /app +COPY runtime ./runtime + +WORKDIR /app/backend +EXPOSE 3000 +CMD ["sh", "-c", "npx prisma migrate deploy && node dist/main.js"] diff --git a/backend/jest.config.js b/backend/jest.config.js new file mode 100644 index 0000000..c9fdbee --- /dev/null +++ b/backend/jest.config.js @@ -0,0 +1,12 @@ +module.exports = { + moduleFileExtensions: ["js", "json", "ts"], + rootDir: ".", + testRegex: ".*\\.spec\\.ts$", + setupFiles: ["/test/setup-env.ts"], + transform: { + "^.+\\.(t|j)s$": "ts-jest", + }, + collectCoverageFrom: ["src/**/*.ts"], + coverageDirectory: "./coverage", + testEnvironment: "node", +}; diff --git a/backend/openapi/velody.openapi.json b/backend/openapi/velody.openapi.json new file mode 100644 index 0000000..3368879 --- /dev/null +++ b/backend/openapi/velody.openapi.json @@ -0,0 +1,599 @@ +{ + "openapi": "3.0.0", + "paths": { + "/api/v1/health": { + "get": { + "operationId": "HealthController_getHealth_v1", + "parameters": [], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HealthResponseDto" + } + } + } + } + }, + "tags": [ + "health" + ] + } + }, + "/api/v1/devices/register": { + "post": { + "operationId": "DevicesController_register_v1", + "parameters": [], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RegisterDeviceRequestDto" + } + } + } + }, + "responses": { + "201": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/RegisterDeviceResponseDto" + } + } + } + } + }, + "tags": [ + "devices" + ] + } + }, + "/api/v1/devices/heartbeat": { + "post": { + "operationId": "DevicesController_heartbeat_v1", + "parameters": [], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeviceHeartbeatRequestDto" + } + } + } + }, + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/DeviceHeartbeatResponseDto" + } + } + } + } + }, + "tags": [ + "devices" + ] + } + }, + "/api/v1/uploads/prepare": { + "post": { + "operationId": "UploadsController_prepare_v1", + "parameters": [], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UploadPrepareRequestDto" + } + } + } + }, + "responses": { + "201": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UploadPrepareResponseDto" + } + } + } + } + }, + "tags": [ + "uploads" + ] + } + }, + "/api/v1/uploads/{uploadId}": { + "get": { + "operationId": "UploadsController_getStatus_v1", + "parameters": [ + { + "name": "uploadId", + "required": true, + "in": "path", + "schema": { + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UploadSessionStatusResponseDto" + } + } + } + } + }, + "tags": [ + "uploads" + ] + } + }, + "/api/v1/uploads/{uploadId}/finalize": { + "post": { + "operationId": "UploadsController_finalize_v1", + "parameters": [], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/UploadFinalizeResponseDto" + } + } + } + } + }, + "summary": "Reserved for the next milestone", + "tags": [ + "uploads" + ] + } + }, + "/api/v1/sync/bootstrap": { + "get": { + "operationId": "SyncController_bootstrap_v1", + "parameters": [], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SyncBootstrapResponseDto" + } + } + } + } + }, + "tags": [ + "sync" + ] + } + }, + "/api/v1/sync/changes": { + "get": { + "operationId": "SyncController_changes_v1", + "parameters": [ + { + "name": "after", + "required": false, + "in": "query", + "schema": { + "example": "0", + "type": "string" + } + } + ], + "responses": { + "200": { + "description": "", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/SyncChangesResponseDto" + } + } + } + } + }, + "tags": [ + "sync" + ] + } + } + }, + "info": { + "title": "Velody API", + "description": "Velody Phase 1 foundation API", + "version": "1.0.0", + "contact": {} + }, + "tags": [], + "servers": [], + "components": { + "schemas": { + "HealthDependencyDto": { + "type": "object", + "properties": { + "status": { + "type": "string", + "example": "up" + } + }, + "required": [ + "status" + ] + }, + "StorageDependencyDto": { + "type": "object", + "properties": { + "status": { + "type": "string", + "example": "up" + }, + "root": { + "type": "string", + "example": "/app/runtime/storage" + } + }, + "required": [ + "status", + "root" + ] + }, + "HealthResponseDto": { + "type": "object", + "properties": { + "service": { + "type": "string", + "example": "velody-backend" + }, + "version": { + "type": "string", + "example": "0.1.0" + }, + "database": { + "$ref": "#/components/schemas/HealthDependencyDto" + }, + "storage": { + "$ref": "#/components/schemas/StorageDependencyDto" + }, + "serverTime": { + "type": "string", + "example": "2026-05-24T20:00:00.000Z" + } + }, + "required": [ + "service", + "version", + "database", + "storage", + "serverTime" + ] + }, + "RegisterDeviceRequestDto": { + "type": "object", + "properties": { + "platform": { + "type": "string", + "enum": [ + "MACOS", + "IPHONE" + ], + "example": "MACOS" + }, + "deviceName": { + "type": "string", + "example": "Diya MacBook Pro" + }, + "appVersion": { + "type": "string", + "example": "0.1.0" + } + }, + "required": [ + "platform", + "deviceName", + "appVersion" + ] + }, + "RegisterDeviceResponseDto": { + "type": "object", + "properties": { + "deviceId": { + "type": "string", + "format": "uuid" + }, + "bootstrapToken": { + "type": "string" + }, + "serverTime": { + "type": "string", + "example": "2026-05-24T20:00:00.000Z" + } + }, + "required": [ + "deviceId", + "bootstrapToken", + "serverTime" + ] + }, + "DeviceHeartbeatRequestDto": { + "type": "object", + "properties": { + "deviceId": { + "type": "string", + "format": "uuid" + }, + "appVersion": { + "type": "string", + "example": "0.1.0" + } + }, + "required": [ + "deviceId", + "appVersion" + ] + }, + "DeviceHeartbeatResponseDto": { + "type": "object", + "properties": { + "ok": { + "type": "boolean", + "example": true + }, + "serverTime": { + "type": "string", + "example": "2026-05-24T20:00:00.000Z" + } + }, + "required": [ + "ok", + "serverTime" + ] + }, + "UploadPrepareRequestDto": { + "type": "object", + "properties": { + "deviceId": { + "type": "string", + "format": "uuid" + }, + "sha256": { + "type": "string", + "example": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" + }, + "originalFilename": { + "type": "string", + "example": "track.mp3" + }, + "sizeBytes": { + "type": "number", + "example": 10485760 + } + }, + "required": [ + "deviceId", + "sha256", + "originalFilename", + "sizeBytes" + ] + }, + "UploadPrepareResponseDto": { + "type": "object", + "properties": { + "status": { + "type": "string", + "enum": [ + "exists", + "upload_required" + ] + }, + "uploadId": { + "type": "string", + "format": "uuid" + }, + "nextOffset": { + "type": "number", + "example": 0 + } + }, + "required": [ + "status" + ] + }, + "UploadSessionStatusResponseDto": { + "type": "object", + "properties": { + "uploadId": { + "type": "string", + "format": "uuid" + }, + "status": { + "type": "string", + "enum": [ + "PENDING", + "READY_TO_UPLOAD", + "COMPLETED", + "FAILED" + ] + }, + "receivedBytes": { + "type": "string", + "example": 0 + }, + "expectedSizeBytes": { + "type": "string", + "example": 10485760 + }, + "nextOffset": { + "type": "string", + "example": 0 + } + }, + "required": [ + "uploadId", + "status", + "receivedBytes", + "expectedSizeBytes", + "nextOffset" + ] + }, + "UploadFinalizeResponseDto": { + "type": "object", + "properties": { + "statusCode": { + "type": "number", + "example": 501 + }, + "message": { + "type": "string", + "example": "Upload finalization is not implemented yet." + } + }, + "required": [ + "statusCode", + "message" + ] + }, + "LibraryTrackDto": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid" + }, + "title": { + "type": "string", + "example": "Placeholder Track" + }, + "artist": { + "type": "string", + "example": "Velody" + } + } + }, + "SyncEventDto": { + "type": "object", + "properties": { + "entityType": { + "type": "string", + "example": "TRACK" + }, + "entityId": { + "type": "string", + "format": "uuid" + }, + "action": { + "type": "string", + "example": "CREATED" + }, + "eventId": { + "type": "string", + "example": "0" + } + }, + "required": [ + "entityType", + "entityId", + "action", + "eventId" + ] + }, + "SyncBootstrapResponseDto": { + "type": "object", + "properties": { + "nextCursor": { + "type": "string", + "example": "0" + }, + "tracks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LibraryTrackDto" + } + }, + "events": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SyncEventDto" + } + }, + "deletedTrackIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "serverTime": { + "type": "string", + "example": "2026-05-24T20:00:00.000Z" + } + }, + "required": [ + "nextCursor", + "tracks", + "events", + "deletedTrackIds", + "serverTime" + ] + }, + "SyncChangesResponseDto": { + "type": "object", + "properties": { + "nextCursor": { + "type": "string", + "example": "0" + }, + "tracks": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LibraryTrackDto" + } + }, + "events": { + "type": "array", + "items": { + "$ref": "#/components/schemas/SyncEventDto" + } + }, + "deletedTrackIds": { + "type": "array", + "items": { + "type": "string" + } + }, + "serverTime": { + "type": "string", + "example": "2026-05-24T20:00:00.000Z" + } + }, + "required": [ + "nextCursor", + "tracks", + "events", + "deletedTrackIds", + "serverTime" + ] + } + } + } +} \ No newline at end of file diff --git a/backend/package-lock.json b/backend/package-lock.json new file mode 100644 index 0000000..c8b014f --- /dev/null +++ b/backend/package-lock.json @@ -0,0 +1,7067 @@ +{ + "name": "velody-backend", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "velody-backend", + "version": "0.1.0", + "license": "UNLICENSED", + "dependencies": { + "@nestjs/common": "^11.0.0", + "@nestjs/config": "^4.0.0", + "@nestjs/core": "^11.0.0", + "@nestjs/platform-express": "^11.0.0", + "@nestjs/swagger": "^11.0.0", + "@prisma/client": "^6.0.0", + "class-transformer": "^0.5.1", + "class-validator": "^0.14.1", + "reflect-metadata": "^0.2.2", + "rxjs": "^7.8.1", + "swagger-ui-express": "^5.0.1" + }, + "devDependencies": { + "@nestjs/testing": "^11.0.0", + "@types/express": "^5.0.0", + "@types/jest": "^30.0.0", + "@types/node": "^24.0.0", + "@types/supertest": "^6.0.2", + "jest": "^30.0.0", + "prisma": "^6.0.0", + "supertest": "^7.0.0", + "ts-jest": "^29.4.0", + "ts-node": "^10.9.2", + "typescript": "^5.8.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz", + "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-validator-identifier": "^7.28.5", + "js-tokens": "^4.0.0", + "picocolors": "^1.1.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz", + "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz", + "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-compilation-targets": "^7.28.6", + "@babel/helper-module-transforms": "^7.28.6", + "@babel/helpers": "^7.28.6", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/traverse": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/remapping": "^2.3.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.29.1", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz", + "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.29.0", + "@babel/types": "^7.29.0", + "@jridgewell/gen-mapping": "^0.3.12", + "@jridgewell/trace-mapping": "^0.3.28", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz", + "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/compat-data": "^7.28.6", + "@babel/helper-validator-option": "^7.27.1", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-globals": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz", + "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz", + "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/traverse": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz", + "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-module-imports": "^7.28.6", + "@babel/helper-validator-identifier": "^7.28.5", + "@babel/traverse": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.28.6.tgz", + "integrity": "sha512-S9gzZ/bz83GRysI7gAD4wPT/AI3uCnY+9xn+Mx/KPs2JwHJIz1W8PZkg2cqyt3RNOBM8ejcXhV6y8Og7ly/Dug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz", + "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.28.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz", + "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz", + "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.29.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz", + "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.29.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz", + "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.29.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.28.6.tgz", + "integrity": "sha512-jiLC0ma9XkQT3TKJ9uYvlakm66Pamywo+qwL+oL8HJOvc6TWdZXVfhqJr8CCzbSGUAbDOzlGHJC1U+vRfLQDvw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-jsx": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.28.6.tgz", + "integrity": "sha512-wgEmr06G6sIpqr8YDwA2dSRTE3bJ+V0IfpzfSY3Lfgd7YWOaAdlykvJi13ZKBt8cZHfgH1IXN+CL656W3uUa4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-typescript": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz", + "integrity": "sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-plugin-utils": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.28.6", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz", + "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.28.6", + "@babel/parser": "^7.28.6", + "@babel/types": "^7.28.6" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz", + "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.29.0", + "@babel/generator": "^7.29.0", + "@babel/helper-globals": "^7.28.0", + "@babel/parser": "^7.29.0", + "@babel/template": "^7.28.6", + "@babel/types": "^7.29.0", + "debug": "^4.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.29.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz", + "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/helper-string-parser": "^7.27.1", + "@babel/helper-validator-identifier": "^7.28.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@borewit/text-codec": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@borewit/text-codec/-/text-codec-0.2.2.tgz", + "integrity": "sha512-DDaRehssg1aNrH4+2hnj1B7vnUGEjU6OIlyRdkMd0aUdIUvKXrJfXsy8LVtXAy7DRvYVluWbMspsRhz2lcW0mQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@emnapi/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.10.0.tgz", + "integrity": "sha512-yq6OkJ4p82CAfPl0u9mQebQHKPJkY7WrIuk205cTYnYe+k2Z8YBh11FrbRG/H6ihirqcacOgl2BIO8oyMQLeXw==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/wasi-threads": "1.2.1", + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/runtime": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz", + "integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@emnapi/wasi-threads": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.1.tgz", + "integrity": "sha512-uTII7OYF+/Mes/MrcIOYp5yOtSMLBWSIoLPpcgwipoiKbli6k322tcoFsxoIIxPDqW01SQGAgko4EzZi2BNv2w==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "sprintf-js": "~1.0.2" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz", + "integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz", + "integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/console": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-30.4.1.tgz", + "integrity": "sha512-v3bhyxUh9Hgmo5p6hAOXe14/R3ZxZDOsvHleh4B07z3m/x4/ngPUXEm9XwK4sF4u+f+P2ORb0Ge+MgpaqRMVDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "@types/node": "*", + "chalk": "^4.1.2", + "jest-message-util": "30.4.1", + "jest-util": "30.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/core": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-30.4.2.tgz", + "integrity": "sha512-TZJA6cPJUFxoWhxaLo8t0VX/MZX2wPWr0uIDvLSHIvN4gu9h02vSzqI2kBADG1ExqQlC+cY09xKMSreivvrChQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "30.4.1", + "@jest/pattern": "30.4.0", + "@jest/reporters": "30.4.1", + "@jest/test-result": "30.4.1", + "@jest/transform": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "ansi-escapes": "^4.3.2", + "chalk": "^4.1.2", + "ci-info": "^4.2.0", + "exit-x": "^0.2.2", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.11", + "jest-changed-files": "30.4.1", + "jest-config": "30.4.2", + "jest-haste-map": "30.4.1", + "jest-message-util": "30.4.1", + "jest-regex-util": "30.4.0", + "jest-resolve": "30.4.1", + "jest-resolve-dependencies": "30.4.2", + "jest-runner": "30.4.2", + "jest-runtime": "30.4.2", + "jest-snapshot": "30.4.1", + "jest-util": "30.4.1", + "jest-validate": "30.4.1", + "jest-watcher": "30.4.1", + "pretty-format": "30.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/diff-sequences": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/@jest/diff-sequences/-/diff-sequences-30.4.0.tgz", + "integrity": "sha512-zOpzlfUs45l6u7jm39qr87JCHUDsaeCtvL+kQe/Vn9jSnRB4/5IPXISm0h9I1vZW/o00Kn4UTJ2MOlhnUGwv3g==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/environment": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-30.4.1.tgz", + "integrity": "sha512-AK9yNRqgKxiabqMoe4oW+3/TSSeV8vkdC7BGaxZdU0AFXfOpofTLqdru2GXKZghP3sdgwE9XXpnVwfZ8JnFV4w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/fake-timers": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "jest-mock": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/expect": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-30.4.1.tgz", + "integrity": "sha512-ginrj6TMgh2GshLUGCjO94Ptx9HhdZA/I6A9iUfyeLKFtdAjnKzHDgzgP9HYQgbxM1lbXScQ2eUBz2lGeVDPWA==", + "dev": true, + "license": "MIT", + "dependencies": { + "expect": "30.4.1", + "jest-snapshot": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/expect-utils": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-30.4.1.tgz", + "integrity": "sha512-ZBn5CglH8fBsQsvs4VWNzD4aWfUYks+IdOOQU3MEK71ol/BcVm+P+rtb1KpiFBpSWSCE27uOahyyf1vfqOVbcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/get-type": "30.1.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/fake-timers": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-30.4.1.tgz", + "integrity": "sha512-iW5umdmfPeWzehrVhugFQZqCchSCud5S1l2YT0O9ZhjRR0ExclANDZkiSBwzqtnlOn0J1JXvO+HZ6rkuyOVOgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "@sinonjs/fake-timers": "^15.4.0", + "@types/node": "*", + "jest-message-util": "30.4.1", + "jest-mock": "30.4.1", + "jest-util": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/get-type": { + "version": "30.1.0", + "resolved": "https://registry.npmjs.org/@jest/get-type/-/get-type-30.1.0.tgz", + "integrity": "sha512-eMbZE2hUnx1WV0pmURZY9XoXPkUYjpc55mb0CrhtdWLtzMQPFvu/rZkTLZFTsdaVQa+Tr4eWAteqcUzoawq/uA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/globals": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-30.4.1.tgz", + "integrity": "sha512-ZbuY4cmXC8DkxYjfvT2DbcHWL2T6vmsMhXCDcmTB2T0y0gaezBI77ufq5ZAIdcRkYZ7NEQEDg1xFeKbxUJ5v5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "30.4.1", + "@jest/expect": "30.4.1", + "@jest/types": "30.4.1", + "jest-mock": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/pattern": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/@jest/pattern/-/pattern-30.4.0.tgz", + "integrity": "sha512-RAWn3+f9u8BsHijKJ71uHcFp6vmyEt6VvoWXkl6hKF3qVIuWNmudVjg12DlBPGup/frIl5UcUlH5HfEuvHpEXg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "jest-regex-util": "30.4.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/reporters": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-30.4.1.tgz", + "integrity": "sha512-/SnkPCzEQpUaBH81kjdEdDdo2WZl5hxw+BmLDGWjRkm8o7XlhjwsU36cqwe5PGBE5WYpBvDzRSdXx9rbGuJtNA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "30.4.1", + "@jest/test-result": "30.4.1", + "@jest/transform": "30.4.1", + "@jest/types": "30.4.1", + "@jridgewell/trace-mapping": "^0.3.25", + "@types/node": "*", + "chalk": "^4.1.2", + "collect-v8-coverage": "^1.0.2", + "exit-x": "^0.2.2", + "glob": "^10.5.0", + "graceful-fs": "^4.2.11", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^5.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "30.4.1", + "jest-util": "30.4.1", + "jest-worker": "30.4.1", + "slash": "^3.0.0", + "string-length": "^4.0.2", + "v8-to-istanbul": "^9.0.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/@jest/schemas": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.4.1.tgz", + "integrity": "sha512-i6b4qw5qnP8c5FEeBJg/uZQ4ddrkN6Ca8qISJh0pr7a5hfn3h3v5x60BEbOC7OYAGZNMs1LfFLwnW2CuK8F57Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@sinclair/typebox": "^0.34.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/snapshot-utils": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/snapshot-utils/-/snapshot-utils-30.4.1.tgz", + "integrity": "sha512-ObY4ljvQ95mt6iwKtVLetR/4yXiAgl3H4nJxhztr0MTjrN97TwDYrnCp/kF60Ec9HdhkWTHSu+Hg05aXfngpOA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "chalk": "^4.1.2", + "graceful-fs": "^4.2.11", + "natural-compare": "^1.4.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/source-map": { + "version": "30.0.1", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-30.0.1.tgz", + "integrity": "sha512-MIRWMUUR3sdbP36oyNyhbThLHyJ2eEDClPCiHVbrYAe5g3CHRArIVpBw7cdSB5fr+ofSfIb2Tnsw8iEHL0PYQg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.25", + "callsites": "^3.1.0", + "graceful-fs": "^4.2.11" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/test-result": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-30.4.1.tgz", + "integrity": "sha512-/ZG7pgEiOmmWkN9TplKbOu4id2N5lh7FHwRwlkgBVAzGdRH+OkkQ8wX/kIxg4zmd3ZQvAL1RwL2yWsvNYYECTw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "30.4.1", + "@jest/types": "30.4.1", + "@types/istanbul-lib-coverage": "^2.0.6", + "collect-v8-coverage": "^1.0.2" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/test-sequencer": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-30.4.1.tgz", + "integrity": "sha512-PeYE+4td5rKjoRPxztObrXU+H8hsjZfxKMXOcmrr34JerSyB/ROOxbbicz8B7A5j9R9VayDnVPvBmedqCsFCdw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/test-result": "30.4.1", + "graceful-fs": "^4.2.11", + "jest-haste-map": "30.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/transform": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-30.4.1.tgz", + "integrity": "sha512-Wz0LyktlTvRefoymh+n64hQ84KNXsRGcwdoZ8CSa0Ea+fgYcHZlnk+hDP7v2MS7il2bQ5uTEIxf4/NNfhMN4KQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.27.4", + "@jest/types": "30.4.1", + "@jridgewell/trace-mapping": "^0.3.25", + "babel-plugin-istanbul": "^7.0.1", + "chalk": "^4.1.2", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.11", + "jest-haste-map": "30.4.1", + "jest-regex-util": "30.4.0", + "jest-util": "30.4.1", + "pirates": "^4.0.7", + "slash": "^3.0.0", + "write-file-atomic": "^5.0.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jest/types": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-30.4.1.tgz", + "integrity": "sha512-f1x/vJXIfjOlEmejYpbkbgw1gOqpPECwMvMEtBqe47j7H2Hg8h8w3o3ikhSXq3MI15kg+oQ0exWO0uCtTNJLoQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/pattern": "30.4.0", + "@jest/schemas": "30.4.1", + "@types/istanbul-lib-coverage": "^2.0.6", + "@types/istanbul-reports": "^3.0.4", + "@types/node": "*", + "@types/yargs": "^17.0.33", + "chalk": "^4.1.2" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz", + "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/remapping": { + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz", + "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz", + "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==", + "dev": true, + "license": "MIT" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.31", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.31.tgz", + "integrity": "sha512-zzNR+SdQSDJzc8joaeP8QQoCQr8NuYx2dIIytl1QeBEZHJ9uW6hebsrYgbz8hJwUQao3TWCMtmfV8Nu1twOLAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@lukeed/csprng": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@lukeed/csprng/-/csprng-1.1.0.tgz", + "integrity": "sha512-Z7C/xXCiGWsg0KuKsHTKJxbWhpI3Vs5GwLfOean7MGyVFGqdRgBbAjOCh6u4bbjPc/8MJ2pZmK/0DLdCbivLDA==", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@microsoft/tsdoc": { + "version": "0.16.0", + "resolved": "https://registry.npmjs.org/@microsoft/tsdoc/-/tsdoc-0.16.0.tgz", + "integrity": "sha512-xgAyonlVVS+q7Vc7qLW0UrJU7rSFcETRWsqdXZtjzRU8dF+6CkozTK4V4y1LwOX7j8r/vHphjDeMeGI4tNGeGA==", + "license": "MIT" + }, + "node_modules/@napi-rs/wasm-runtime": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@napi-rs/wasm-runtime/-/wasm-runtime-1.1.4.tgz", + "integrity": "sha512-3NQNNgA1YSlJb/kMH1ildASP9HW7/7kYnRI2szWJaofaS1hWmbGI4H+d3+22aGzXXN9IJ+n+GiFVcGipJP18ow==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@tybys/wasm-util": "^0.10.1" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "peerDependencies": { + "@emnapi/core": "^1.7.1", + "@emnapi/runtime": "^1.7.1" + } + }, + "node_modules/@nestjs/common": { + "version": "11.1.23", + "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-11.1.23.tgz", + "integrity": "sha512-qKgEqwQXHIVu8TwiISmgbTrGHAFBsseP86KNolBZwAiHQryinJ5FPiDpp0ZJBBryY+WEMnsqaCa4TSxVuQEWug==", + "license": "MIT", + "dependencies": { + "file-type": "21.3.4", + "iterare": "1.2.1", + "load-esm": "1.0.3", + "tslib": "2.8.1", + "uid": "2.0.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "class-transformer": ">=0.4.1", + "class-validator": ">=0.13.2", + "reflect-metadata": "^0.1.12 || ^0.2.0", + "rxjs": "^7.1.0" + }, + "peerDependenciesMeta": { + "class-transformer": { + "optional": true + }, + "class-validator": { + "optional": true + } + } + }, + "node_modules/@nestjs/config": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-4.0.4.tgz", + "integrity": "sha512-CJPjNitr0bAufSEnRe2N+JbnVmMmDoo6hvKCPzXgZoGwJSmp/dZPk9f/RMbuD/+Q1ZJPjwsRpq0vxna++Knwow==", + "license": "MIT", + "dependencies": { + "dotenv": "17.4.1", + "dotenv-expand": "12.0.3", + "lodash": "4.18.1" + }, + "peerDependencies": { + "@nestjs/common": "^10.0.0 || ^11.0.0", + "rxjs": "^7.1.0" + } + }, + "node_modules/@nestjs/core": { + "version": "11.1.23", + "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-11.1.23.tgz", + "integrity": "sha512-Yd+mVFUilw4A6PzV7tyfiW+zrG2wmRXnFZVmNQA+fl1N0k6km4bhhNboxjLu//dzl+XiZI5AsOHHOTegzvOgNQ==", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@nuxt/opencollective": "0.4.1", + "fast-safe-stringify": "2.1.1", + "iterare": "1.2.1", + "path-to-regexp": "8.4.2", + "tslib": "2.8.1", + "uid": "2.0.2" + }, + "engines": { + "node": ">= 20" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "@nestjs/common": "^11.0.0", + "@nestjs/microservices": "^11.0.0", + "@nestjs/platform-express": "^11.0.0", + "@nestjs/websockets": "^11.0.0", + "reflect-metadata": "^0.1.12 || ^0.2.0", + "rxjs": "^7.1.0" + }, + "peerDependenciesMeta": { + "@nestjs/microservices": { + "optional": true + }, + "@nestjs/platform-express": { + "optional": true + }, + "@nestjs/websockets": { + "optional": true + } + } + }, + "node_modules/@nestjs/mapped-types": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-2.1.1.tgz", + "integrity": "sha512-SCCoMEJ6jdeI5h/N+KCVF1+pmg/hmEkNA5nHTS8Gvww7T/LCl4o1gFLinw2iQ60w7slFkszHcGLKGdazVI4F8A==", + "license": "MIT", + "peerDependencies": { + "@nestjs/common": "^10.0.0 || ^11.0.0", + "class-transformer": "^0.4.0 || ^0.5.0", + "class-validator": "^0.13.0 || ^0.14.0 || ^0.15.0", + "reflect-metadata": "^0.1.12 || ^0.2.0" + }, + "peerDependenciesMeta": { + "class-transformer": { + "optional": true + }, + "class-validator": { + "optional": true + } + } + }, + "node_modules/@nestjs/platform-express": { + "version": "11.1.23", + "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-11.1.23.tgz", + "integrity": "sha512-7TQ9v2Z9lej8btTYK1VUVB3nZr0lXFNFiyI/iOc0jAOg31dHdpAWtnMMm9iUvyAfq/ssw7dsBhjCHOmEJJKr0A==", + "license": "MIT", + "dependencies": { + "cors": "2.8.6", + "express": "5.2.1", + "multer": "2.1.1", + "path-to-regexp": "8.4.2", + "tslib": "2.8.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "@nestjs/common": "^11.0.0", + "@nestjs/core": "^11.0.0" + } + }, + "node_modules/@nestjs/swagger": { + "version": "11.4.4", + "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-11.4.4.tgz", + "integrity": "sha512-VaIo1ruV2G7b+f2zPzkBSUNy9a/WQ9sg8TLKhWlrTfg4O6U10M/PA7Xi6XMXadOVhwOqoesijba8jH3i/3adrA==", + "license": "MIT", + "dependencies": { + "@microsoft/tsdoc": "0.16.0", + "@nestjs/mapped-types": "2.1.1", + "js-yaml": "4.1.1", + "lodash": "4.18.1", + "path-to-regexp": "8.4.2", + "swagger-ui-dist": "5.32.6" + }, + "peerDependencies": { + "@fastify/static": "^8.0.0 || ^9.0.0", + "@nestjs/common": "^11.0.1", + "@nestjs/core": "^11.0.1", + "class-transformer": "*", + "class-validator": "*", + "reflect-metadata": "^0.1.12 || ^0.2.0" + }, + "peerDependenciesMeta": { + "@fastify/static": { + "optional": true + }, + "class-transformer": { + "optional": true + }, + "class-validator": { + "optional": true + } + } + }, + "node_modules/@nestjs/testing": { + "version": "11.1.23", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.1.23.tgz", + "integrity": "sha512-cpE+WzbZiUxT9Wd4TvYvfDFJ7LAGlFE4qCubIfpuqXuSQkjNJfLGfVv2wif1/2Ery1zXGPVH0yz/TQcctL10aA==", + "dev": true, + "license": "MIT", + "dependencies": { + "tslib": "2.8.1" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/nest" + }, + "peerDependencies": { + "@nestjs/common": "^11.0.0", + "@nestjs/core": "^11.0.0", + "@nestjs/microservices": "^11.0.0", + "@nestjs/platform-express": "^11.0.0" + }, + "peerDependenciesMeta": { + "@nestjs/microservices": { + "optional": true + }, + "@nestjs/platform-express": { + "optional": true + } + } + }, + "node_modules/@noble/hashes": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz", + "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^14.21.3 || >=16" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@nuxt/opencollective": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@nuxt/opencollective/-/opencollective-0.4.1.tgz", + "integrity": "sha512-GXD3wy50qYbxCJ652bDrDzgMr3NFEkIS374+IgFQKkCvk9yiYcLvX2XDYr7UyQxf4wK0e+yqDYRubZ0DtOxnmQ==", + "license": "MIT", + "dependencies": { + "consola": "^3.2.3" + }, + "bin": { + "opencollective": "bin/opencollective.js" + }, + "engines": { + "node": "^14.18.0 || >=16.10.0", + "npm": ">=5.10.0" + } + }, + "node_modules/@paralleldrive/cuid2": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/@paralleldrive/cuid2/-/cuid2-2.3.1.tgz", + "integrity": "sha512-XO7cAxhnTZl0Yggq6jOgjiOHhbgcO4NqFqwSmQpjK3b6TEE6Uj/jfSk6wzYyemh3+I0sHirKSetjQwn5cZktFw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@noble/hashes": "^1.1.5" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@pkgr/core": { + "version": "0.2.9", + "resolved": "https://registry.npmjs.org/@pkgr/core/-/core-0.2.9.tgz", + "integrity": "sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/pkgr" + } + }, + "node_modules/@prisma/client": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/client/-/client-6.19.3.tgz", + "integrity": "sha512-mKq3jQFhjvko5LTJFHGilsuQs+W+T3Gm451NzuTDGQxwCzwXHYnIu2zGkRoW+Exq3Rob7yp2MfzSrdIiZVhrBg==", + "hasInstallScript": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18.18" + }, + "peerDependencies": { + "prisma": "*", + "typescript": ">=5.1.0" + }, + "peerDependenciesMeta": { + "prisma": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/@prisma/config": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/config/-/config-6.19.3.tgz", + "integrity": "sha512-CBPT44BjlQxEt8kiMEauji2WHTDoVBOKl7UlewXmUgBPnr/oPRZC3psci5chJnYmH0ivEIog2OU9PGWoki3DLQ==", + "devOptional": true, + "license": "Apache-2.0", + "dependencies": { + "c12": "3.1.0", + "deepmerge-ts": "7.1.5", + "effect": "3.21.0", + "empathic": "2.0.0" + } + }, + "node_modules/@prisma/debug": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/debug/-/debug-6.19.3.tgz", + "integrity": "sha512-ljkJ+SgpXNktLG0Q/n4JGYCkKf0f8oYLyjImS2I8e2q2WCfdRRtWER062ZV/ixaNP2M2VKlWXVJiGzZaUgbKZw==", + "devOptional": true, + "license": "Apache-2.0" + }, + "node_modules/@prisma/engines": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/engines/-/engines-6.19.3.tgz", + "integrity": "sha512-RSYxtlYFl5pJ8ZePgMv0lZ9IzVCOdTPOegrs2qcbAEFrBI1G33h6wyC9kjQvo0DnYEhEVY0X4LsuFHXLKQk88g==", + "devOptional": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@prisma/debug": "6.19.3", + "@prisma/engines-version": "7.1.1-3.c2990dca591cba766e3b7ef5d9e8a84796e47ab7", + "@prisma/fetch-engine": "6.19.3", + "@prisma/get-platform": "6.19.3" + } + }, + "node_modules/@prisma/engines-version": { + "version": "7.1.1-3.c2990dca591cba766e3b7ef5d9e8a84796e47ab7", + "resolved": "https://registry.npmjs.org/@prisma/engines-version/-/engines-version-7.1.1-3.c2990dca591cba766e3b7ef5d9e8a84796e47ab7.tgz", + "integrity": "sha512-03bgb1VD5gvuumNf+7fVGBzfpJPjmqV423l/WxsWk2cNQ42JD0/SsFBPhN6z8iAvdHs07/7ei77SKu7aZfq8bA==", + "devOptional": true, + "license": "Apache-2.0" + }, + "node_modules/@prisma/fetch-engine": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/fetch-engine/-/fetch-engine-6.19.3.tgz", + "integrity": "sha512-tKtl/qco9Nt7LU5iKhpultD8O4vMCZcU2CHjNTnRrL1QvSUr5W/GcyFPjNL87GtRrwBc7ubXXD9xy4EvLvt8JA==", + "devOptional": true, + "license": "Apache-2.0", + "dependencies": { + "@prisma/debug": "6.19.3", + "@prisma/engines-version": "7.1.1-3.c2990dca591cba766e3b7ef5d9e8a84796e47ab7", + "@prisma/get-platform": "6.19.3" + } + }, + "node_modules/@prisma/get-platform": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/@prisma/get-platform/-/get-platform-6.19.3.tgz", + "integrity": "sha512-xFj1VcJ1N3MKooOQAGO0W5tsd0W2QzIvW7DD7c/8H14Zmp4jseeWAITm+w2LLoLrlhoHdPPh0NMZ8mfL6puoHA==", + "devOptional": true, + "license": "Apache-2.0", + "dependencies": { + "@prisma/debug": "6.19.3" + } + }, + "node_modules/@scarf/scarf": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@scarf/scarf/-/scarf-1.4.0.tgz", + "integrity": "sha512-xxeapPiUXdZAE3che6f3xogoJPeZgig6omHEy1rIY5WVsB3H2BHNnZH+gHG6x91SCWyQCzWGsuL2Hh3ClO5/qQ==", + "hasInstallScript": true, + "license": "Apache-2.0" + }, + "node_modules/@sinclair/typebox": { + "version": "0.34.49", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.49.tgz", + "integrity": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==", + "dev": true, + "license": "MIT" + }, + "node_modules/@sinonjs/commons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "type-detect": "4.0.8" + } + }, + "node_modules/@sinonjs/fake-timers": { + "version": "15.4.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-15.4.0.tgz", + "integrity": "sha512-DsG+8/LscQIQg68J6Ef3dv10u6nVyetYn923s3/sus5eaGfTo1of5WMZSLf0UJc9KDuKPilPH0UDJCjvNbDNCA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@sinonjs/commons": "^3.0.1" + } + }, + "node_modules/@standard-schema/spec": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz", + "integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@tokenizer/inflate": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@tokenizer/inflate/-/inflate-0.4.1.tgz", + "integrity": "sha512-2mAv+8pkG6GIZiF1kNg1jAjh27IDxEPKwdGul3snfztFerfPGI1LjDezZp3i7BElXompqEtPmoPx6c2wgtWsOA==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.3", + "token-types": "^6.1.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/@tokenizer/token": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@tokenizer/token/-/token-0.3.0.tgz", + "integrity": "sha512-OvjF+z51L3ov0OyAU0duzsYuvO01PH7x4t6DJx+guahgTnBHkhJdG7soQeTSFLWN3efnHyibZ4Z8l2EuWwJN3A==", + "license": "MIT" + }, + "node_modules/@tsconfig/node10": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.12.tgz", + "integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@tybys/wasm-util": { + "version": "0.10.2", + "resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.10.2.tgz", + "integrity": "sha512-RoBvJ2X0wuKlWFIjrwffGw1IqZHKQqzIchKaadZZfnNpsAYp2mM0h36JtPCjNDAHGgYez/15uMBpfGwchhiMgg==", + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "tslib": "^2.4.0" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.27.0", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz", + "integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.28.0.tgz", + "integrity": "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.28.2" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/cookiejar": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@types/cookiejar/-/cookiejar-2.1.5.tgz", + "integrity": "sha512-he+DHOWReW0nghN24E1WUqM0efK4kI9oTqDm6XmK8ZPe2djZ90BSNdGnIyCLzCPw7/pogPlGbzI2wHGGmi4O/Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/express": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.6.tgz", + "integrity": "sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^5.0.0", + "@types/serve-static": "^2" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.1.1.tgz", + "integrity": "sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/istanbul-lib-report": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-coverage": "*" + } + }, + "node_modules/@types/istanbul-reports": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/jest": { + "version": "30.0.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-30.0.0.tgz", + "integrity": "sha512-XTYugzhuwqWjws0CVz8QpM36+T+Dz5mTEBKhNs/esGLnCIlGdRy+Dq78NRjd7ls7r8BC8ZRMOrKlkO1hU0JOwA==", + "dev": true, + "license": "MIT", + "dependencies": { + "expect": "^30.0.0", + "pretty-format": "^30.0.0" + } + }, + "node_modules/@types/methods": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@types/methods/-/methods-1.1.4.tgz", + "integrity": "sha512-ymXWVrDiCxTBE3+RIrrP533E70eA+9qu7zdWoHuOmGujkYtzf4HQF96b8nwHLqhuf4ykX61IGRIB38CC6/sImQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "24.12.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz", + "integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~7.16.0" + } + }, + "node_modules/@types/qs": { + "version": "6.15.1", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.15.1.tgz", + "integrity": "sha512-GZHUBZR9hckSUhrxmp1nG6NwdpM9fCunJwyThLW1X3AyHgd9IlHb6VANpQQqDr2o/qQp6McZ3y/IA2rVzKzSbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/send": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@types/send/-/send-1.2.1.tgz", + "integrity": "sha512-arsCikDvlU99zl1g69TcAB3mzZPpxgw0UQnaHeC1Nwb015xp8bknZv5rIfri9xTOcMuaVgvabfIRA7PSZVuZIQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-2.2.0.tgz", + "integrity": "sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*" + } + }, + "node_modules/@types/stack-utils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/superagent": { + "version": "8.1.10", + "resolved": "https://registry.npmjs.org/@types/superagent/-/superagent-8.1.10.tgz", + "integrity": "sha512-nbt4IWXABhW0jGmmpRzCFNlbmwCTzZ2gTUsNIr+X+ItdqPms+PAJZbWsNzpS2USqXjcoNLQcO6nXo60zcPQiIg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/cookiejar": "^2.1.5", + "@types/methods": "^1.1.4", + "@types/node": "*", + "form-data": "^4.0.0" + } + }, + "node_modules/@types/supertest": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@types/supertest/-/supertest-6.0.3.tgz", + "integrity": "sha512-8WzXq62EXFhJ7QsH3Ocb/iKQ/Ty9ZVWnVzoTKc9tyyFRRF3a74Tk2+TLFgaFFw364Ere+npzHKEJ6ga2LzIL7w==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/methods": "^1.1.4", + "@types/superagent": "^8.1.0" + } + }, + "node_modules/@types/validator": { + "version": "13.15.10", + "resolved": "https://registry.npmjs.org/@types/validator/-/validator-13.15.10.tgz", + "integrity": "sha512-T8L6i7wCuyoK8A/ZeLYt1+q0ty3Zb9+qbSSvrIVitzT3YjZqkTZ40IbRsPanlB4h1QB3JVL1SYCdR6ngtFYcuA==", + "license": "MIT" + }, + "node_modules/@types/yargs": { + "version": "17.0.35", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz", + "integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/@ungap/structured-clone": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.3.1.tgz", + "integrity": "sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/@unrs/resolver-binding-android-arm-eabi": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm-eabi/-/resolver-binding-android-arm-eabi-1.12.2.tgz", + "integrity": "sha512-g5T90pqg1bo/7mytQx6F4iBNC0Wsh9cu+z9veDbFjc7HjpesJFWD7QMS0NGStXM075+7dJPPVvBbpZlnrdpi/w==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-android-arm64": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-android-arm64/-/resolver-binding-android-arm64-1.12.2.tgz", + "integrity": "sha512-YGCRZv/9GLhwmz6mYDeTsm/92BAyR28l6c2ReweVW5pWgfsitWLY8upvfRlGdoyD8HjeTHSYJWyZGD4KJA/nFQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-arm64": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-arm64/-/resolver-binding-darwin-arm64-1.12.2.tgz", + "integrity": "sha512-u9DiNT1auQMO20A9SyTuG3wUgQWB9Z7KjAg0uFuCDR1FsAY8A0CG2S6JpHS1xwm/w1G08bjXZDcyOCjv1WAm2w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-darwin-x64": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-darwin-x64/-/resolver-binding-darwin-x64-1.12.2.tgz", + "integrity": "sha512-f7rPLi/T1HVKZu/u6t87lroib16n8vrSzcyxI7lg4BGO9UF26KhQL44sd9eOUgrTYhvRXtWOIZT5PejdPyJfUA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@unrs/resolver-binding-freebsd-x64": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-freebsd-x64/-/resolver-binding-freebsd-x64-1.12.2.tgz", + "integrity": "sha512-BpcOjWCJub6nRZUS2zA20pmLvjtqAtGejETaIyRLiZiQf++cbrjltLA5NN/xaXfqeOBOSlMFbemIl5/S5tljmg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-gnueabihf": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-gnueabihf/-/resolver-binding-linux-arm-gnueabihf-1.12.2.tgz", + "integrity": "sha512-vZTDvdSISZjJx66OzJqtsOhzifbqRjbmI1Mnu49fQDwog5GtDI4QidRiEAYbZCRj9C8YZEW+3ZjqsyS9GR4k2A==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm-musleabihf": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm-musleabihf/-/resolver-binding-linux-arm-musleabihf-1.12.2.tgz", + "integrity": "sha512-BiPI+IrIlwcW4nLLMM21+B1dFPzd55yAVgVGrdgDjNef+ch03GdxrcyaIz8X9SsQirh/kCQ7mviyWlMxdh2D7g==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-gnu/-/resolver-binding-linux-arm64-gnu-1.12.2.tgz", + "integrity": "sha512-zJc0H99FEPoFfSrNpa91HYfxzfAJCr502oxNK1cfdC9hlaFI43RT+JFCann9JUgZmLzzntChHyn13Sgn9ljHNg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-arm64-musl": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-arm64-musl/-/resolver-binding-linux-arm64-musl-1.12.2.tgz", + "integrity": "sha512-KQ3Lki6l+Pz1k/eBipN41ES+YUK30beLGb9YqcB1O542cyLCNE6GaxrfcY3T6EezmGGk84wb5XyO9loTM9tkcA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-loong64-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-gnu/-/resolver-binding-linux-loong64-gnu-1.12.2.tgz", + "integrity": "sha512-3SJGEh1DborhG6pyxvhPzCT4bbSIVihsvgJc13P1bHG7KLdNDaF9T3gsTwFc7Jw/5Y5/iWOjkEx7Zy0NvCGX3Q==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-loong64-musl": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-loong64-musl/-/resolver-binding-linux-loong64-musl-1.12.2.tgz", + "integrity": "sha512-jiuG/Obbel7uw1PwHNFfrkiKhLAF6mnyZ6aWlOAVN9WqKm8v0OFGnciJIHu8+CMvXLQ8AD51LPzAoUfT21D5Ew==", + "cpu": [ + "loong64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-ppc64-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-ppc64-gnu/-/resolver-binding-linux-ppc64-gnu-1.12.2.tgz", + "integrity": "sha512-q7xRvVpmcfeL+LlZg8Pbbo6QaTZwDU5BaGZbwfhkEsXJn3Was8xYfE0RBH266xZt0rM6B7i8xAYIvjthuUIWHg==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-gnu/-/resolver-binding-linux-riscv64-gnu-1.12.2.tgz", + "integrity": "sha512-0CVdx6lcnT3Q9inOH8tsMIOJ6ImndllMjqJHg8RLVdB7Vq4SfkEXl9mCSsVNuNA4MCYycRicCUxPCabVHJRr6A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-riscv64-musl": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-riscv64-musl/-/resolver-binding-linux-riscv64-musl-1.12.2.tgz", + "integrity": "sha512-iOwlRo9vnp6R6ohHQS11n0NnfdXx/omhkocmIfaPRpQhKZ+3BDMkkdRVh53qjkFkpPddf+FETA28NwGN7l5l+w==", + "cpu": [ + "riscv64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-s390x-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-s390x-gnu/-/resolver-binding-linux-s390x-gnu-1.12.2.tgz", + "integrity": "sha512-HYJtLfXq94q8iZNFT1lknx258wlkkWhZeUXJRqzKBBUJ00CvZ+N33zgbCqimLjsyw5Va6uUxhVa12mI+kaveEw==", + "cpu": [ + "s390x" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-gnu": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-gnu/-/resolver-binding-linux-x64-gnu-1.12.2.tgz", + "integrity": "sha512-mPsUhunKKDih5O96Y6enDQyHc1SqBPlY1E/SfMWDM3EdJ95Z9CArPeCVwCCqbP45ljvivdEk8Fxn+SIb1rDAJQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-linux-x64-musl": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-linux-x64-musl/-/resolver-binding-linux-x64-musl-1.12.2.tgz", + "integrity": "sha512-azrt6+5ydLd8Vt210AAFis/lZevSfPw93EJRIJG+xPu4WCJ8K0kppCTpMyLPcKT7H15M4Jnt2tMp5bOvCkRC6A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@unrs/resolver-binding-openharmony-arm64": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-openharmony-arm64/-/resolver-binding-openharmony-arm64-1.12.2.tgz", + "integrity": "sha512-YZ9hP4O0X9PQb8eO980qmLNGH4zT3I9+SZTdt0Pr0YyuGQhYKoOZkV02VzrzyOZJ5xIJ3UFIenKkUkGg8GjgWQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openharmony" + ] + }, + "node_modules/@unrs/resolver-binding-wasm32-wasi": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-wasm32-wasi/-/resolver-binding-wasm32-wasi-1.12.2.tgz", + "integrity": "sha512-tYFDIkMxSflfEc/h92ZWNsZlHSwgimbNHSO3PL2JWQHfCuC2q316jMyYU9TIWZsFK2bQwyK5VAdYgn8ygPj69A==", + "cpu": [ + "wasm32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "dependencies": { + "@emnapi/core": "1.10.0", + "@emnapi/runtime": "1.10.0", + "@napi-rs/wasm-runtime": "^1.1.4" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/@unrs/resolver-binding-win32-arm64-msvc": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-arm64-msvc/-/resolver-binding-win32-arm64-msvc-1.12.2.tgz", + "integrity": "sha512-qzNyg3xL0VPQmCaUh+N5jSitce6k+uCBfMDesWRnlULOZaqUkaJ0ybdT+UqlAWJoQjuqfIU/0Ptx9bteN4D82g==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-ia32-msvc": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-ia32-msvc/-/resolver-binding-win32-ia32-msvc-1.12.2.tgz", + "integrity": "sha512-WD9sY00OfpHVGfsnHZoA8jVT+esS/Bg8z8jzxp5BnDCjjwsuKsPQrzswwpFy4J1AUJbXPRfkpcX0mXrzeXW79g==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@unrs/resolver-binding-win32-x64-msvc": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/@unrs/resolver-binding-win32-x64-msvc/-/resolver-binding-win32-x64-msvc-1.12.2.tgz", + "integrity": "sha512-nAB74NfSNKknqQ1RrYj6uz8FcXEomu/MATJZxh/x+BArzN2U3JbOYC0APYzUIGhVY3m5hRxA8VPNdPBoG8txlA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/accepts": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", + "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", + "license": "MIT", + "dependencies": { + "mime-types": "^3.0.0", + "negotiator": "^1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz", + "integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-walk": { + "version": "8.3.5", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.5.tgz", + "integrity": "sha512-HEHNfbars9v4pgpW6SO1KSPkfoS0xVOM/9UzkJltjlsHZmJasxg8aXkuZa7SMf8vKGIBhpUsPluQSqhJFCqebw==", + "dev": true, + "license": "MIT", + "dependencies": { + "acorn": "^8.11.0" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-regex": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz", + "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/append-field": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", + "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==", + "license": "MIT" + }, + "node_modules/arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true, + "license": "MIT" + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" + }, + "node_modules/asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==", + "dev": true, + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/babel-jest": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-30.4.1.tgz", + "integrity": "sha512-fATAbM8piYxkiXQp3RBXmZHxZVNJZAVXXfyeyCN2Tida3+qJ8ea9UxhiJ2y4fLO90ZImKt6k9FlcH2+rLkJGhw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/transform": "30.4.1", + "@types/babel__core": "^7.20.5", + "babel-plugin-istanbul": "^7.0.1", + "babel-preset-jest": "30.4.0", + "chalk": "^4.1.2", + "graceful-fs": "^4.2.11", + "slash": "^3.0.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.0 || ^8.0.0-0" + } + }, + "node_modules/babel-plugin-istanbul": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-7.0.1.tgz", + "integrity": "sha512-D8Z6Qm8jCvVXtIRkBnqNHX0zJ37rQcFJ9u8WOS6tkYOsRdHBzypCstaxWiu5ZIlqQtviRYbgnRLSoCEvjqcqbA==", + "dev": true, + "license": "BSD-3-Clause", + "workspaces": [ + "test/babel-8" + ], + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-instrument": "^6.0.2", + "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/babel-plugin-jest-hoist": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-30.4.0.tgz", + "integrity": "sha512-9EdtWM/sSfXLOGLwSn+GS6pIXyBnL07/8gyJlwFXjWy4DxMOyItqyUT29d4lQiS380EZwYlX7/At4PgBS+m2aA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/babel__core": "^7.20.5" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/babel-preset-current-node-syntax": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.2.0.tgz", + "integrity": "sha512-E/VlAEzRrsLEb2+dv8yp3bo4scof3l9nR4lrld+Iy5NyVqgVYUJnDAmunkhPMisRI32Qc4iRiz425d8vM++2fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-import-attributes": "^7.24.7", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5" + }, + "peerDependencies": { + "@babel/core": "^7.0.0 || ^8.0.0-0" + } + }, + "node_modules/babel-preset-jest": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-30.4.0.tgz", + "integrity": "sha512-lBY4jxsNmCnSiu7kquw8ZC9F4+XLMOKypT3RnNHPvU2Kpd4W0xaPuLr5ZkRyOsvLYAY4yaW1ZwTW4xB7NIiZzg==", + "dev": true, + "license": "MIT", + "dependencies": { + "babel-plugin-jest-hoist": "30.4.0", + "babel-preset-current-node-syntax": "^1.2.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.11.0 || ^8.0.0-beta.1" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true, + "license": "MIT" + }, + "node_modules/baseline-browser-mapping": { + "version": "2.10.32", + "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz", + "integrity": "sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "baseline-browser-mapping": "dist/cli.cjs" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/body-parser": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz", + "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==", + "license": "MIT", + "dependencies": { + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^4.4.3", + "http-errors": "^2.0.0", + "iconv-lite": "^0.7.0", + "on-finished": "^2.4.1", + "qs": "^6.14.1", + "raw-body": "^3.0.1", + "type-is": "^2.0.1" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/brace-expansion": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz", + "integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/browserslist": { + "version": "4.28.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz", + "integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "baseline-browser-mapping": "^2.10.12", + "caniuse-lite": "^1.0.30001782", + "electron-to-chromium": "^1.5.328", + "node-releases": "^2.0.36", + "update-browserslist-db": "^1.2.3" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-json-stable-stringify": "2.x" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "node-int64": "^0.4.0" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" + }, + "node_modules/busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "dependencies": { + "streamsearch": "^1.1.0" + }, + "engines": { + "node": ">=10.16.0" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/c12": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/c12/-/c12-3.1.0.tgz", + "integrity": "sha512-uWoS8OU1MEIsOv8p/5a82c3H31LsWVR5qiyXVfBNOzfffjUWtPnhAb4BYI2uG2HfGmZmFjCtui5XNWaps+iFuw==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "chokidar": "^4.0.3", + "confbox": "^0.2.2", + "defu": "^6.1.4", + "dotenv": "^16.6.1", + "exsolve": "^1.0.7", + "giget": "^2.0.0", + "jiti": "^2.4.2", + "ohash": "^2.0.11", + "pathe": "^2.0.3", + "perfect-debounce": "^1.0.0", + "pkg-types": "^2.2.0", + "rc9": "^2.1.2" + }, + "peerDependencies": { + "magicast": "^0.3.5" + }, + "peerDependenciesMeta": { + "magicast": { + "optional": true + } + } + }, + "node_modules/c12/node_modules/dotenv": { + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "devOptional": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001793", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz", + "integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "CC-BY-4.0" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/ci-info": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.4.0.tgz", + "integrity": "sha512-77PSwercCZU2Fc4sX94eF8k8Pxte6JAwL4/ICZLFjJLqegs7kCuAsqqj/70NQF6TvDpgFjkubQB2FW2ZZddvQg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/sibiraj-s" + } + ], + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/citty": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/citty/-/citty-0.1.6.tgz", + "integrity": "sha512-tskPPKEs8D2KPafUypv2gxwJP8h/OaJmC82QQGGDQcHvXX43xF2VDACcJVmZ0EuSxkpO9Kc4MlrA3q0+FG58AQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "consola": "^3.2.3" + } + }, + "node_modules/cjs-module-lexer": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-2.2.0.tgz", + "integrity": "sha512-4bHTS2YuzUvtoLjdy+98ykbNB5jS0+07EvFNXerqZQJ89F7DI6ET7OQo/HJuW6K0aVsKA9hj9/RVb2kQVOrPDQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/class-transformer": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/class-transformer/-/class-transformer-0.5.1.tgz", + "integrity": "sha512-SQa1Ws6hUbfC98vKGxZH3KFY0Y1lm5Zm0SY8XX9zbK7FJCyVEac3ATW0RIpwzW+oOfmHE5PMPufDG9hCfoEOMw==", + "license": "MIT" + }, + "node_modules/class-validator": { + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/class-validator/-/class-validator-0.14.4.tgz", + "integrity": "sha512-AwNusCCam51q703dW82x95tOqQp6oC9HNUl724KxJJOfnKscI8dOloXFgyez7LbTTKWuRBA37FScqVbJEoq8Yw==", + "license": "MIT", + "dependencies": { + "@types/validator": "^13.15.3", + "libphonenumber-js": "^1.11.1", + "validator": "^13.15.22" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true, + "license": "MIT", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.3.tgz", + "integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==", + "dev": true, + "license": "MIT" + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/component-emitter": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true, + "license": "MIT" + }, + "node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "engines": [ + "node >= 6.0" + ], + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/confbox": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.2.4.tgz", + "integrity": "sha512-ysOGlgTFbN2/Y6Cg3Iye8YKulHw+R2fNXHrgSmXISQdMnomY6eNDprVdW9R5xBguEqI954+S6709UyiO7B+6OQ==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/consola": { + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/consola/-/consola-3.4.2.tgz", + "integrity": "sha512-5IKcdX0nnYavi6G7TtOhwkYzyjfJlatbjMjuLSfE2kYT5pMDOilZ4OvMhi637CcDICTmz3wARPoyhqyX1Y+XvA==", + "license": "MIT", + "engines": { + "node": "^14.18.0 || >=16.10.0" + } + }, + "node_modules/content-disposition": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz", + "integrity": "sha512-5jRCH9Z/+DRP7rkvY83B+yGIGX96OYdJmzngqnw2SBSxqCFPd0w2km3s5iawpGX8krnwSGmF0FW5Nhr0Hfai3g==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", + "license": "MIT", + "engines": { + "node": ">=6.6.0" + } + }, + "node_modules/cookiejar": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.4.tgz", + "integrity": "sha512-LDx6oHrK+PhzLKJU9j5S7/Y3jM/mUHvD/DeI1WQmJn652iPC5Y4TBzC9l+5OMOXlyTTA+SmVUPm0HQUwpD5Jqw==", + "dev": true, + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz", + "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/debug": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz", + "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/dedent": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz", + "integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/deepmerge-ts": { + "version": "7.1.5", + "resolved": "https://registry.npmjs.org/deepmerge-ts/-/deepmerge-ts-7.1.5.tgz", + "integrity": "sha512-HOJkrhaYsweh+W+e74Yn7YStZOilkoPb6fycpwNLKzSPtruFs48nYis0zy5yJz1+ktUhHxoRDJ27RQAWLIJVJw==", + "devOptional": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/defu": { + "version": "6.1.7", + "resolved": "https://registry.npmjs.org/defu/-/defu-6.1.7.tgz", + "integrity": "sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destr": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/destr/-/destr-2.0.5.tgz", + "integrity": "sha512-ugFTXCtDZunbzasqBxrK93Ik/DRYsO6S/fedkWEMKqt04xZ4csmnmwGDBAb07QWNaGMAmnTIemsYZCksjATwsA==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/dezalgo": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", + "dev": true, + "license": "ISC", + "dependencies": { + "asap": "^2.0.0", + "wrappy": "1" + } + }, + "node_modules/diff": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.4.tgz", + "integrity": "sha512-X07nttJQkwkfKfvTPG/KSnE2OMdcUCao6+eXF3wmnIQRn2aPAHH3VxDbDOdegkd6JbPsXqShpvEOHfAT+nCNwQ==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.3.1" + } + }, + "node_modules/dotenv": { + "version": "17.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz", + "integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dotenv-expand": { + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-12.0.3.tgz", + "integrity": "sha512-uc47g4b+4k/M/SeaW1y4OApx+mtLWl92l5LMPP0GNXctZqELk+YGgOPIIC5elYmUH4OuoK3JLhuRUYegeySiFA==", + "license": "BSD-2-Clause", + "dependencies": { + "dotenv": "^16.4.5" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dotenv-expand/node_modules/dotenv": { + "version": "16.6.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz", + "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/effect": { + "version": "3.21.0", + "resolved": "https://registry.npmjs.org/effect/-/effect-3.21.0.tgz", + "integrity": "sha512-PPN80qRokCd1f015IANNhrwOnLO7GrrMQfk4/lnZRE/8j7UPWrNNjPV0uBrZutI/nHzernbW+J0hdqQysHiSnQ==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "@standard-schema/spec": "^1.0.0", + "fast-check": "^3.23.1" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.5.361", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.361.tgz", + "integrity": "sha512-Q6Hts7N9FnJc5LeGRINFvLhCI9xZmNtTDe5ZbcVezQz7cU4a8Aua3GH1b8J2XY8Al9PF+OCwYqhgsOOheMdvkA==", + "dev": true, + "license": "ISC" + }, + "node_modules/emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sindresorhus/emittery?sponsor=1" + } + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/empathic": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/empathic/-/empathic-2.0.0.tgz", + "integrity": "sha512-i6UzDscO/XfAcNYD75CfICkmfLedpyPDdozrLMmQc5ORaQcdMoc21OnlEylMIqI7U8eniKrPMxxtj8k0vhmJhA==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=14" + } + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/error-ex": { + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.4.tgz", + "integrity": "sha512-sqQamAnR14VgCr1A618A3sGrygcpK+HEbenA/HiEAkkUwcZIIB/tgWqHFxWgOyDh4nB4JCRimh79dR5Ywc9MDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.2.tgz", + "integrity": "sha512-HWcBoN6NileqtSydK2FqHbS/LoDd2pqrnQHLyJzBj4kOp/ky2MWMN694xOfkK8/SnUsW2DH7EfyVlydKCsm1Zw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true, + "license": "BSD-2-Clause", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" + } + }, + "node_modules/execa/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/exit-x": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/exit-x/-/exit-x-0.2.2.tgz", + "integrity": "sha512-+I6B/IkJc1o/2tiURyz/ivu/O0nKNEArIUB5O7zBrlDVJr22SCLH3xTeEry428LvFhRzIA1g8izguxJ/gbNcVQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/expect": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-30.4.1.tgz", + "integrity": "sha512-PMARsyh/JtqC20HoGqlFcIlQAyqUtW4PlI1rup1uhYJtKuwAjbvWi3GQMAn+STdHum/dk8xrKfUM1+5SAwpolA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/expect-utils": "30.4.1", + "@jest/get-type": "30.1.0", + "jest-matcher-utils": "30.4.1", + "jest-message-util": "30.4.1", + "jest-mock": "30.4.1", + "jest-util": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/express": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz", + "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", + "license": "MIT", + "dependencies": { + "accepts": "^2.0.0", + "body-parser": "^2.2.1", + "content-disposition": "^1.0.0", + "content-type": "^1.0.5", + "cookie": "^0.7.1", + "cookie-signature": "^1.2.1", + "debug": "^4.4.0", + "depd": "^2.0.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "finalhandler": "^2.1.0", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "merge-descriptors": "^2.0.0", + "mime-types": "^3.0.0", + "on-finished": "^2.4.1", + "once": "^1.4.0", + "parseurl": "^1.3.3", + "proxy-addr": "^2.0.7", + "qs": "^6.14.0", + "range-parser": "^1.2.1", + "router": "^2.2.0", + "send": "^1.1.0", + "serve-static": "^2.2.0", + "statuses": "^2.0.1", + "type-is": "^2.0.1", + "vary": "^1.1.2" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/exsolve": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/exsolve/-/exsolve-1.0.8.tgz", + "integrity": "sha512-LmDxfWXwcTArk8fUEnOfSZpHOJ6zOMUJKOtFLFqJLoKJetuQG874Uc7/Kki7zFLzYybmZhp1M7+98pfMqeX8yA==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/fast-check": { + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/fast-check/-/fast-check-3.23.2.tgz", + "integrity": "sha512-h5+1OzzfCC3Ef7VbtKdcv7zsstUQwUDlYpUTvjeUsJAssPgLn7QzbboPtL5ro04Mq0rPOsMzl7q5hIbRs2wD1A==", + "devOptional": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ], + "license": "MIT", + "dependencies": { + "pure-rand": "^6.1.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/fast-check/node_modules/pure-rand": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "devOptional": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ], + "license": "MIT" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz", + "integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==", + "license": "MIT" + }, + "node_modules/fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "bser": "2.1.1" + } + }, + "node_modules/file-type": { + "version": "21.3.4", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-21.3.4.tgz", + "integrity": "sha512-Ievi/yy8DS3ygGvT47PjSfdFoX+2isQueoYP1cntFW1JLYAuS4GD7NUPGg4zv2iZfV52uDyk5w5Z0TdpRS6Q1g==", + "license": "MIT", + "dependencies": { + "@tokenizer/inflate": "^0.4.1", + "strtok3": "^10.3.4", + "token-types": "^6.1.1", + "uint8array-extras": "^1.4.0" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sindresorhus/file-type?sponsor=1" + } + }, + "node_modules/finalhandler": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz", + "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "on-finished": "^2.4.1", + "parseurl": "^1.3.3", + "statuses": "^2.0.1" + }, + "engines": { + "node": ">= 18.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz", + "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==", + "dev": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "hasown": "^2.0.2", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/form-data/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/form-data/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dev": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/formidable": { + "version": "3.5.4", + "resolved": "https://registry.npmjs.org/formidable/-/formidable-3.5.4.tgz", + "integrity": "sha512-YikH+7CUTOtP44ZTnUhR7Ic2UASBPOqmaRkRKxRbywPTe5VxF7RRCck4af9wutiZ/QKM5nME9Bie2fFaPz5Gug==", + "dev": true, + "license": "MIT", + "dependencies": { + "@paralleldrive/cuid2": "^2.2.2", + "dezalgo": "^1.0.4", + "once": "^1.4.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "funding": { + "url": "https://ko-fi.com/tunnckoCore/commissions" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", + "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true, + "license": "ISC" + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/giget": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/giget/-/giget-2.0.0.tgz", + "integrity": "sha512-L5bGsVkxJbJgdnwyuheIunkGatUF/zssUoxxjACCseZYAVbaqdh9Tsmmlkl8vYan09H7sbvKt4pS8GqKLBrEzA==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "citty": "^0.1.6", + "consola": "^3.4.0", + "defu": "^6.1.4", + "node-fetch-native": "^1.6.6", + "nypm": "^0.6.0", + "pathe": "^2.0.3" + }, + "bin": { + "giget": "dist/cli.mjs" + } + }, + "node_modules/glob": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/handlebars": { + "version": "4.7.9", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.9.tgz", + "integrity": "sha512-4E71E0rpOaQuJR2A3xDZ+GM1HyWYv1clR58tC8emQNeQe3RH7MAzSbat+V0wG78LQBo6m6bzSG/L4pBuCsgnUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.5", + "neo-async": "^2.6.2", + "source-map": "^0.6.1", + "wordwrap": "^1.0.0" + }, + "bin": { + "handlebars": "bin/handlebars" + }, + "engines": { + "node": ">=0.4.7" + }, + "optionalDependencies": { + "uglify-js": "^3.1.4" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz", + "integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-errors": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz", + "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==", + "license": "MIT", + "dependencies": { + "depd": "~2.0.0", + "inherits": "~2.0.4", + "setprototypeof": "~1.2.0", + "statuses": "~2.0.2", + "toidentifier": "~1.0.1" + }, + "engines": { + "node": ">= 0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=10.17.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz", + "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/import-local": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", + "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", + "dev": true, + "license": "MIT", + "dependencies": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + }, + "bin": { + "import-local-fixture": "fixtures/cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true, + "license": "MIT" + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "license": "MIT" + }, + "node_modules/is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true, + "license": "ISC" + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz", + "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.23", + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-reports": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.2.0.tgz", + "integrity": "sha512-HGYWWS/ehqTV3xN10i23tkPkpH46MLCIMFNCaaKNavAXTF1RkqxawEPtnjnGZ6XKSInBKkiOA5BKS+aZiY3AvA==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/iterare": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/iterare/-/iterare-1.2.1.tgz", + "integrity": "sha512-RKYVTCjAnRthyJes037NX/IiqeidgN1xc3j1RjFfECFp28A1GVwK9nA+i0rJPaHqSZwygLzRnFlzUuHFoWWy+Q==", + "license": "ISC", + "engines": { + "node": ">=6" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jest": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest/-/jest-30.4.2.tgz", + "integrity": "sha512-Yi1jqNC/Oq0N4hBgNH/YvBpP1P57QqundgytzYqy3yqAa7NZPNjSoi4SGbRAXDMdBzNE6xBCi5U7RgfrvMEUVQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/core": "30.4.2", + "@jest/types": "30.4.1", + "import-local": "^3.2.0", + "jest-cli": "30.4.2" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-changed-files": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-30.4.1.tgz", + "integrity": "sha512-IuctmYrxi21iOSOaIXpJWalHyPAsVv0GeBHKDn8C1CA4W5htHn7INL+wdnL4Bo0+olEndvAFkmb++tIQJG+vvg==", + "dev": true, + "license": "MIT", + "dependencies": { + "execa": "^5.1.1", + "jest-util": "30.4.1", + "p-limit": "^3.1.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-circus": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-30.4.2.tgz", + "integrity": "sha512-rvHH7VlY6LgbJXJTQ87GW62g1FntOtbhh0zT+v04kC+pgL6aBKyYINXxWukCpj3dcIBMw5/XUbtDS9dU9JTXeQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "30.4.1", + "@jest/expect": "30.4.1", + "@jest/test-result": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "chalk": "^4.1.2", + "co": "^4.6.0", + "dedent": "^1.6.0", + "is-generator-fn": "^2.1.0", + "jest-each": "30.4.1", + "jest-matcher-utils": "30.4.1", + "jest-message-util": "30.4.1", + "jest-runtime": "30.4.2", + "jest-snapshot": "30.4.1", + "jest-util": "30.4.1", + "p-limit": "^3.1.0", + "pretty-format": "30.4.1", + "pure-rand": "^7.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.6" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-cli": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-30.4.2.tgz", + "integrity": "sha512-jfA2ocvVHMXS2QijrJ0d31ektP+d/W0T5RpcTX2Pq+3sVqHlsXVCM2+FmwpL+bdY8OfHpIg9xMxLF17Zg0U49Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/core": "30.4.2", + "@jest/test-result": "30.4.1", + "@jest/types": "30.4.1", + "chalk": "^4.1.2", + "exit-x": "^0.2.2", + "import-local": "^3.2.0", + "jest-config": "30.4.2", + "jest-util": "30.4.1", + "jest-validate": "30.4.1", + "yargs": "^17.7.2" + }, + "bin": { + "jest": "bin/jest.js" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" + }, + "peerDependenciesMeta": { + "node-notifier": { + "optional": true + } + } + }, + "node_modules/jest-config": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-30.4.2.tgz", + "integrity": "sha512-rNHAShJQqQwFNoL0hbf3BphSBOWnpOUAKvidLS/AjNVLPfoj5mSf4jQMfW3cYOs6hXeZC7nF7mDHaBnbxELOzg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.27.4", + "@jest/get-type": "30.1.0", + "@jest/pattern": "30.4.0", + "@jest/test-sequencer": "30.4.1", + "@jest/types": "30.4.1", + "babel-jest": "30.4.1", + "chalk": "^4.1.2", + "ci-info": "^4.2.0", + "deepmerge": "^4.3.1", + "glob": "^10.5.0", + "graceful-fs": "^4.2.11", + "jest-circus": "30.4.2", + "jest-docblock": "30.4.0", + "jest-environment-node": "30.4.1", + "jest-regex-util": "30.4.0", + "jest-resolve": "30.4.1", + "jest-runner": "30.4.2", + "jest-util": "30.4.1", + "jest-validate": "30.4.1", + "parse-json": "^5.2.0", + "pretty-format": "30.4.1", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "esbuild-register": ">=3.4.0", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "esbuild-register": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/jest-diff": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.4.1.tgz", + "integrity": "sha512-CRpFK0RtLriVDGcPPAnR6HMVI8bSR2jnUIgralhauzYQZIb4RH9AtEInTuQr65LmmGggGcRT6HIASxwqsVsmlA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/diff-sequences": "30.4.0", + "@jest/get-type": "30.1.0", + "chalk": "^4.1.2", + "pretty-format": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-docblock": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-30.4.0.tgz", + "integrity": "sha512-ZPMabUZCx5MpbZ2eBYSvZ0J8fvo3dR9oM+eeUpb3aKNQFuS2tu3Duw1TNlMoP8k3WQgKGJuhcMFvwcVuq6T7oA==", + "dev": true, + "license": "MIT", + "dependencies": { + "detect-newline": "^3.1.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-each": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-30.4.1.tgz", + "integrity": "sha512-/8MJbH6fuj48TstjrMf+u/pd06Qezz5xOXvZA6442heNOWr8bdeoGZX2d9fCn028CoMgYmroH9//zky5GfyYmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/get-type": "30.1.0", + "@jest/types": "30.4.1", + "chalk": "^4.1.2", + "jest-util": "30.4.1", + "pretty-format": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-environment-node": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-30.4.1.tgz", + "integrity": "sha512-4FZYVOk85hz2AyT6BbarKy9u37g6DbrDyCdFhsnDdXqyrueYQvB+0zO4f/kqLCRD0BsPRXPMNJeQwihKZV8naw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "30.4.1", + "@jest/fake-timers": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "jest-mock": "30.4.1", + "jest-util": "30.4.1", + "jest-validate": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-haste-map": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-30.4.1.tgz", + "integrity": "sha512-rFrcONd8jeFsyw+Z9CrScJgglRf2+NFmNam8dKu7n+SoHqNYT47mn0DdEcVUZJpvh7Iz6/si7f7yUH7GJHVgnw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "@types/node": "*", + "anymatch": "^3.1.3", + "fb-watchman": "^2.0.2", + "graceful-fs": "^4.2.11", + "jest-regex-util": "30.4.0", + "jest-util": "30.4.1", + "jest-worker": "30.4.1", + "picomatch": "^4.0.3", + "walker": "^1.0.8" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + }, + "optionalDependencies": { + "fsevents": "^2.3.3" + } + }, + "node_modules/jest-leak-detector": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-30.4.1.tgz", + "integrity": "sha512-IpmyiioeHxiWDhesHnUFmOxcTzwCwKpgACgWajtAP+nYQXiY7DakTxB6Bx9JFiRMljr0AX1PvnQdaU1KFoz6NQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/get-type": "30.1.0", + "pretty-format": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-matcher-utils": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.4.1.tgz", + "integrity": "sha512-zvYfX5CaeEkFrrLS9suWe9rvJrm9J1Iv3ua8kIBv9GEPzcnsfBf0bob37la7s67fs0nlBC3EuvkOLnXQKxtx4A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/get-type": "30.1.0", + "chalk": "^4.1.2", + "jest-diff": "30.4.1", + "pretty-format": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-message-util": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.4.1.tgz", + "integrity": "sha512-kwCKIvq0MCW1HzLoGola9Te6JUdzgV0loyKJ3Qghrkz9i5/RRIHsL95BMQc2HBBhlBKC4j22K9p11TGHH8RBpQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.27.1", + "@jest/types": "30.4.1", + "@types/stack-utils": "^2.0.3", + "chalk": "^4.1.2", + "graceful-fs": "^4.2.11", + "jest-util": "30.4.1", + "picomatch": "^4.0.3", + "pretty-format": "30.4.1", + "slash": "^3.0.0", + "stack-utils": "^2.0.6" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-mock": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-30.4.1.tgz", + "integrity": "sha512-/i8SVb8/NSB7RfNi8gfqu8gxLV23KaL5EpAttyb9iz8qWRIqXRLflycz/32wXsYkOnaUlx8NAKnJYtpsmXUmfw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "@types/node": "*", + "jest-util": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + }, + "peerDependencies": { + "jest-resolve": "*" + }, + "peerDependenciesMeta": { + "jest-resolve": { + "optional": true + } + } + }, + "node_modules/jest-regex-util": { + "version": "30.4.0", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-30.4.0.tgz", + "integrity": "sha512-mWlvLviKIgIQ8VCuM1xRdD0TWp3zlzionlmDBjuXVBs+VkmXq6FgW9T4Emr7oGz/Rk6feDCGyiugolcQEyp3mg==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-resolve": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-30.4.1.tgz", + "integrity": "sha512-Zry8Yq/yJcNAZ7dJ5F2heic8AheXvbFZ7XI5V+h28nrYZ7Qoyy4dItq8OodjnYD270mvX+ZudmrNV9cysqhW5Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "chalk": "^4.1.2", + "graceful-fs": "^4.2.11", + "jest-haste-map": "30.4.1", + "jest-pnp-resolver": "^1.2.3", + "jest-util": "30.4.1", + "jest-validate": "30.4.1", + "slash": "^3.0.0", + "unrs-resolver": "^1.7.11" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-resolve-dependencies": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-30.4.2.tgz", + "integrity": "sha512-gDiVh1I+GxYzz9oXlyw+1wv6VOYX1WYxMOfjsA3iGKePV2oxmbHhwxfkALxNxYy1ciw6APWwkW2zZONwP97aEQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "jest-regex-util": "30.4.0", + "jest-snapshot": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-runner": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-30.4.2.tgz", + "integrity": "sha512-2dw0PslVYXxffXGpLo+Ejad+KcI1Qkjn7f4X4619gf21oCUmL+SPfjqIa/losUem3yEOvfNZe/F1HWUcNpODcg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/console": "30.4.1", + "@jest/environment": "30.4.1", + "@jest/test-result": "30.4.1", + "@jest/transform": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "chalk": "^4.1.2", + "emittery": "^0.13.1", + "exit-x": "^0.2.2", + "graceful-fs": "^4.2.11", + "jest-docblock": "30.4.0", + "jest-environment-node": "30.4.1", + "jest-haste-map": "30.4.1", + "jest-leak-detector": "30.4.1", + "jest-message-util": "30.4.1", + "jest-resolve": "30.4.1", + "jest-runtime": "30.4.2", + "jest-util": "30.4.1", + "jest-watcher": "30.4.1", + "jest-worker": "30.4.1", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-runtime": { + "version": "30.4.2", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-30.4.2.tgz", + "integrity": "sha512-3/5e8iPz2k/VLqlr8DgTftYyLUv8Su3FkCAO2/Od81UsUTpSxOrS6O5x5KkoQwyUjmpYyDJKeyAvg2T2nvpNkQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/environment": "30.4.1", + "@jest/fake-timers": "30.4.1", + "@jest/globals": "30.4.1", + "@jest/source-map": "30.0.1", + "@jest/test-result": "30.4.1", + "@jest/transform": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "chalk": "^4.1.2", + "cjs-module-lexer": "^2.1.0", + "collect-v8-coverage": "^1.0.2", + "glob": "^10.5.0", + "graceful-fs": "^4.2.11", + "jest-haste-map": "30.4.1", + "jest-message-util": "30.4.1", + "jest-mock": "30.4.1", + "jest-regex-util": "30.4.0", + "jest-resolve": "30.4.1", + "jest-snapshot": "30.4.1", + "jest-util": "30.4.1", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-snapshot": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-30.4.1.tgz", + "integrity": "sha512-tEOkkfOMppUyeiHwjZswOQ3lcnoTnws/q5FnGIaeIh/jmoU0ZlgMYRR8sTlTj+nNGCoJ0RDq6SfxGxCsyMTPmw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/core": "^7.27.4", + "@babel/generator": "^7.27.5", + "@babel/plugin-syntax-jsx": "^7.27.1", + "@babel/plugin-syntax-typescript": "^7.27.1", + "@babel/types": "^7.27.3", + "@jest/expect-utils": "30.4.1", + "@jest/get-type": "30.1.0", + "@jest/snapshot-utils": "30.4.1", + "@jest/transform": "30.4.1", + "@jest/types": "30.4.1", + "babel-preset-current-node-syntax": "^1.2.0", + "chalk": "^4.1.2", + "expect": "30.4.1", + "graceful-fs": "^4.2.11", + "jest-diff": "30.4.1", + "jest-matcher-utils": "30.4.1", + "jest-message-util": "30.4.1", + "jest-util": "30.4.1", + "pretty-format": "30.4.1", + "semver": "^7.7.2", + "synckit": "^0.11.8" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/jest-util": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-30.4.1.tgz", + "integrity": "sha512-vjQb1sACEiv13DKJMDToJpzVW0joCsIQrmbg0fi7CyOOt+g9jTuQl2A216pWRBYhOVt53XbL/2LbMKg1BECWOw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/types": "30.4.1", + "@types/node": "*", + "chalk": "^4.1.2", + "ci-info": "^4.2.0", + "graceful-fs": "^4.2.11", + "picomatch": "^4.0.3" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-validate": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-30.4.1.tgz", + "integrity": "sha512-PDWi4SOwLnwqNDfHZjOcsEFyZ4fc/2W2gVL3DEoyqnB6jCQMLRtfBong8s6omIw3lI0HWOus12xfnFmQtjW3fw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/get-type": "30.1.0", + "@jest/types": "30.4.1", + "camelcase": "^6.3.0", + "chalk": "^4.1.2", + "leven": "^3.1.0", + "pretty-format": "30.4.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-validate/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/jest-watcher": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-30.4.1.tgz", + "integrity": "sha512-/l9UonmvCwjHH7d2h3iAwIloLc1H0S8mJZ/LNK3i86hqwPAz8otUJjP9MfYtz9Tt77Su5FD2xGjZn8d31IZHlw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/test-result": "30.4.1", + "@jest/types": "30.4.1", + "@types/node": "*", + "ansi-escapes": "^4.3.2", + "chalk": "^4.1.2", + "emittery": "^0.13.1", + "jest-util": "30.4.1", + "string-length": "^4.0.2" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-worker": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-30.4.1.tgz", + "integrity": "sha512-SHynN/q/QD++iNyvMdy+WMmbCGk8jIsNcRxycXbWubSOhvo6T+j2afcfUSl+3hYsiBebOTo0cT7c2H7CXugu1g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/node": "*", + "@ungap/structured-clone": "^1.3.0", + "jest-util": "30.4.1", + "merge-stream": "^2.0.0", + "supports-color": "^8.1.1" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jiti": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.7.0.tgz", + "integrity": "sha512-AC/7JofJvZGrrneWNaEnJeOLUx+JlGt7tNa0wZiRPT4MY1wmfKjt2+6O2p2uz2+skll8OZZmJMNqeke7kKbNgQ==", + "devOptional": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsesc": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", + "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "dev": true, + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true, + "license": "MIT" + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "license": "MIT", + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/libphonenumber-js": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/libphonenumber-js/-/libphonenumber-js-1.13.3.tgz", + "integrity": "sha512-xMkdAMqcyG7iN2WZZmGIfWbYxW4orRkny+0/AXIbwL0xll2zkDX0Vzo/BXFa6+7mh2UvJl9MbcTtHk0YXkFtBA==", + "license": "MIT" + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true, + "license": "MIT" + }, + "node_modules/load-esm": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/load-esm/-/load-esm-1.0.3.tgz", + "integrity": "sha512-v5xlu8eHD1+6r8EHTg6hfmO97LN8ugKtiXcy5e6oN72iD2r6u0RPfLl6fxM+7Wnh2ZRq15o0russMst44WauPA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + }, + { + "type": "buymeacoffee", + "url": "https://buymeacoffee.com/borewit" + } + ], + "license": "MIT", + "engines": { + "node": ">=13.2.0" + } + }, + "node_modules/locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" + }, + "node_modules/lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true, + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true, + "license": "ISC" + }, + "node_modules/makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "tmpl": "1.0.5" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/media-typer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz", + "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/merge-descriptors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz", + "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz", + "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.2" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz", + "integrity": "sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==", + "dev": true, + "license": "BlueOak-1.0.0", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/multer": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/multer/-/multer-2.1.1.tgz", + "integrity": "sha512-mo+QTzKlx8R7E5ylSXxWzGoXoZbOsRMpyitcht8By2KHvMbf3tjwosZ/Mu/XYU6UuJ3VZnODIrak5ZrPiPyB6A==", + "license": "MIT", + "dependencies": { + "append-field": "^1.0.0", + "busboy": "^1.6.0", + "concat-stream": "^2.0.0", + "type-is": "^1.6.18" + }, + "engines": { + "node": ">= 10.16.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/multer/node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/multer/node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/napi-postinstall": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/napi-postinstall/-/napi-postinstall-0.3.4.tgz", + "integrity": "sha512-PHI5f1O0EP5xJ9gQmFGMS6IZcrVvTjpXjz7Na41gTE7eE2hK11lg04CECCYEEjdc17EV4DO+fkGEtt7TpTaTiQ==", + "dev": true, + "license": "MIT", + "bin": { + "napi-postinstall": "lib/cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/napi-postinstall" + } + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true, + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-fetch-native": { + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/node-fetch-native/-/node-fetch-native-1.6.7.tgz", + "integrity": "sha512-g9yhqoedzIUm0nTnTqAQvueMPVOuIY16bqgAJJC8XOOubYFNwz6IER9qs0Gq2Xd0+CecCKFjtdDTMA4u4xG06Q==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true, + "license": "MIT" + }, + "node_modules/node-releases": { + "version": "2.0.46", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.46.tgz", + "integrity": "sha512-GYVXHE2KnrzAfsAjl4uP++evGFCrAU1jta4ubEjIG7YWt/64Gqv66a30yKwWczVjA6j3bM4nBwH7Pk1JmDHaxQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "license": "MIT", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nypm": { + "version": "0.6.6", + "resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.6.tgz", + "integrity": "sha512-vRyr0r4cbBapw07Xw8xrj9Teq3o7MUD35rSaTcanDbW+aK2XHDgJFiU6ZTj2GBw7Q12ysdsyFss+Vdz4hQ0Y6Q==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "citty": "^0.2.2", + "pathe": "^2.0.3", + "tinyexec": "^1.1.1" + }, + "bin": { + "nypm": "dist/cli.mjs" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/nypm/node_modules/citty": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/citty/-/citty-0.2.2.tgz", + "integrity": "sha512-+6vJA3L98yv+IdfKGZHBNiGW5KHn22e/JwID0Strsz8h4S/csAu/OuICwxrg44k5MRiZHWIo8XXuJgQTriRP4w==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ohash": { + "version": "2.0.11", + "resolved": "https://registry.npmjs.org/ohash/-/ohash-2.0.11.tgz", + "integrity": "sha512-RdR9FQrFwNBNXAr4GixM8YaRZRJ5PUWbKYbE5eOsrwAjJW0q2REGcf79oYPsLyskQCZG1PLN+S/K1V00joZAoQ==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, + "node_modules/path-to-regexp": { + "version": "8.4.2", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz", + "integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/pathe": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-2.0.3.tgz", + "integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/perfect-debounce": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz", + "integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==", + "devOptional": true, + "license": "MIT" + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz", + "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pirates": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", + "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-types": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-2.3.1.tgz", + "integrity": "sha512-y+ichcgc2LrADuhLNAx8DFjVfgz91pRxfZdI3UDhxHvcVEZsenLO+7XaU5vOp0u/7V/wZ+plyuQxtrDlZJ+yeg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "confbox": "^0.2.4", + "exsolve": "^1.0.8", + "pathe": "^2.0.3" + } + }, + "node_modules/pretty-format": { + "version": "30.4.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.4.1.tgz", + "integrity": "sha512-K6KiKMHTL4jjX4u3Kir2EW07nRfcqVTXIImx50wbjHQTcZPgg+gjVeNTIT3l3L1Rd4UefxfogquC9J37SoFyyw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jest/schemas": "30.4.1", + "ansi-styles": "^5.2.0", + "react-is-18": "npm:react-is@^18.3.1", + "react-is-19": "npm:react-is@^19.2.5" + }, + "engines": { + "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/prisma": { + "version": "6.19.3", + "resolved": "https://registry.npmjs.org/prisma/-/prisma-6.19.3.tgz", + "integrity": "sha512-++ZJ0ijLrDJF6hNB4t4uxg2br3fC4H9Yc9tcbjr2fcNFP3rh/SBNrAgjhsqBU4Ght8JPrVofG/ZkXfnSfnYsFg==", + "devOptional": true, + "hasInstallScript": true, + "license": "Apache-2.0", + "dependencies": { + "@prisma/config": "6.19.3", + "@prisma/engines": "6.19.3" + }, + "bin": { + "prisma": "build/index.js" + }, + "engines": { + "node": ">=18.18" + }, + "peerDependencies": { + "typescript": ">=5.1.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pure-rand": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-7.0.1.tgz", + "integrity": "sha512-oTUZM/NAZS8p7ANR3SHh30kXB+zK2r2BPcEn/awJIbOvq82WoMN4p62AWWp3Hhw50G0xMsw1mhIBLqHw64EcNQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ], + "license": "MIT" + }, + "node_modules/qs": { + "version": "6.15.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.2.tgz", + "integrity": "sha512-Rzq0KEyX/w/tEybncDgdkZrJgVUsUMk3xjh3t5bv3S1HTAtg+uOYt72+ZfwiQwKdysThkTBdL/rTi6HDmX9Ddw==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz", + "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==", + "license": "MIT", + "dependencies": { + "bytes": "~3.1.2", + "http-errors": "~2.0.1", + "iconv-lite": "~0.7.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/rc9": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/rc9/-/rc9-2.1.2.tgz", + "integrity": "sha512-btXCnMmRIBINM2LDZoEmOogIZU7Qe7zn4BpomSKZ/ykbLObuBdvG+mFq11DL6fjH1DRwHhrlgtYWG96bJiC7Cg==", + "devOptional": true, + "license": "MIT", + "dependencies": { + "defu": "^6.1.4", + "destr": "^2.0.3" + } + }, + "node_modules/react-is-18": { + "name": "react-is", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "dev": true, + "license": "MIT" + }, + "node_modules/react-is-19": { + "name": "react-is", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.2.6.tgz", + "integrity": "sha512-XjBR15BhXuylgWGuslhDKqlSayuqvqBX91BP8pauG8kd1zY8kotkNWbXksTCNRarse4kuGbe2kIY05ARtwNIvw==", + "dev": true, + "license": "MIT" + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", + "license": "Apache-2.0" + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/router": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", + "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "depd": "^2.0.0", + "is-promise": "^4.0.0", + "parseurl": "^1.3.3", + "path-to-regexp": "^8.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/rxjs": { + "version": "7.8.2", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", + "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "license": "Apache-2.0", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/send": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz", + "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.3", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "fresh": "^2.0.0", + "http-errors": "^2.0.1", + "mime-types": "^3.0.2", + "ms": "^2.1.3", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "statuses": "^2.0.2" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/serve-static": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz", + "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==", + "license": "MIT", + "dependencies": { + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "parseurl": "^1.3.3", + "send": "^1.2.0" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz", + "integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.4" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "escape-string-regexp": "^2.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/string-length/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-length/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz", + "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.2.2" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strtok3": { + "version": "10.3.5", + "resolved": "https://registry.npmjs.org/strtok3/-/strtok3-10.3.5.tgz", + "integrity": "sha512-ki4hZQfh5rX0QDLLkOCj+h+CVNkqmp/CMf8v8kZpkNVK6jGQooMytqzLZYUVYIZcFZ6yDB70EfD8POcFXiF5oA==", + "license": "MIT", + "dependencies": { + "@tokenizer/token": "^0.3.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/superagent": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-10.3.0.tgz", + "integrity": "sha512-B+4Ik7ROgVKrQsXTV0Jwp2u+PXYLSlqtDAhYnkkD+zn3yg8s/zjA2MeGayPoY/KICrbitwneDHrjSotxKL+0XQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "component-emitter": "^1.3.1", + "cookiejar": "^2.1.4", + "debug": "^4.3.7", + "fast-safe-stringify": "^2.1.1", + "form-data": "^4.0.5", + "formidable": "^3.5.4", + "methods": "^1.1.2", + "mime": "2.6.0", + "qs": "^6.14.1" + }, + "engines": { + "node": ">=14.18.0" + } + }, + "node_modules/supertest": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/supertest/-/supertest-7.2.2.tgz", + "integrity": "sha512-oK8WG9diS3DlhdUkcFn4tkNIiIbBx9lI2ClF8K+b2/m8Eyv47LSawxUzZQSNKUrVb2KsqeTDCcjAAVPYaSLVTA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cookie-signature": "^1.2.2", + "methods": "^1.1.2", + "superagent": "^10.3.0" + }, + "engines": { + "node": ">=14.18.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/swagger-ui-dist": { + "version": "5.32.6", + "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-5.32.6.tgz", + "integrity": "sha512-75ttZNaYCLoFPnozPZcTUU6mS3wKT8l7WLjU5zJSHFeJa23i5vtnze6IiCl4jDMPeQTXVXIgovq4M11NNfQvSA==", + "license": "Apache-2.0", + "dependencies": { + "@scarf/scarf": "=1.4.0" + } + }, + "node_modules/swagger-ui-express": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/swagger-ui-express/-/swagger-ui-express-5.0.1.tgz", + "integrity": "sha512-SrNU3RiBGTLLmFU8GIJdOdanJTl4TOmT27tt3bWWHppqYmAZ6IDuEuBvMU6nZq0zLEe6b/1rACXCgLZqO6ZfrA==", + "license": "MIT", + "dependencies": { + "swagger-ui-dist": ">=5.0.0" + }, + "engines": { + "node": ">= v0.10.32" + }, + "peerDependencies": { + "express": ">=4.0.0 || >=5.0.0-beta" + } + }, + "node_modules/synckit": { + "version": "0.11.12", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.12.tgz", + "integrity": "sha512-Bh7QjT8/SuKUIfObSXNHNSK6WHo6J1tHCqJsuaFDP7gP0fkzSfTxI8y85JrppZ0h8l0maIgc2tfuZQ6/t3GtnQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@pkgr/core": "^0.2.9" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/synckit" + } + }, + "node_modules/test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "license": "ISC", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz", + "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/test-exclude/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/test-exclude/node_modules/minimatch": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tinyexec": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.2.tgz", + "integrity": "sha512-M/Q0B2cp4K7kynaT/vnED1j8TlLY+Pp7C6Wl2bl/7u/F0mUVwdyOpwomQb8JpYLitHUssAJRmLZdMCGsrx7i+g==", + "devOptional": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true, + "license": "BSD-3-Clause" + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/token-types": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/token-types/-/token-types-6.1.2.tgz", + "integrity": "sha512-dRXchy+C0IgK8WPC6xvCHFRIWYUbqqdEIKPaKo/AcTUNzwLTK6AH7RjdLWsEZcAN/TBdtfUw3PYEgPr5VPr6ww==", + "license": "MIT", + "dependencies": { + "@borewit/text-codec": "^0.2.1", + "@tokenizer/token": "^0.3.0", + "ieee754": "^1.2.1" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Borewit" + } + }, + "node_modules/ts-jest": { + "version": "29.4.11", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.4.11.tgz", + "integrity": "sha512-IrFl7l9AuB/qrNw5quqvAv/hmKMb8dhWOH4jQOGo0Oq8tCeo1O86/iTFG1FaRimgUkF13l4PcepO8ATFT6Ns4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "bs-logger": "^0.2.6", + "fast-json-stable-stringify": "^2.1.0", + "handlebars": "^4.7.9", + "json5": "^2.2.3", + "lodash.memoize": "^4.1.2", + "make-error": "^1.3.6", + "semver": "^7.8.0", + "type-fest": "^4.41.0", + "yargs-parser": "^21.1.1" + }, + "bin": { + "ts-jest": "cli.js" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0" + }, + "peerDependencies": { + "@babel/core": ">=7.0.0-beta.0 <8", + "@jest/transform": "^29.0.0 || ^30.0.0", + "@jest/types": "^29.0.0 || ^30.0.0", + "babel-jest": "^29.0.0 || ^30.0.0", + "jest": "^29.0.0 || ^30.0.0", + "jest-util": "^29.0.0 || ^30.0.0", + "typescript": ">=4.3 <7" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "@jest/transform": { + "optional": true + }, + "@jest/types": { + "optional": true + }, + "babel-jest": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "jest-util": { + "optional": true + } + } + }, + "node_modules/ts-jest/node_modules/semver": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz", + "integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/ts-jest/node_modules/type-fest": { + "version": "4.41.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.41.0.tgz", + "integrity": "sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", + "license": "0BSD" + }, + "node_modules/type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.1.0.tgz", + "integrity": "sha512-faYHw0anBbc/kWF3zFTEnxSFOAGUX9GFbOBthvDdLsIlEoWOFOtS0zgCiQYwIskL9iGXZL3kAXD8OoZ4GmMATA==", + "license": "MIT", + "dependencies": { + "content-type": "^2.0.0", + "media-typer": "^1.1.0", + "mime-types": "^3.0.0" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/type-is/node_modules/content-type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-2.0.0.tgz", + "integrity": "sha512-j/O/d7GcZCyNl7/hwZAb606rzqkyvaDctLmckbxLzHvFBzTJHuGEdodATcP3yIRoDrLHkIATJuvzbFlp/ki2cQ==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "license": "MIT" + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "devOptional": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/uglify-js": { + "version": "3.19.3", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz", + "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==", + "dev": true, + "license": "BSD-2-Clause", + "optional": true, + "bin": { + "uglifyjs": "bin/uglifyjs" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/uid": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/uid/-/uid-2.0.2.tgz", + "integrity": "sha512-u3xV3X7uzvi5b1MncmZo3i2Aw222Zk1keqLA1YkHldREkAhAqi65wuPfe7lHx8H/Wzy+8CE7S7uS3jekIM5s8g==", + "license": "MIT", + "dependencies": { + "@lukeed/csprng": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/uint8array-extras": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/uint8array-extras/-/uint8array-extras-1.5.0.tgz", + "integrity": "sha512-rvKSBiC5zqCCiDZ9kAOszZcDvdAHwwIKJG33Ykj43OKcWsnmcBRL09YTU4nOeHZ8Y2a7l1MgTd08SBe9A8Qj6A==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/undici-types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "dev": true, + "license": "MIT" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/unrs-resolver": { + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/unrs-resolver/-/unrs-resolver-1.12.2.tgz", + "integrity": "sha512-dmlRxBJJayXjqTwC+JtF1HhJmgf3ftQ3YejFcZrf4+KKtJv0qDsK1pjqaaVjG7wJ5NJ6UVP1OqRMQ71Z4C3rxQ==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "napi-postinstall": "^0.3.4" + }, + "funding": { + "url": "https://opencollective.com/unrs-resolver" + }, + "optionalDependencies": { + "@unrs/resolver-binding-android-arm-eabi": "1.12.2", + "@unrs/resolver-binding-android-arm64": "1.12.2", + "@unrs/resolver-binding-darwin-arm64": "1.12.2", + "@unrs/resolver-binding-darwin-x64": "1.12.2", + "@unrs/resolver-binding-freebsd-x64": "1.12.2", + "@unrs/resolver-binding-linux-arm-gnueabihf": "1.12.2", + "@unrs/resolver-binding-linux-arm-musleabihf": "1.12.2", + "@unrs/resolver-binding-linux-arm64-gnu": "1.12.2", + "@unrs/resolver-binding-linux-arm64-musl": "1.12.2", + "@unrs/resolver-binding-linux-loong64-gnu": "1.12.2", + "@unrs/resolver-binding-linux-loong64-musl": "1.12.2", + "@unrs/resolver-binding-linux-ppc64-gnu": "1.12.2", + "@unrs/resolver-binding-linux-riscv64-gnu": "1.12.2", + "@unrs/resolver-binding-linux-riscv64-musl": "1.12.2", + "@unrs/resolver-binding-linux-s390x-gnu": "1.12.2", + "@unrs/resolver-binding-linux-x64-gnu": "1.12.2", + "@unrs/resolver-binding-linux-x64-musl": "1.12.2", + "@unrs/resolver-binding-openharmony-arm64": "1.12.2", + "@unrs/resolver-binding-wasm32-wasi": "1.12.2", + "@unrs/resolver-binding-win32-arm64-msvc": "1.12.2", + "@unrs/resolver-binding-win32-ia32-msvc": "1.12.2", + "@unrs/resolver-binding-win32-x64-msvc": "1.12.2" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz", + "integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.1" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "license": "MIT" + }, + "node_modules/v8-to-istanbul": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", + "integrity": "sha512-kiGUalWN+rgBJ/1OHZsBtU4rXZOfj/7rKQxULKlIzwzQSvMJUUNgPwJEEh7gU6xEVxC0ahoOBvN2YI8GH6FNgA==", + "dev": true, + "license": "ISC", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^2.0.0" + }, + "engines": { + "node": ">=10.12.0" + } + }, + "node_modules/validator": { + "version": "13.15.35", + "resolved": "https://registry.npmjs.org/validator/-/validator-13.15.35.tgz", + "integrity": "sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "makeerror": "1.0.12" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wordwrap": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.3", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.3.tgz", + "integrity": "sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "license": "ISC", + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true, + "license": "ISC" + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "license": "MIT", + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + } + } +} diff --git a/backend/package.json b/backend/package.json new file mode 100644 index 0000000..d39cdde --- /dev/null +++ b/backend/package.json @@ -0,0 +1,44 @@ +{ + "name": "velody-backend", + "version": "0.1.0", + "private": true, + "description": "Velody Phase 1 backend foundation", + "license": "UNLICENSED", + "scripts": { + "build": "tsc -p tsconfig.build.json", + "start": "node dist/main.js", + "start:dev": "node --watch --enable-source-maps dist/main.js", + "test": "jest --runInBand", + "test:e2e": "jest --config test/jest-e2e.json --runInBand", + "prisma:generate": "prisma generate", + "prisma:migrate:deploy": "prisma migrate deploy", + "prisma:migrate:dev": "prisma migrate dev", + "openapi:json": "ts-node --project tsconfig.json scripts/generate-openapi.ts" + }, + "dependencies": { + "@nestjs/common": "^11.0.0", + "@nestjs/config": "^4.0.0", + "@nestjs/core": "^11.0.0", + "@nestjs/platform-express": "^11.0.0", + "@nestjs/swagger": "^11.0.0", + "@prisma/client": "^6.0.0", + "class-transformer": "^0.5.1", + "class-validator": "^0.14.1", + "reflect-metadata": "^0.2.2", + "rxjs": "^7.8.1", + "swagger-ui-express": "^5.0.1" + }, + "devDependencies": { + "@nestjs/testing": "^11.0.0", + "@types/express": "^5.0.0", + "@types/jest": "^30.0.0", + "@types/node": "^24.0.0", + "@types/supertest": "^6.0.2", + "jest": "^30.0.0", + "prisma": "^6.0.0", + "supertest": "^7.0.0", + "ts-jest": "^29.4.0", + "ts-node": "^10.9.2", + "typescript": "^5.8.0" + } +} diff --git a/backend/prisma/migrations/20260524210000_initial_schema/migration.sql b/backend/prisma/migrations/20260524210000_initial_schema/migration.sql new file mode 100644 index 0000000..9f977fc --- /dev/null +++ b/backend/prisma/migrations/20260524210000_initial_schema/migration.sql @@ -0,0 +1,138 @@ +CREATE EXTENSION IF NOT EXISTS "pgcrypto"; + +CREATE TYPE "DevicePlatform" AS ENUM ('MACOS', 'IPHONE'); +CREATE TYPE "TrackStatus" AS ENUM ('ACTIVE', 'DELETED'); +CREATE TYPE "UploadSessionStatus" AS ENUM ('PENDING', 'READY_TO_UPLOAD', 'COMPLETED', 'FAILED'); +CREATE TYPE "EntityType" AS ENUM ('TRACK', 'AUDIO_ASSET', 'ARTWORK_ASSET'); +CREATE TYPE "EventAction" AS ENUM ('CREATED', 'UPDATED', 'DELETED'); + +CREATE TABLE "devices" ( + "id" UUID NOT NULL DEFAULT gen_random_uuid(), + "platform" "DevicePlatform" NOT NULL, + "device_name" TEXT NOT NULL, + "app_version" TEXT NOT NULL, + "install_token_hash" TEXT NOT NULL, + "last_seen_at" TIMESTAMP(3) NOT NULL, + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + "updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "devices_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "tracks" ( + "id" UUID NOT NULL DEFAULT gen_random_uuid(), + "primary_audio_asset_id" UUID, + "artwork_asset_id" UUID, + "title" TEXT NOT NULL, + "artist" TEXT NOT NULL, + "album" TEXT, + "album_artist" TEXT, + "genre" TEXT, + "disc_number" INTEGER, + "track_number" INTEGER, + "year" INTEGER, + "duration_ms" INTEGER, + "status" "TrackStatus" NOT NULL DEFAULT 'ACTIVE', + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + "updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + "deleted_at" TIMESTAMP(3), + CONSTRAINT "tracks_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "audio_assets" ( + "id" UUID NOT NULL DEFAULT gen_random_uuid(), + "track_id" UUID, + "sha256" TEXT NOT NULL, + "storage_key" TEXT NOT NULL, + "original_filename" TEXT NOT NULL, + "mime_type" TEXT NOT NULL, + "file_extension" TEXT NOT NULL, + "file_size_bytes" BIGINT NOT NULL, + "bit_rate_kbps" INTEGER, + "sample_rate_hz" INTEGER, + "channels" INTEGER, + "duration_ms" INTEGER, + "source_device_id" UUID, + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "audio_assets_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "artwork_assets" ( + "id" UUID NOT NULL DEFAULT gen_random_uuid(), + "sha256" TEXT NOT NULL, + "storage_key" TEXT NOT NULL, + "mime_type" TEXT NOT NULL, + "width" INTEGER, + "height" INTEGER, + "file_size_bytes" BIGINT NOT NULL, + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "artwork_assets_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "upload_sessions" ( + "id" UUID NOT NULL DEFAULT gen_random_uuid(), + "device_id" UUID NOT NULL, + "expected_sha256" TEXT NOT NULL, + "expected_size_bytes" BIGINT NOT NULL, + "received_bytes" BIGINT NOT NULL DEFAULT 0, + "temp_storage_path" TEXT NOT NULL, + "status" "UploadSessionStatus" NOT NULL DEFAULT 'PENDING', + "expires_at" TIMESTAMP(3) NOT NULL, + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + "updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "upload_sessions_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "library_events" ( + "id" BIGSERIAL NOT NULL, + "entity_type" "EntityType" NOT NULL, + "entity_id" UUID NOT NULL, + "action" "EventAction" NOT NULL, + "payload_version" INTEGER NOT NULL DEFAULT 1, + "created_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "library_events_pkey" PRIMARY KEY ("id") +); + +CREATE TABLE "device_sync_cursors" ( + "device_id" UUID NOT NULL, + "last_event_id" BIGINT NOT NULL DEFAULT 0, + "last_full_sync_at" TIMESTAMP(3), + "updated_at" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP, + CONSTRAINT "device_sync_cursors_pkey" PRIMARY KEY ("device_id") +); + +CREATE UNIQUE INDEX "tracks_primary_audio_asset_id_key" ON "tracks"("primary_audio_asset_id"); +CREATE UNIQUE INDEX "tracks_artwork_asset_id_key" ON "tracks"("artwork_asset_id"); +CREATE UNIQUE INDEX "audio_assets_sha256_key" ON "audio_assets"("sha256"); +CREATE UNIQUE INDEX "audio_assets_storage_key" ON "audio_assets"("storage_key"); +CREATE UNIQUE INDEX "artwork_assets_sha256_key" ON "artwork_assets"("sha256"); +CREATE UNIQUE INDEX "artwork_assets_storage_key" ON "artwork_assets"("storage_key"); + +ALTER TABLE "audio_assets" + ADD CONSTRAINT "audio_assets_track_id_fkey" + FOREIGN KEY ("track_id") REFERENCES "tracks"("id") + ON DELETE SET NULL ON UPDATE CASCADE; + +ALTER TABLE "audio_assets" + ADD CONSTRAINT "audio_assets_source_device_id_fkey" + FOREIGN KEY ("source_device_id") REFERENCES "devices"("id") + ON DELETE SET NULL ON UPDATE CASCADE; + +ALTER TABLE "tracks" + ADD CONSTRAINT "tracks_primary_audio_asset_id_fkey" + FOREIGN KEY ("primary_audio_asset_id") REFERENCES "audio_assets"("id") + ON DELETE SET NULL ON UPDATE CASCADE; + +ALTER TABLE "tracks" + ADD CONSTRAINT "tracks_artwork_asset_id_fkey" + FOREIGN KEY ("artwork_asset_id") REFERENCES "artwork_assets"("id") + ON DELETE SET NULL ON UPDATE CASCADE; + +ALTER TABLE "upload_sessions" + ADD CONSTRAINT "upload_sessions_device_id_fkey" + FOREIGN KEY ("device_id") REFERENCES "devices"("id") + ON DELETE CASCADE ON UPDATE CASCADE; + +ALTER TABLE "device_sync_cursors" + ADD CONSTRAINT "device_sync_cursors_device_id_fkey" + FOREIGN KEY ("device_id") REFERENCES "devices"("id") + ON DELETE CASCADE ON UPDATE CASCADE; diff --git a/backend/prisma/migrations/migration_lock.toml b/backend/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..1eed3a5 --- /dev/null +++ b/backend/prisma/migrations/migration_lock.toml @@ -0,0 +1,2 @@ +# Please do not edit this file manually +provider = "postgresql" diff --git a/backend/prisma/schema.prisma b/backend/prisma/schema.prisma new file mode 100644 index 0000000..b99d8d8 --- /dev/null +++ b/backend/prisma/schema.prisma @@ -0,0 +1,150 @@ +generator client { + provider = "prisma-client-js" +} + +datasource db { + provider = "postgresql" + url = env("DATABASE_URL") +} + +model Device { + id String @id @default(uuid()) @db.Uuid + platform DevicePlatform + deviceName String @map("device_name") + appVersion String @map("app_version") + installTokenHash String @map("install_token_hash") + lastSeenAt DateTime @map("last_seen_at") + createdAt DateTime @default(now()) @map("created_at") + updatedAt DateTime @updatedAt @map("updated_at") + uploadSessions UploadSession[] + syncCursor DeviceSyncCursor? + audioAssets AudioAsset[] + + @@map("devices") +} + +model Track { + id String @id @default(uuid()) @db.Uuid + primaryAudioAssetId String? @unique @db.Uuid @map("primary_audio_asset_id") + artworkAssetId String? @unique @db.Uuid @map("artwork_asset_id") + title String + artist String + album String? + albumArtist String? @map("album_artist") + genre String? + discNumber Int? @map("disc_number") + trackNumber Int? @map("track_number") + year Int? + durationMs Int? @map("duration_ms") + status TrackStatus @default(ACTIVE) + createdAt DateTime @default(now()) @map("created_at") + updatedAt DateTime @updatedAt @map("updated_at") + deletedAt DateTime? @map("deleted_at") + primaryAudioAsset AudioAsset? @relation("PrimaryAudioAsset", fields: [primaryAudioAssetId], references: [id], onDelete: SetNull, onUpdate: Cascade) + artworkAsset ArtworkAsset? @relation("TrackArtwork", fields: [artworkAssetId], references: [id], onDelete: SetNull, onUpdate: Cascade) + audioAssets AudioAsset[] @relation("TrackAudioAssets") + + @@map("tracks") +} + +model AudioAsset { + id String @id @default(uuid()) @db.Uuid + trackId String? @db.Uuid @map("track_id") + sha256 String @unique + storageKey String @unique @map("storage_key") + originalFilename String @map("original_filename") + mimeType String @map("mime_type") + fileExtension String @map("file_extension") + fileSizeBytes BigInt @map("file_size_bytes") + bitRateKbps Int? @map("bit_rate_kbps") + sampleRateHz Int? @map("sample_rate_hz") + channels Int? + durationMs Int? @map("duration_ms") + sourceDeviceId String? @db.Uuid @map("source_device_id") + createdAt DateTime @default(now()) @map("created_at") + track Track? @relation("TrackAudioAssets", fields: [trackId], references: [id], onDelete: SetNull, onUpdate: Cascade) + primaryForTrack Track? @relation("PrimaryAudioAsset") + sourceDevice Device? @relation(fields: [sourceDeviceId], references: [id], onDelete: SetNull, onUpdate: Cascade) + + @@map("audio_assets") +} + +model ArtworkAsset { + id String @id @default(uuid()) @db.Uuid + sha256 String @unique + storageKey String @unique @map("storage_key") + mimeType String @map("mime_type") + width Int? + height Int? + fileSizeBytes BigInt @map("file_size_bytes") + createdAt DateTime @default(now()) @map("created_at") + track Track? @relation("TrackArtwork") + + @@map("artwork_assets") +} + +model UploadSession { + id String @id @default(uuid()) @db.Uuid + deviceId String @db.Uuid @map("device_id") + expectedSha256 String @map("expected_sha256") + expectedSizeBytes BigInt @map("expected_size_bytes") + receivedBytes BigInt @default(0) @map("received_bytes") + tempStoragePath String @map("temp_storage_path") + status UploadSessionStatus @default(PENDING) + expiresAt DateTime @map("expires_at") + createdAt DateTime @default(now()) @map("created_at") + updatedAt DateTime @updatedAt @map("updated_at") + device Device @relation(fields: [deviceId], references: [id], onDelete: Cascade, onUpdate: Cascade) + + @@map("upload_sessions") +} + +model LibraryEvent { + id BigInt @id @default(autoincrement()) + entityType EntityType @map("entity_type") + entityId String @db.Uuid @map("entity_id") + action EventAction + payloadVersion Int @default(1) @map("payload_version") + createdAt DateTime @default(now()) @map("created_at") + + @@map("library_events") +} + +model DeviceSyncCursor { + deviceId String @id @db.Uuid @map("device_id") + lastEventId BigInt @default(0) @map("last_event_id") + lastFullSyncAt DateTime? @map("last_full_sync_at") + updatedAt DateTime @updatedAt @map("updated_at") + device Device @relation(fields: [deviceId], references: [id], onDelete: Cascade, onUpdate: Cascade) + + @@map("device_sync_cursors") +} + +enum DevicePlatform { + MACOS + IPHONE +} + +enum TrackStatus { + ACTIVE + DELETED +} + +enum UploadSessionStatus { + PENDING + READY_TO_UPLOAD + COMPLETED + FAILED +} + +enum EntityType { + TRACK + AUDIO_ASSET + ARTWORK_ASSET +} + +enum EventAction { + CREATED + UPDATED + DELETED +} diff --git a/backend/scripts/generate-openapi.ts b/backend/scripts/generate-openapi.ts new file mode 100644 index 0000000..2edb331 --- /dev/null +++ b/backend/scripts/generate-openapi.ts @@ -0,0 +1,36 @@ +import 'reflect-metadata'; +import { mkdir, writeFile } from 'node:fs/promises'; +import { join } from 'node:path'; +import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger'; + +async function generate(): Promise { + process.env.NODE_ENV ??= 'development'; + process.env.PORT ??= '3000'; + process.env.DATABASE_URL ??= + 'postgresql://velody:velody@localhost:5432/velody?schema=public'; + process.env.STORAGE_ROOT ??= join(process.cwd(), '..', 'runtime', 'storage'); + process.env.PUBLIC_BASE_URL ??= 'http://localhost:3000'; + process.env.DEVICE_BOOTSTRAP_SECRET ??= 'openapi-placeholder-secret'; + process.env.MAX_UPLOAD_SIZE_BYTES ??= '524288000'; + + const { createApp } = await import('../src/app.factory'); + const app = await createApp(); + const document = SwaggerModule.createDocument( + app, + new DocumentBuilder() + .setTitle('Velody API') + .setDescription('Velody Phase 1 foundation API') + .setVersion('1.0.0') + .build(), + ); + + const outputDir = join(process.cwd(), 'openapi'); + await mkdir(outputDir, { recursive: true }); + await writeFile( + join(outputDir, 'velody.openapi.json'), + JSON.stringify(document, null, 2), + ); + await app.close(); +} + +void generate(); diff --git a/backend/src/app.factory.ts b/backend/src/app.factory.ts new file mode 100644 index 0000000..06a0a0a --- /dev/null +++ b/backend/src/app.factory.ts @@ -0,0 +1,35 @@ +import { ValidationPipe, VersioningType } from '@nestjs/common'; +import { NestFactory } from '@nestjs/core'; +import { DocumentBuilder, SwaggerModule } from '@nestjs/swagger'; +import { AppModule } from './app.module'; + +export async function createApp() { + const app = await NestFactory.create(AppModule, { bufferLogs: true }); + + app.setGlobalPrefix('api'); + app.enableVersioning({ + type: VersioningType.URI, + }); + app.useGlobalPipes( + new ValidationPipe({ + whitelist: true, + forbidNonWhitelisted: true, + transform: true, + }), + ); + + const document = SwaggerModule.createDocument( + app, + new DocumentBuilder() + .setTitle('Velody API') + .setDescription('Velody Phase 1 foundation API') + .setVersion('1.0.0') + .build(), + ); + + SwaggerModule.setup('api/docs', app, document, { + jsonDocumentUrl: 'api/docs-json', + }); + + return app; +} diff --git a/backend/src/app.module.ts b/backend/src/app.module.ts new file mode 100644 index 0000000..4fbc95b --- /dev/null +++ b/backend/src/app.module.ts @@ -0,0 +1,19 @@ +import { Module } from '@nestjs/common'; +import { AppConfigModule } from './modules/config/config.module'; +import { DevicesModule } from './modules/devices/devices.module'; +import { HealthModule } from './modules/health/health.module'; +import { LibraryModule } from './modules/library/library.module'; +import { SyncModule } from './modules/sync/sync.module'; +import { UploadsModule } from './modules/uploads/uploads.module'; + +@Module({ + imports: [ + AppConfigModule, + HealthModule, + DevicesModule, + UploadsModule, + LibraryModule, + SyncModule, + ], +}) +export class AppModule {} diff --git a/backend/src/infrastructure/database/prisma.module.ts b/backend/src/infrastructure/database/prisma.module.ts new file mode 100644 index 0000000..7207426 --- /dev/null +++ b/backend/src/infrastructure/database/prisma.module.ts @@ -0,0 +1,9 @@ +import { Global, Module } from '@nestjs/common'; +import { PrismaService } from './prisma.service'; + +@Global() +@Module({ + providers: [PrismaService], + exports: [PrismaService], +}) +export class PrismaModule {} diff --git a/backend/src/infrastructure/database/prisma.service.ts b/backend/src/infrastructure/database/prisma.service.ts new file mode 100644 index 0000000..086add4 --- /dev/null +++ b/backend/src/infrastructure/database/prisma.service.ts @@ -0,0 +1,9 @@ +import { Injectable, OnModuleInit } from '@nestjs/common'; +import { PrismaClient } from '@prisma/client'; + +@Injectable() +export class PrismaService extends PrismaClient implements OnModuleInit { + async onModuleInit(): Promise { + await this.$connect(); + } +} diff --git a/backend/src/main.ts b/backend/src/main.ts new file mode 100644 index 0000000..2f12488 --- /dev/null +++ b/backend/src/main.ts @@ -0,0 +1,11 @@ +import 'reflect-metadata'; +import { createApp } from './app.factory'; +import { AppConfigService } from './modules/config/config.service'; + +async function bootstrap(): Promise { + const app = await createApp(); + const port = app.get(AppConfigService).port; + await app.listen(port); +} + +void bootstrap(); diff --git a/backend/src/modules/config/config.module.ts b/backend/src/modules/config/config.module.ts new file mode 100644 index 0000000..3c31abd --- /dev/null +++ b/backend/src/modules/config/config.module.ts @@ -0,0 +1,21 @@ +import { Global, Module } from '@nestjs/common'; +import { ConfigModule } from '@nestjs/config'; +import { join } from 'node:path'; +import { PrismaModule } from '../../infrastructure/database/prisma.module'; +import { AppConfigService } from './config.service'; +import { validateEnvironment } from './environment'; + +@Global() +@Module({ + imports: [ + ConfigModule.forRoot({ + isGlobal: true, + envFilePath: [join(process.cwd(), '.env'), join(process.cwd(), '..', '.env')], + validate: validateEnvironment, + }), + PrismaModule, + ], + providers: [AppConfigService], + exports: [AppConfigService], +}) +export class AppConfigModule {} diff --git a/backend/src/modules/config/config.service.ts b/backend/src/modules/config/config.service.ts new file mode 100644 index 0000000..ae940e0 --- /dev/null +++ b/backend/src/modules/config/config.service.ts @@ -0,0 +1,47 @@ +import { Injectable } from '@nestjs/common'; +import { ConfigService } from '@nestjs/config'; + +@Injectable() +export class AppConfigService { + constructor(private readonly configService: ConfigService) {} + + get nodeEnv(): string { + return this.required('NODE_ENV'); + } + + get port(): number { + return Number(this.required('PORT')); + } + + get databaseUrl(): string { + return this.required('DATABASE_URL'); + } + + get storageRoot(): string { + return this.required('STORAGE_ROOT'); + } + + get publicBaseUrl(): string { + return this.required('PUBLIC_BASE_URL'); + } + + get deviceBootstrapSecret(): string { + return this.required('DEVICE_BOOTSTRAP_SECRET'); + } + + get maxUploadSizeBytes(): number { + return Number(this.required('MAX_UPLOAD_SIZE_BYTES')); + } + + get appVersion(): string { + return process.env.npm_package_version ?? '0.1.0'; + } + + private required(key: string): string { + const value = this.configService.get(key); + if (!value) { + throw new Error(`Missing required configuration value for ${key}`); + } + return value; + } +} diff --git a/backend/src/modules/config/environment.spec.ts b/backend/src/modules/config/environment.spec.ts new file mode 100644 index 0000000..bedc2b9 --- /dev/null +++ b/backend/src/modules/config/environment.spec.ts @@ -0,0 +1,26 @@ +import { validateEnvironment } from './environment'; + +describe('validateEnvironment', () => { + it('accepts a valid environment', () => { + const result = validateEnvironment({ + NODE_ENV: 'test', + PORT: '3000', + DATABASE_URL: 'postgresql://velody:velody@localhost:5432/velody?schema=public', + STORAGE_ROOT: '/tmp/velody', + PUBLIC_BASE_URL: 'http://localhost:3000', + DEVICE_BOOTSTRAP_SECRET: 'secret', + MAX_UPLOAD_SIZE_BYTES: '1024', + }); + + expect(result.PORT).toBe(3000); + expect(result.MAX_UPLOAD_SIZE_BYTES).toBe(1024); + }); + + it('throws for missing values', () => { + expect(() => + validateEnvironment({ + NODE_ENV: 'test', + }), + ).toThrow(/Invalid environment configuration/); + }); +}); diff --git a/backend/src/modules/config/environment.ts b/backend/src/modules/config/environment.ts new file mode 100644 index 0000000..f21798b --- /dev/null +++ b/backend/src/modules/config/environment.ts @@ -0,0 +1,65 @@ +import { plainToInstance } from 'class-transformer'; +import { + IsInt, + IsNotEmpty, + IsString, + IsUrl, + Max, + Min, + validateSync, +} from 'class-validator'; + +class EnvironmentVariables { + @IsString() + @IsNotEmpty() + NODE_ENV!: string; + + @IsInt() + @Min(1) + @Max(65535) + PORT!: number; + + @IsString() + @IsNotEmpty() + DATABASE_URL!: string; + + @IsString() + @IsNotEmpty() + STORAGE_ROOT!: string; + + @IsUrl({ + require_tld: false, + require_protocol: true, + }) + PUBLIC_BASE_URL!: string; + + @IsString() + @IsNotEmpty() + DEVICE_BOOTSTRAP_SECRET!: string; + + @IsInt() + @Min(1) + MAX_UPLOAD_SIZE_BYTES!: number; +} + +export function validateEnvironment(config: Record) { + const validated = plainToInstance(EnvironmentVariables, config, { + enableImplicitConversion: true, + }); + + const errors = validateSync(validated, { + skipMissingProperties: false, + }); + + if (errors.length > 0) { + throw new Error( + `Invalid environment configuration: ${errors + .map((error) => Object.values(error.constraints ?? {}).join(', ')) + .join('; ')}`, + ); + } + + return validated; +} + +export type ValidEnvironment = ReturnType; diff --git a/backend/src/modules/devices/devices.controller.ts b/backend/src/modules/devices/devices.controller.ts new file mode 100644 index 0000000..71ffa6a --- /dev/null +++ b/backend/src/modules/devices/devices.controller.ts @@ -0,0 +1,34 @@ +import { Body, Controller, Post } from '@nestjs/common'; +import { ApiCreatedResponse, ApiOkResponse, ApiTags } from '@nestjs/swagger'; +import { + DeviceHeartbeatRequestDto, + DeviceHeartbeatResponseDto, + RegisterDeviceRequestDto, + RegisterDeviceResponseDto, +} from './devices.dto'; +import { DevicesService } from './devices.service'; + +@ApiTags('devices') +@Controller({ + path: 'devices', + version: '1', +}) +export class DevicesController { + constructor(private readonly devicesService: DevicesService) {} + + @Post('register') + @ApiCreatedResponse({ type: RegisterDeviceResponseDto }) + async register( + @Body() body: RegisterDeviceRequestDto, + ): Promise { + return this.devicesService.register(body); + } + + @Post('heartbeat') + @ApiOkResponse({ type: DeviceHeartbeatResponseDto }) + async heartbeat( + @Body() body: DeviceHeartbeatRequestDto, + ): Promise { + return this.devicesService.heartbeat(body); + } +} diff --git a/backend/src/modules/devices/devices.dto.ts b/backend/src/modules/devices/devices.dto.ts new file mode 100644 index 0000000..ed7be69 --- /dev/null +++ b/backend/src/modules/devices/devices.dto.ts @@ -0,0 +1,49 @@ +import { ApiProperty } from '@nestjs/swagger'; +import { DevicePlatform } from '@prisma/client'; +import { IsEnum, IsString, IsUUID, MinLength } from 'class-validator'; + +export class RegisterDeviceRequestDto { + @ApiProperty({ enum: DevicePlatform, example: DevicePlatform.MACOS }) + @IsEnum(DevicePlatform) + platform!: DevicePlatform; + + @ApiProperty({ example: 'Diya MacBook Pro' }) + @IsString() + @MinLength(1) + deviceName!: string; + + @ApiProperty({ example: '0.1.0' }) + @IsString() + @MinLength(1) + appVersion!: string; +} + +export class RegisterDeviceResponseDto { + @ApiProperty({ format: 'uuid' }) + deviceId!: string; + + @ApiProperty() + bootstrapToken!: string; + + @ApiProperty({ example: '2026-05-24T20:00:00.000Z' }) + serverTime!: string; +} + +export class DeviceHeartbeatRequestDto { + @ApiProperty({ format: 'uuid' }) + @IsUUID() + deviceId!: string; + + @ApiProperty({ example: '0.1.0' }) + @IsString() + @MinLength(1) + appVersion!: string; +} + +export class DeviceHeartbeatResponseDto { + @ApiProperty({ example: true }) + ok!: boolean; + + @ApiProperty({ example: '2026-05-24T20:00:00.000Z' }) + serverTime!: string; +} diff --git a/backend/src/modules/devices/devices.module.ts b/backend/src/modules/devices/devices.module.ts new file mode 100644 index 0000000..719416f --- /dev/null +++ b/backend/src/modules/devices/devices.module.ts @@ -0,0 +1,12 @@ +import { Module } from '@nestjs/common'; +import { PrismaModule } from '../../infrastructure/database/prisma.module'; +import { DevicesController } from './devices.controller'; +import { DevicesService } from './devices.service'; + +@Module({ + imports: [PrismaModule], + controllers: [DevicesController], + providers: [DevicesService], + exports: [DevicesService], +}) +export class DevicesModule {} diff --git a/backend/src/modules/devices/devices.service.ts b/backend/src/modules/devices/devices.service.ts new file mode 100644 index 0000000..9fae14b --- /dev/null +++ b/backend/src/modules/devices/devices.service.ts @@ -0,0 +1,64 @@ +import { Injectable, NotFoundException } from '@nestjs/common'; +import { createHash, randomBytes } from 'node:crypto'; +import { PrismaService } from '../../infrastructure/database/prisma.service'; +import { + DeviceHeartbeatRequestDto, + DeviceHeartbeatResponseDto, + RegisterDeviceRequestDto, + RegisterDeviceResponseDto, +} from './devices.dto'; + +@Injectable() +export class DevicesService { + constructor(private readonly prismaService: PrismaService) {} + + async register( + body: RegisterDeviceRequestDto, + ): Promise { + const bootstrapToken = randomBytes(24).toString('hex'); + const installTokenHash = createHash('sha256') + .update(bootstrapToken) + .digest('hex'); + + const device = await this.prismaService.device.create({ + data: { + platform: body.platform, + deviceName: body.deviceName, + appVersion: body.appVersion, + installTokenHash, + lastSeenAt: new Date(), + }, + }); + + return { + deviceId: device.id, + bootstrapToken, + serverTime: new Date().toISOString(), + }; + } + + async heartbeat( + body: DeviceHeartbeatRequestDto, + ): Promise { + const existing = await this.prismaService.device.findUnique({ + where: { id: body.deviceId }, + }); + + if (!existing) { + throw new NotFoundException('Device not found'); + } + + await this.prismaService.device.update({ + where: { id: body.deviceId }, + data: { + appVersion: body.appVersion, + lastSeenAt: new Date(), + }, + }); + + return { + ok: true, + serverTime: new Date().toISOString(), + }; + } +} diff --git a/backend/src/modules/health/health.controller.ts b/backend/src/modules/health/health.controller.ts new file mode 100644 index 0000000..24d5f3a --- /dev/null +++ b/backend/src/modules/health/health.controller.ts @@ -0,0 +1,19 @@ +import { Controller, Get } from '@nestjs/common'; +import { ApiOkResponse, ApiTags } from '@nestjs/swagger'; +import { HealthResponseDto } from './health.dto'; +import { HealthService } from './health.service'; + +@ApiTags('health') +@Controller({ + path: 'health', + version: '1', +}) +export class HealthController { + constructor(private readonly healthService: HealthService) {} + + @Get() + @ApiOkResponse({ type: HealthResponseDto }) + async getHealth(): Promise { + return this.healthService.getHealth(); + } +} diff --git a/backend/src/modules/health/health.dto.ts b/backend/src/modules/health/health.dto.ts new file mode 100644 index 0000000..ba29635 --- /dev/null +++ b/backend/src/modules/health/health.dto.ts @@ -0,0 +1,28 @@ +import { ApiProperty } from '@nestjs/swagger'; + +class HealthDependencyDto { + @ApiProperty({ example: 'up' }) + status!: 'up' | 'down'; +} + +class StorageDependencyDto extends HealthDependencyDto { + @ApiProperty({ example: '/app/runtime/storage' }) + root!: string; +} + +export class HealthResponseDto { + @ApiProperty({ example: 'velody-backend' }) + service!: string; + + @ApiProperty({ example: '0.1.0' }) + version!: string; + + @ApiProperty({ type: HealthDependencyDto }) + database!: HealthDependencyDto; + + @ApiProperty({ type: StorageDependencyDto }) + storage!: StorageDependencyDto; + + @ApiProperty({ example: '2026-05-24T20:00:00.000Z' }) + serverTime!: string; +} diff --git a/backend/src/modules/health/health.module.ts b/backend/src/modules/health/health.module.ts new file mode 100644 index 0000000..3ac585e --- /dev/null +++ b/backend/src/modules/health/health.module.ts @@ -0,0 +1,12 @@ +import { Module } from '@nestjs/common'; +import { PrismaModule } from '../../infrastructure/database/prisma.module'; +import { StorageModule } from '../storage/storage.module'; +import { HealthController } from './health.controller'; +import { HealthService } from './health.service'; + +@Module({ + imports: [PrismaModule, StorageModule], + controllers: [HealthController], + providers: [HealthService], +}) +export class HealthModule {} diff --git a/backend/src/modules/health/health.service.ts b/backend/src/modules/health/health.service.ts new file mode 100644 index 0000000..2d17661 --- /dev/null +++ b/backend/src/modules/health/health.service.ts @@ -0,0 +1,44 @@ +import { Injectable } from '@nestjs/common'; +import { AppConfigService } from '../config/config.service'; +import { PrismaService } from '../../infrastructure/database/prisma.service'; +import { LocalFilesystemStorageService } from '../storage/storage.service'; +import { HealthResponseDto } from './health.dto'; + +@Injectable() +export class HealthService { + constructor( + private readonly configService: AppConfigService, + private readonly prismaService: PrismaService, + private readonly storageService: LocalFilesystemStorageService, + ) {} + + async getHealth(): Promise { + let databaseStatus: 'up' | 'down' = 'up'; + let storageStatus: 'up' | 'down' = 'up'; + + try { + await this.prismaService.$queryRawUnsafe('SELECT 1'); + } catch { + databaseStatus = 'down'; + } + + try { + await this.storageService.checkReadiness(); + } catch { + storageStatus = 'down'; + } + + return { + service: 'velody-backend', + version: this.configService.appVersion, + database: { + status: databaseStatus, + }, + storage: { + status: storageStatus, + root: this.storageService.root, + }, + serverTime: new Date().toISOString(), + }; + } +} diff --git a/backend/src/modules/library/library.module.ts b/backend/src/modules/library/library.module.ts new file mode 100644 index 0000000..b20188d --- /dev/null +++ b/backend/src/modules/library/library.module.ts @@ -0,0 +1,8 @@ +import { Module } from '@nestjs/common'; +import { LibraryService } from './library.service'; + +@Module({ + providers: [LibraryService], + exports: [LibraryService], +}) +export class LibraryModule {} diff --git a/backend/src/modules/library/library.service.ts b/backend/src/modules/library/library.service.ts new file mode 100644 index 0000000..d84389e --- /dev/null +++ b/backend/src/modules/library/library.service.ts @@ -0,0 +1,9 @@ +import { Injectable } from '@nestjs/common'; +import { LibraryTrackDto } from '../sync/sync.dto'; + +@Injectable() +export class LibraryService { + async getBootstrapTracks(): Promise { + return []; + } +} diff --git a/backend/src/modules/storage/storage.module.ts b/backend/src/modules/storage/storage.module.ts new file mode 100644 index 0000000..cb248e3 --- /dev/null +++ b/backend/src/modules/storage/storage.module.ts @@ -0,0 +1,11 @@ +import { Global, Module } from '@nestjs/common'; +import { AppConfigModule } from '../config/config.module'; +import { LocalFilesystemStorageService } from './storage.service'; + +@Global() +@Module({ + imports: [AppConfigModule], + providers: [LocalFilesystemStorageService], + exports: [LocalFilesystemStorageService], +}) +export class StorageModule {} diff --git a/backend/src/modules/storage/storage.service.ts b/backend/src/modules/storage/storage.service.ts new file mode 100644 index 0000000..e022d08 --- /dev/null +++ b/backend/src/modules/storage/storage.service.ts @@ -0,0 +1,40 @@ +import { Injectable } from '@nestjs/common'; +import { mkdir, access } from 'node:fs/promises'; +import { constants } from 'node:fs'; +import { join } from 'node:path'; +import { AppConfigService } from '../config/config.service'; + +export interface StorageStatus { + root: string; + writable: boolean; +} + +@Injectable() +export class LocalFilesystemStorageService { + constructor(private readonly configService: AppConfigService) {} + + get root(): string { + return this.configService.storageRoot; + } + + async checkReadiness(): Promise { + const paths = [ + this.root, + join(this.root, 'incoming'), + join(this.root, 'quarantine'), + join(this.root, 'library', 'audio'), + join(this.root, 'library', 'artwork'), + join(this.root, 'temp'), + ]; + + for (const path of paths) { + await mkdir(path, { recursive: true }); + await access(path, constants.R_OK | constants.W_OK); + } + + return { + root: this.root, + writable: true, + }; + } +} diff --git a/backend/src/modules/sync/sync.controller.ts b/backend/src/modules/sync/sync.controller.ts new file mode 100644 index 0000000..3939579 --- /dev/null +++ b/backend/src/modules/sync/sync.controller.ts @@ -0,0 +1,31 @@ +import { Controller, Get, Query } from '@nestjs/common'; +import { ApiOkResponse, ApiTags } from '@nestjs/swagger'; +import { + SyncBootstrapResponseDto, + SyncChangesQueryDto, + SyncChangesResponseDto, +} from './sync.dto'; +import { SyncService } from './sync.service'; + +@ApiTags('sync') +@Controller({ + path: 'sync', + version: '1', +}) +export class SyncController { + constructor(private readonly syncService: SyncService) {} + + @Get('bootstrap') + @ApiOkResponse({ type: SyncBootstrapResponseDto }) + async bootstrap(): Promise { + return this.syncService.bootstrap(); + } + + @Get('changes') + @ApiOkResponse({ type: SyncChangesResponseDto }) + async changes( + @Query() query: SyncChangesQueryDto, + ): Promise { + return this.syncService.changes(query.after ?? '0'); + } +} diff --git a/backend/src/modules/sync/sync.dto.ts b/backend/src/modules/sync/sync.dto.ts new file mode 100644 index 0000000..f18ad43 --- /dev/null +++ b/backend/src/modules/sync/sync.dto.ts @@ -0,0 +1,54 @@ +import { ApiProperty } from '@nestjs/swagger'; +import { IsOptional, IsString, Matches } from 'class-validator'; + +export class LibraryTrackDto { + @ApiProperty({ format: 'uuid', required: false }) + id?: string; + + @ApiProperty({ example: 'Placeholder Track', required: false }) + title?: string; + + @ApiProperty({ example: 'Velody', required: false }) + artist?: string; +} + +export class SyncEventDto { + @ApiProperty({ example: 'TRACK' }) + entityType!: string; + + @ApiProperty({ format: 'uuid' }) + entityId!: string; + + @ApiProperty({ example: 'CREATED' }) + action!: string; + + @ApiProperty({ example: '0' }) + eventId!: string; +} + +export class SyncBootstrapResponseDto { + @ApiProperty({ example: '0' }) + nextCursor!: string; + + @ApiProperty({ type: [LibraryTrackDto] }) + tracks!: LibraryTrackDto[]; + + @ApiProperty({ type: [SyncEventDto] }) + events!: SyncEventDto[]; + + @ApiProperty({ type: [String] }) + deletedTrackIds!: string[]; + + @ApiProperty({ example: '2026-05-24T20:00:00.000Z' }) + serverTime!: string; +} + +export class SyncChangesQueryDto { + @ApiProperty({ required: false, example: '0' }) + @IsOptional() + @IsString() + @Matches(/^\d+$/) + after?: string; +} + +export class SyncChangesResponseDto extends SyncBootstrapResponseDto {} diff --git a/backend/src/modules/sync/sync.module.ts b/backend/src/modules/sync/sync.module.ts new file mode 100644 index 0000000..6dbfb62 --- /dev/null +++ b/backend/src/modules/sync/sync.module.ts @@ -0,0 +1,12 @@ +import { Module } from '@nestjs/common'; +import { PrismaModule } from '../../infrastructure/database/prisma.module'; +import { LibraryModule } from '../library/library.module'; +import { SyncController } from './sync.controller'; +import { SyncService } from './sync.service'; + +@Module({ + imports: [PrismaModule, LibraryModule], + controllers: [SyncController], + providers: [SyncService], +}) +export class SyncModule {} diff --git a/backend/src/modules/sync/sync.service.ts b/backend/src/modules/sync/sync.service.ts new file mode 100644 index 0000000..b2eed82 --- /dev/null +++ b/backend/src/modules/sync/sync.service.ts @@ -0,0 +1,48 @@ +import { Injectable } from '@nestjs/common'; +import { PrismaService } from '../../infrastructure/database/prisma.service'; +import { LibraryService } from '../library/library.service'; +import { SyncBootstrapResponseDto, SyncChangesResponseDto } from './sync.dto'; + +@Injectable() +export class SyncService { + constructor( + private readonly prismaService: PrismaService, + private readonly libraryService: LibraryService, + ) {} + + async bootstrap(): Promise { + const latestCursor = await this.getLatestCursor(); + + return { + nextCursor: latestCursor, + tracks: await this.libraryService.getBootstrapTracks(), + events: [], + deletedTrackIds: [], + serverTime: new Date().toISOString(), + }; + } + + async changes(after: string): Promise { + const latestCursor = await this.getLatestCursor(); + const normalizedCursor = + BigInt(latestCursor) > BigInt(after) ? latestCursor : after; + + return { + nextCursor: normalizedCursor, + tracks: [], + events: [], + deletedTrackIds: [], + serverTime: new Date().toISOString(), + }; + } + + private async getLatestCursor(): Promise { + const latest = await this.prismaService.libraryEvent.findFirst({ + orderBy: { + id: 'desc', + }, + }); + + return latest?.id.toString() ?? '0'; + } +} diff --git a/backend/src/modules/uploads/uploads.controller.ts b/backend/src/modules/uploads/uploads.controller.ts new file mode 100644 index 0000000..f962f03 --- /dev/null +++ b/backend/src/modules/uploads/uploads.controller.ts @@ -0,0 +1,53 @@ +import { + Body, + Controller, + Get, + NotImplementedException, + Param, + Post, +} from '@nestjs/common'; +import { + ApiCreatedResponse, + ApiOkResponse, + ApiOperation, + ApiTags, +} from '@nestjs/swagger'; +import { + UploadFinalizeResponseDto, + UploadPrepareRequestDto, + UploadPrepareResponseDto, + UploadSessionStatusResponseDto, +} from './uploads.dto'; +import { UploadsService } from './uploads.service'; + +@ApiTags('uploads') +@Controller({ + path: 'uploads', + version: '1', +}) +export class UploadsController { + constructor(private readonly uploadsService: UploadsService) {} + + @Post('prepare') + @ApiCreatedResponse({ type: UploadPrepareResponseDto }) + async prepare( + @Body() body: UploadPrepareRequestDto, + ): Promise { + return this.uploadsService.prepare(body); + } + + @Get(':uploadId') + @ApiOkResponse({ type: UploadSessionStatusResponseDto }) + async getStatus( + @Param('uploadId') uploadId: string, + ): Promise { + return this.uploadsService.getStatus(uploadId); + } + + @Post(':uploadId/finalize') + @ApiOperation({ summary: 'Reserved for the next milestone' }) + @ApiOkResponse({ type: UploadFinalizeResponseDto }) + async finalize(): Promise { + throw new NotImplementedException('Upload finalization is not implemented yet.'); + } +} diff --git a/backend/src/modules/uploads/uploads.dto.ts b/backend/src/modules/uploads/uploads.dto.ts new file mode 100644 index 0000000..0a93d75 --- /dev/null +++ b/backend/src/modules/uploads/uploads.dto.ts @@ -0,0 +1,62 @@ +import { ApiProperty } from '@nestjs/swagger'; +import { UploadSessionStatus } from '@prisma/client'; +import { IsInt, IsString, IsUUID, Matches, Max, Min } from 'class-validator'; + +export class UploadPrepareRequestDto { + @ApiProperty({ format: 'uuid' }) + @IsUUID() + deviceId!: string; + + @ApiProperty({ + example: + 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa', + }) + @Matches(/^[a-f0-9]{64}$/) + sha256!: string; + + @ApiProperty({ example: 'track.mp3' }) + @IsString() + originalFilename!: string; + + @ApiProperty({ example: 10485760 }) + @IsInt() + @Min(1) + @Max(Number.MAX_SAFE_INTEGER) + sizeBytes!: number; +} + +export class UploadPrepareResponseDto { + @ApiProperty({ enum: ['exists', 'upload_required'] }) + status!: 'exists' | 'upload_required'; + + @ApiProperty({ required: false, format: 'uuid' }) + uploadId?: string; + + @ApiProperty({ required: false, example: 0 }) + nextOffset?: number; +} + +export class UploadSessionStatusResponseDto { + @ApiProperty({ format: 'uuid' }) + uploadId!: string; + + @ApiProperty({ enum: UploadSessionStatus }) + status!: UploadSessionStatus; + + @ApiProperty({ example: 0 }) + receivedBytes!: string; + + @ApiProperty({ example: 10485760 }) + expectedSizeBytes!: string; + + @ApiProperty({ example: 0 }) + nextOffset!: string; +} + +export class UploadFinalizeResponseDto { + @ApiProperty({ example: 501 }) + statusCode!: number; + + @ApiProperty({ example: 'Upload finalization is not implemented yet.' }) + message!: string; +} diff --git a/backend/src/modules/uploads/uploads.module.ts b/backend/src/modules/uploads/uploads.module.ts new file mode 100644 index 0000000..4987239 --- /dev/null +++ b/backend/src/modules/uploads/uploads.module.ts @@ -0,0 +1,11 @@ +import { Module } from '@nestjs/common'; +import { PrismaModule } from '../../infrastructure/database/prisma.module'; +import { UploadsController } from './uploads.controller'; +import { UploadsService } from './uploads.service'; + +@Module({ + imports: [PrismaModule], + controllers: [UploadsController], + providers: [UploadsService], +}) +export class UploadsModule {} diff --git a/backend/src/modules/uploads/uploads.service.ts b/backend/src/modules/uploads/uploads.service.ts new file mode 100644 index 0000000..9a82587 --- /dev/null +++ b/backend/src/modules/uploads/uploads.service.ts @@ -0,0 +1,80 @@ +import { + Injectable, + NotFoundException, + UnprocessableEntityException, +} from '@nestjs/common'; +import { join } from 'node:path'; +import { PrismaService } from '../../infrastructure/database/prisma.service'; +import { AppConfigService } from '../config/config.service'; +import { UploadPrepareRequestDto, UploadPrepareResponseDto, UploadSessionStatusResponseDto } from './uploads.dto'; +import { UploadSessionStatus } from '@prisma/client'; + +@Injectable() +export class UploadsService { + constructor( + private readonly prismaService: PrismaService, + private readonly configService: AppConfigService, + ) {} + + async prepare( + body: UploadPrepareRequestDto, + ): Promise { + if (body.sizeBytes > this.configService.maxUploadSizeBytes) { + throw new UnprocessableEntityException('Upload exceeds the configured maximum size.'); + } + + const device = await this.prismaService.device.findUnique({ + where: { id: body.deviceId }, + }); + + if (!device) { + throw new NotFoundException('Device not found'); + } + + const existingAsset = await this.prismaService.audioAsset.findUnique({ + where: { sha256: body.sha256 }, + }); + + if (existingAsset) { + return { + status: 'exists', + }; + } + + const uploadSession = await this.prismaService.uploadSession.create({ + data: { + deviceId: body.deviceId, + expectedSha256: body.sha256, + expectedSizeBytes: BigInt(body.sizeBytes), + receivedBytes: BigInt(0), + tempStoragePath: join('incoming', `${body.sha256}.part`), + status: UploadSessionStatus.READY_TO_UPLOAD, + expiresAt: new Date(Date.now() + 24 * 60 * 60 * 1000), + }, + }); + + return { + status: 'upload_required', + uploadId: uploadSession.id, + nextOffset: 0, + }; + } + + async getStatus(uploadId: string): Promise { + const uploadSession = await this.prismaService.uploadSession.findUnique({ + where: { id: uploadId }, + }); + + if (!uploadSession) { + throw new NotFoundException('Upload session not found'); + } + + return { + uploadId: uploadSession.id, + status: uploadSession.status, + receivedBytes: uploadSession.receivedBytes.toString(), + expectedSizeBytes: uploadSession.expectedSizeBytes.toString(), + nextOffset: uploadSession.receivedBytes.toString(), + }; + } +} diff --git a/backend/test/e2e/app.e2e-spec.ts b/backend/test/e2e/app.e2e-spec.ts new file mode 100644 index 0000000..7046a86 --- /dev/null +++ b/backend/test/e2e/app.e2e-spec.ts @@ -0,0 +1,146 @@ +import { randomUUID } from 'node:crypto'; +import { INestApplication, ValidationPipe, VersioningType } from '@nestjs/common'; +import { Test } from '@nestjs/testing'; +import { AppModule } from '../../src/app.module'; +import { AppConfigService } from '../../src/modules/config/config.service'; +import { DevicesController } from '../../src/modules/devices/devices.controller'; +import { HealthController } from '../../src/modules/health/health.controller'; +import { SyncController } from '../../src/modules/sync/sync.controller'; +import { LocalFilesystemStorageService } from '../../src/modules/storage/storage.service'; +import { PrismaService } from '../../src/infrastructure/database/prisma.service'; + +function createPrismaMock() { + const devices = new Map(); + + return { + $queryRawUnsafe: jest.fn().mockResolvedValue([{ '?column?': 1 }]), + device: { + create: jest.fn().mockImplementation(async ({ data }) => { + const id = randomUUID(); + const record = { id, ...data }; + devices.set(id, record); + return record; + }), + findUnique: jest.fn().mockImplementation(async ({ where }) => { + return devices.get(where.id) ?? null; + }), + update: jest.fn().mockImplementation(async ({ where, data }) => { + const current = devices.get(where.id); + const updated = { ...current, ...data }; + devices.set(where.id, updated); + return updated; + }), + }, + audioAsset: { + findUnique: jest.fn().mockResolvedValue(null), + }, + uploadSession: { + create: jest.fn().mockImplementation(async ({ data }) => { + return { + id: randomUUID(), + ...data, + }; + }), + findUnique: jest.fn().mockResolvedValue(null), + }, + libraryEvent: { + findFirst: jest.fn().mockResolvedValue(null), + }, + }; +} + +describe('Velody API wiring (e2e)', () => { + let app: INestApplication; + let healthController: HealthController; + let devicesController: DevicesController; + let syncController: SyncController; + + beforeEach(async () => { + const prismaMock = createPrismaMock(); + const moduleRef = await Test.createTestingModule({ + imports: [AppModule], + }) + .overrideProvider(AppConfigService) + .useValue({ + appVersion: '0.1.0', + maxUploadSizeBytes: 1024 * 1024 * 1024, + storageRoot: '/tmp/velody-storage', + }) + .overrideProvider(LocalFilesystemStorageService) + .useValue({ + root: '/tmp/velody-storage', + checkReadiness: jest.fn().mockResolvedValue({ + root: '/tmp/velody-storage', + writable: true, + }), + }) + .overrideProvider(PrismaService) + .useValue(prismaMock) + .compile(); + + app = moduleRef.createNestApplication(); + app.setGlobalPrefix('api'); + app.enableVersioning({ type: VersioningType.URI }); + app.useGlobalPipes( + new ValidationPipe({ + whitelist: true, + forbidNonWhitelisted: true, + transform: true, + }), + ); + await app.init(); + + healthController = moduleRef.get(HealthController); + devicesController = moduleRef.get(DevicesController); + syncController = moduleRef.get(SyncController); + }); + + afterEach(async () => { + if (app) { + await app.close(); + } + }); + + it('returns health information', async () => { + const response = await healthController.getHealth(); + + expect(response.database.status).toBe('up'); + expect(response.storage.status).toBe('up'); + expect(response.version).toBe('0.1.0'); + }); + + it('registers a device', async () => { + const response = await devicesController.register({ + platform: 'MACOS', + deviceName: 'Diya MacBook Pro', + appVersion: '0.1.0', + }); + + expect(response.deviceId).toBeDefined(); + expect(response.bootstrapToken).toBeDefined(); + }); + + it('accepts device heartbeat', async () => { + const registerResponse = await devicesController.register({ + platform: 'IPHONE', + deviceName: 'Diya iPhone', + appVersion: '0.1.0', + }); + + const response = await devicesController.heartbeat({ + deviceId: registerResponse.deviceId, + appVersion: '0.1.1', + }); + + expect(response.ok).toBe(true); + }); + + it('returns empty sync bootstrap and changes payloads', async () => { + const bootstrapResponse = await syncController.bootstrap(); + const changesResponse = await syncController.changes({ after: '0' }); + + expect(bootstrapResponse.tracks).toEqual([]); + expect(changesResponse.events).toEqual([]); + expect(changesResponse.nextCursor).toBe('0'); + }); +}); diff --git a/backend/test/jest-e2e.json b/backend/test/jest-e2e.json new file mode 100644 index 0000000..cbe9b48 --- /dev/null +++ b/backend/test/jest-e2e.json @@ -0,0 +1,10 @@ +{ + "moduleFileExtensions": ["js", "json", "ts"], + "rootDir": "..", + "testRegex": ".*\\.e2e-spec\\.ts$", + "setupFiles": ["/test/setup-env.ts"], + "transform": { + "^.+\\.(t|j)s$": "ts-jest" + }, + "testEnvironment": "node" +} diff --git a/backend/test/setup-env.ts b/backend/test/setup-env.ts new file mode 100644 index 0000000..498909a --- /dev/null +++ b/backend/test/setup-env.ts @@ -0,0 +1,15 @@ +import 'reflect-metadata'; + +process.env.NODE_ENV = process.env.NODE_ENV ?? 'test'; +process.env.PORT = process.env.PORT ?? '3001'; +process.env.DATABASE_URL = + process.env.DATABASE_URL ?? + 'postgresql://velody:velody@localhost:5432/velody?schema=public'; +process.env.STORAGE_ROOT = + process.env.STORAGE_ROOT ?? '/tmp/velody-storage'; +process.env.PUBLIC_BASE_URL = + process.env.PUBLIC_BASE_URL ?? 'http://localhost:3000'; +process.env.DEVICE_BOOTSTRAP_SECRET = + process.env.DEVICE_BOOTSTRAP_SECRET ?? 'test-secret'; +process.env.MAX_UPLOAD_SIZE_BYTES = + process.env.MAX_UPLOAD_SIZE_BYTES ?? '1073741824'; diff --git a/backend/tsconfig.build.json b/backend/tsconfig.build.json new file mode 100644 index 0000000..c76dae8 --- /dev/null +++ b/backend/tsconfig.build.json @@ -0,0 +1,12 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "declaration": false, + "sourceMap": true + }, + "exclude": [ + "test", + "scripts", + "**/*.spec.ts" + ] +} diff --git a/backend/tsconfig.json b/backend/tsconfig.json new file mode 100644 index 0000000..89a6dae --- /dev/null +++ b/backend/tsconfig.json @@ -0,0 +1,32 @@ +{ + "compilerOptions": { + "module": "commonjs", + "declaration": true, + "removeComments": false, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "allowSyntheticDefaultImports": true, + "target": "ES2022", + "sourceMap": true, + "outDir": "./dist", + "baseUrl": "./", + "incremental": true, + "skipLibCheck": true, + "strict": true, + "moduleResolution": "node", + "esModuleInterop": true, + "types": [ + "node", + "jest" + ] + }, + "include": [ + "src/**/*.ts", + "test/**/*.ts", + "scripts/**/*.ts" + ], + "exclude": [ + "dist", + "node_modules" + ] +} diff --git a/docs/PROJECT_ENVIRONMENT_ARCHITECTURE.md b/docs/PROJECT_ENVIRONMENT_ARCHITECTURE.md new file mode 100644 index 0000000..ae24e00 --- /dev/null +++ b/docs/PROJECT_ENVIRONMENT_ARCHITECTURE.md @@ -0,0 +1,1761 @@ +# Velody + +## خطة المعمارية وبيئة المشروع + +## Phase 1 + +هذه الوثيقة تغطي فقط: + +- المعمارية الكاملة +- خطة التنفيذ +- هيكل المشروع +- استراتيجيات التخزين والمزامنة +- بيئة التطوير والتشغيل + +ولا تبدأ بتنفيذ التطبيق الكامل. + +## 0. قرارات تأسيسية + +- النظام خاص جدًا لمالك واحد فقط. +- لا يوجد + public multi-user auth + في المرحلة الأولى. +- يوجد حد أدنى من الحماية التقنية بين الأجهزة والخادم عبر + device install token + أو + shared secret + مخزن في + Keychain + بدون بناء نظام حسابات. +- المصدر الحقيقي للمكتبة هو الخادم. +- تطبيق + macOS + هو مصدر الإدخال + ingest source + للملفات. +- تطبيق + iPhone + هو مستهلك للمكتبة مع تنزيل محلي كامل وتشغيل + offline-first + . +- الخلفية الموصى بها هي + modular monolith + باستخدام + NestJS + وليس + microservices + في البداية. +- التخزين الصوتي يكون على قرص + VPS + المحلي، وليس داخل + PostgreSQL + . +- المزامنة بين الأجهزة تبنى على + append-only change log + بدل إعادة تحميل كامل المكتبة كل مرة. + +## 1. نظرة عامة على النظام + +### الهدف العملي + +النظام المطلوب هو مكتبة موسيقى خاصة تعمل كمنظومة شخصية شبيهة بخفة +Spotify +، +لكن بدون تعقيد المستخدمين العامين أو إدارة الحسابات أو المشاركة العامة. + +### النتيجة المعمارية المطلوبة + +1. المستخدم يضع ملفات + MP3 + داخل مجلد مراقب على + macOS + . +2. تطبيق + macOS + يلتقط التغييرات، ينتظر استقرار الملف، يستخرج البيانات الوصفية، ثم يضع الملف في طابور رفع دائم. +3. الخادم يستقبل الملف بشكل قابل للاستئناف، يتحقق من سلامته، يحفظه على القرص، ويسجل بياناته الوصفية في قاعدة البيانات. +4. الخادم يضيف حدثًا جديدًا إلى سجل التغييرات. +5. تطبيق + iPhone + يقرأ التغييرات الجديدة، ينزل الملفات المطلوبة في الخلفية، يتحقق من سلامتها، ويحفظها محليًا للتشغيل بدون إنترنت. + +### التوصية الأساسية + +ابدأ بـ: + +- تطبيقين أصليين + SwiftUI + . +- حزم مشتركة + Swift Package + للمنطق المشترك. +- خادم + Node.js + TypeScript + NestJS + . +- قاعدة + PostgreSQL + . +- تخزين ملفات على قرص + VPS + . +- واجهات + REST API + بإصدار + versioned API + من البداية. + +## 2. مخطط نصي للنظام + +```text + +----------------------+ + | Watched Folder | + | on macOS | + +----------+-----------+ + | + v + +----------------------+ + | FSEvents Watcher | + | + Stability Check | + +----------+-----------+ + | + v + +----------------------+ + | Local Upload Queue | + | + Metadata Extract | + | + SHA-256 Hashing | + +----------+-----------+ + | + v + +----------------------------------------+ + | HTTPS REST API via Nginx | + | music.diyaa.de | + +----------------+-----------------------+ + | + v + +----------------------------------------+ + | NestJS Backend | + | - Upload Sessions | + | - Library Service | + | - Sync Events | + | - Validation / Metadata | + +-----------+----------------------------+ + | + +-------------+-------------+ + | | + v v + +-----------------------+ +---------------------------+ + | PostgreSQL | | VPS File Storage | + | metadata + sync log | | audio/artwork/incoming | + +-----------+-----------+ +-------------+-------------+ + | | + +---------------+---------------+ + | + v + +--------------------------+ + | Sync Changes Endpoint | + +------------+-------------+ + | + v + +--------------------------+ + | iPhone Sync Engine | + | BGTasks + URLSession | + +------------+-------------+ + | + v + +--------------------------+ + | Local Offline Store | + | + Core Data catalog | + | + local audio files | + +------------+-------------+ + | + v + +--------------------------+ + | AVPlayer / AVQueuePlayer | + | background playback | + +--------------------------+ +``` + +## 3. هيكل المشروع الموصى به + +```text +velody/ + apps/ + apple/ + Velody.xcworkspace + VelodyMac/ + VelodyMacApp/ + VelodyMacTests/ + VelodyiPhone/ + VelodyiPhoneApp/ + VelodyiPhoneTests/ + + packages/ + apple/ + VelodyDomain/ + VelodyNetworking/ + VelodyPersistence/ + VelodySync/ + VelodyPlayback/ + VelodyUtilities/ + + backend/ + src/ + main.ts + app.module.ts + modules/ + health/ + config/ + devices/ + library/ + uploads/ + metadata/ + artwork/ + sync/ + storage/ + common/ + dto/ + pipes/ + filters/ + interceptors/ + utils/ + infrastructure/ + database/ + filesystem/ + logging/ + prisma/ + schema.prisma + migrations/ + test/ + integration/ + e2e/ + Dockerfile + package.json + + infra/ + docker/ + compose.local.yml + compose.vps.yml + env/ + backend.env.example + postgres.env.example + nginx/ + music.diyaa.de.conf + scripts/ + deploy.sh + backup-db.sh + backup-storage.sh + + runtime/ + local-dropbox/ + storage/ + logs/ + + docs/ + PROJECT_ENVIRONMENT_ARCHITECTURE.md +``` + +### لماذا هذا الهيكل مناسب + +- يفصل بوضوح بين + Apple apps + و + backend + و + infra + . +- يسمح بمشاركة المنطق الحقيقي فقط بين + macOS + و + iPhone + بدل إجبار واجهات متطابقة. +- يبقي + Docker + وملفات التشغيل منفصلة عن كود التطبيق. +- يسمح بإضافة + widgets + أو + watchOS + أو + CarPlay + لاحقًا بدون إعادة تنظيم جذرية. + +## 4. المعمارية الخلفية الموصى بها + +### الأسلوب العام + +التوصية هي: + +modular monolith + +باستخدام: + +NestJS + +داخل حاوية واحدة في البداية. + +هذا الخيار يعطيك: + +- هيكلة واضحة +- قابلية اختبار أعلى +- سهولة إضافة وحدات مستقبلية +- بساطة تشغيلية أكبر من + microservices + +### الوحدات الأساسية + +#### 1. `HealthModule` + +المسؤولية: + +- فحص الجاهزية +- فحص الاتصال بقاعدة البيانات +- فحص إمكانية الكتابة على التخزين + +#### 2. `ConfigModule` + +المسؤولية: + +- تحميل + environment variables +- التحقق من القيم الإلزامية +- فصل إعدادات + dev / staging / production + +#### 3. `DevicesModule` + +المسؤولية: + +- تسجيل الأجهزة +- حفظ نوع الجهاز وإصداره وآخر نشاط +- إدارة + install token + أو + device secret + +#### 4. `UploadsModule` + +المسؤولية: + +- إنشاء جلسات رفع + resumable upload sessions +- متابعة + offset + الحالي +- استقبال الأجزاء + chunks +- إكمال الرفع أو رفضه + +#### 5. `StorageModule` + +المسؤولية: + +- التعامل مع نظام الملفات +- الكتابة إلى + incoming + ثم النقل إلى التخزين النهائي +- إرجاع + storage keys +- عزل منطق التخزين بحيث يمكن لاحقًا استبداله بـ + S3-compatible storage + دون كسر طبقة الأعمال + +#### 6. `MetadataModule` + +المسؤولية: + +- استخراج بيانات + MP3 + بعد الرفع +- تطبيع الحقول + normalization +- استخراج الغلاف + artwork + إن وجد +- التحقق من مدة الملف وصيغته وخصائصه التقنية + +#### 7. `LibraryModule` + +المسؤولية: + +- إنشاء أو تحديث السجل المنطقي للأغنية +- ربط السجل بالأصل الصوتي + audio asset +- إدارة حالة الحذف المنطقي + soft delete +- دعم الاستعلام عن المكتبة + +#### 8. `ArtworkModule` + +المسؤولية: + +- تخزين الغلاف إن وجد +- إعادة تقديمه للأجهزة +- دعم + caching headers + و + ETag + +#### 9. `SyncModule` + +المسؤولية: + +- تسجيل أحداث التغيير +- تقديم + bootstrap + أولي للمكتبة +- تقديم + incremental sync + للأجهزة + +### ما الذي لا أنصح به الآن + +- لا + Redis + في البداية. +- لا + Kafka + أو + RabbitMQ + . +- لا تقسيم إلى عدة خدمات منفصلة. +- لا + GraphQL + لأن المطلوب بسيط وواضح ويخدمه + REST + بشكل ممتاز. + +## 5. تصميم قاعدة البيانات + +### المبدأ + +افصل بين: + +- الكيان المنطقي للأغنية + track +- الملف الفعلي المخزن + audio asset +- سجل التغييرات + sync events + +هذا يمنع ربط كل شيء مباشرة بالملف نفسه، ويسهل دعم إعادة الترميز، الغلاف، أو تعديلات metadata لاحقًا. + +### الجداول الأساسية + +#### `devices` + +الغرض: + +تعريف كل تثبيت شرعي للتطبيقات. + +أعمدة مقترحة: + +- `id` +- `platform` +- `device_name` +- `app_version` +- `install_token_hash` +- `last_seen_at` +- `created_at` +- `updated_at` + +ملاحظات: + +- لا يمثل مستخدمًا. +- يمثل جهازًا موثوقًا داخل المنظومة الخاصة. + +#### `tracks` + +الغرض: + +التمثيل المنطقي للأغنية داخل المكتبة. + +أعمدة مقترحة: + +- `id` +- `primary_audio_asset_id` +- `artwork_asset_id` +- `title` +- `artist` +- `album` +- `album_artist` +- `genre` +- `disc_number` +- `track_number` +- `year` +- `duration_ms` +- `status` +- `created_at` +- `updated_at` +- `deleted_at` + +ملاحظات: + +- هذا الجدول لا يخزن الملف نفسه. +- هذا هو الكيان الذي ستشير إليه + playlists + و + favorites + و + playback history + لاحقًا. + +#### `audio_assets` + +الغرض: + +وصف الملف الصوتي الفعلي المخزن على الخادم. + +أعمدة مقترحة: + +- `id` +- `track_id` +- `sha256` +- `storage_key` +- `original_filename` +- `mime_type` +- `file_extension` +- `file_size_bytes` +- `bit_rate_kbps` +- `sample_rate_hz` +- `channels` +- `duration_ms` +- `source_device_id` +- `created_at` + +قيود مهمة: + +- `sha256` يجب أن يكون + unique + . +- `storage_key` يجب أن يكون + unique + . + +#### `artwork_assets` + +الغرض: + +تخزين الغلاف المستخرج إن وجد. + +أعمدة مقترحة: + +- `id` +- `sha256` +- `storage_key` +- `mime_type` +- `width` +- `height` +- `file_size_bytes` +- `created_at` + +#### `upload_sessions` + +الغرض: + +تمكين الرفع القابل للاستئناف. + +أعمدة مقترحة: + +- `id` +- `device_id` +- `expected_sha256` +- `expected_size_bytes` +- `received_bytes` +- `temp_storage_path` +- `status` +- `expires_at` +- `created_at` +- `updated_at` + +#### `library_events` + +الغرض: + +تغذية المزامنة التزايدية +incremental sync +بين الخادم والأجهزة. + +أعمدة مقترحة: + +- `id` + من نوع + `bigserial` +- `entity_type` +- `entity_id` +- `action` +- `payload_version` +- `created_at` + +فكرة الجدول: + +- أي إنشاء أو تحديث أو حذف يضيف صفًا جديدًا. +- كل جهاز يحتفظ بآخر + event id + تمت معالجته. +- هذا أبسط وأمتن من إعادة جلب كامل المكتبة كل مرة. + +#### `device_sync_cursors` + +الغرض: + +معرفة آخر نقطة مزامنة لكل جهاز. + +أعمدة مقترحة: + +- `device_id` +- `last_event_id` +- `last_full_sync_at` +- `updated_at` + +### علاقات الجداول + +```text +devices 1 --- n upload_sessions +devices 1 --- 1 device_sync_cursors +tracks 1 --- n audio_assets +tracks 0 --- 1 artwork_assets +tracks 1 --- n library_events +``` + +### جداول مستقبلية بدون كسر التصميم + +- `playlists` +- `playlist_items` +- `favorites` +- `playback_positions` +- `recently_played` +- `device_content_state` + +## 6. معمارية تخزين الملفات + +### مبدأ التخزين + +لا تستخدم اسم الملف الأصلي كمفتاح تخزين فعلي. + +استخدم: + +content-addressed storage + +يعتمد على: + +SHA-256 + +### تخطيط التخزين على +VPS + +```text +/srv/velody/ + data/ + incoming/ + .part + quarantine/ + / + library/ + audio/ + ab/ + cd/ + .mp3 + artwork/ + ef/ + 12/ + .jpg + temp/ + backups/ + postgres/ + storage-manifests/ +``` + +### لماذا التخزين بالهاش أفضل + +- يمنع مشاكل تكرار الأسماء. +- يمنع مشاكل الأحرف الغريبة في أسماء الملفات. +- يجعل التحقق من السلامة أسهل. +- يسهل التبديل لاحقًا إلى تخزين سحابي. +- يحسن تنظيم المجلدات عبر توزيع الملفات على مستويات فرعية. + +### استراتيجية التسمية + +- اسم الملف النهائي يعتمد على + SHA-256 + . +- الامتداد يعتمد على النوع الفعلي المكتشف، وليس على الاسم المرسل فقط. +- الاسم الأصلي يحفظ في قاعدة البيانات لأغراض العرض أو التتبع فقط. + +### استراتيجية الكاش + +#### على الخادم + +- ملفات الصوت النهائية لا تعتبر + cache + بل هي أصل دائم. +- الغلاف يمكن تقديمه مع + `ETag` + و + `Cache-Control` + مناسب. + +#### على +macOS + +- مجلد محلي لطابور الرفع +- قاعدة بيانات محلية لحالة الملفات +- ملفات مؤقتة للتحليل فقط + +#### على +iPhone + +- ملفات الصوت تحمل إلى + `Application Support` +- ملفات الغلاف تحفظ في مسار منفصل +- الملفات المحلية تعامل كمكتبة + offline library + وليست مجرد + streaming cache + +### استراتيجية العمل بدون إنترنت + +- التشغيل يجب أن يتم دائمًا من الملف المحلي المتحقق من سلامته. +- الواجهة تعرض آخر مكتبة معروفة محليًا حتى عند انعدام الشبكة. +- المزامنة لاحقًا تحاول فقط جلب التغييرات الجديدة بعد عودة الاتصال. + +## 7. معمارية المزامنة + +### أ. دورة رفع الملف من +macOS + +1. يصل حدث تغيير من مجلد المراقبة. +2. يدخل الملف إلى مرحلة + debounce + وفحص الاستقرار. +3. إذا بقي الحجم ووقت التعديل ثابتين لعدة ثوانٍ، يعتبر جاهزًا. +4. يستخرج التطبيق بيانات أولية محليًا لتحسين تجربة المستخدم وسرعة التصنيف. +5. يحسب + SHA-256 + عبر + streaming + وليس تحميل الملف كاملًا في الذاكرة. +6. يستعلم عن حالة الملف عبر + `POST /api/v1/uploads/prepare` + . +7. إذا كان الملف موجودًا مسبقًا بنفس الهاش: + لا يعاد رفعه، بل يحدث الربط أو الحالة فقط. +8. إذا لم يكن موجودًا: + ينشئ الخادم + upload session + ويعيد + upload id + و + next offset + . +9. يرفع العميل الملف على أجزاء متسلسلة. +10. عند اكتمال الرفع: + يطلب العميل + finalize + . +11. الخادم يعيد حساب الهاش، ويتحقق من الحجم والصيغة. +12. إذا نجح التحقق: + ينقل الملف من + `incoming` + إلى + `library/audio` + داخل عملية نهائية آمنة. +13. يحدث قاعدة البيانات داخل معاملة + transaction + واحدة. +14. يضاف حدث جديد إلى + `library_events` + . + +### ب. دورة تنزيل الملف إلى +iPhone + +1. التطبيق يحتفظ بآخر + `event_id` + تمت معالجته. +2. عند فتح التطبيق أو تشغيل + background task + يطلب: + `GET /api/v1/sync/changes?after=` +3. يحصل على: + أغاني جديدة، تحديثات، وحذوفات. +4. ينشئ التطبيق مهام تنزيل عبر + background URLSession + . +5. ينزل الملف إلى مسار مؤقت. +6. بعد الاكتمال يتحقق من: + الحجم، الهاش، وربما + ETag + . +7. ينقل الملف نقلاً ذريًا + atomic move + إلى موقعه النهائي. +8. يحدث السجل المحلي وقيمة + sync cursor + . +9. يصبح الملف قابلًا للتشغيل بالكامل بدون اتصال. + +### ج. استراتيجية إعادة المحاولة + +#### في +macOS + +- خزّن طابور الرفع في قاعدة محلية دائمة. +- استخدم + exponential backoff with jitter + . +- مثال عملي: + 1 دقيقة، 5 دقائق، 15 دقيقة، ساعة، 6 ساعات. +- أخطاء + 5xx + و + network errors + تعاد تلقائيًا. +- أخطاء + 4xx + تعامل غالبًا كأخطاء دائمة وتظهر للمستخدم. + +#### في +iPhone + +- التنزيلات الكبيرة تتم عبر + background session + لتفادي توقفها عند انتقال التطبيق للخلفية. +- إذا انقطع التنزيل، يعتمد الاستئناف على دعم الخادم لطلبات + `Range` + وثبات + `ETag` + . + +### د. معالجة التعارضات + +في +Phase 1 +لا يوجد تعارض متعدد المستخدمين عمليًا، لذلك نستخدم قواعد بسيطة وآمنة: + +#### قاعدة الحقيقة + +- الخادم هو المصدر النهائي للمكتبة. +- تطبيق + iPhone + لا يكتب إلى المكتبة في هذه المرحلة. + +#### الملفات المكررة + +- نفس + `sha256` + يعني نفس الأصل الصوتي. +- لا يعاد رفع الملف ولا تنشأ نسخة جديدة افتراضيًا. + +#### نفس المسار المحلي مع ملف جديد + +إذا كان تطبيق +macOS +يربط ذلك المسار سابقًا مع +track +معين ثم تغيرت محتوياته: + +- يرفع الأصل الجديد +- ثم يرسل + `existingTrackId` + في مرحلة الإنهاء +- فيحدث السجل الحالي بدل إنشاء سجل جديد + +هذا يحافظ على تحديث الأغنية نفسها عند تعديل الملف أو إعادة تصديره من نفس المصدر المحلي. + +#### الحذف + +- يفضل في البداية استخدام + soft delete + على الخادم. +- يرسل حدث حذف إلى الأجهزة. +- تطبيق + iPhone + يزيل الملف المحلي عندما لا يكون قيد التشغيل النشط. + +### هـ. كشف التكرار + +المرحلة الأولى: + +- المفتاح الأساسي هو + full-file SHA-256 + . + +ترقية مستقبلية اختيارية: + +- إضافة + audio fingerprint + لتوحيد الملفات المعاد وسمها + re-tagged files + حتى لو تغيرت + ID3 tags + . + +## 8. استراتيجية مراقبة المجلد في +macOS + +### الخيار الأفضل + +استخدم: + +FSEvents + +عبر: + +CoreServices + +### لماذا هذا هو الخيار الصحيح + +- مراقبة مجلدات بشكل + recursive + وبكلفة منخفضة. +- مناسب للمجلدات التي تحتوي عددًا كبيرًا من الملفات. +- أفضل من + DispatchSource + عندما يكون المطلوب مراقبة شجرة مجلدات كاملة. + +### الاستراتيجية العملية + +1. يختار المستخدم مجلد المكتبة عبر + `NSOpenPanel` + . +2. يحفظ التطبيق إذن الوصول كمؤشر دائم: + `security-scoped bookmark` + إذا كان التطبيق + sandboxed + أو تريد أن يبقى جاهزًا للتوزيع الرسمي. +3. يبدأ + `FSEventStream` + على جذر المجلد. +4. الأحداث لا تؤدي مباشرة إلى رفع الملف، بل إلى إعادة فحص ذكية للمسار المتأثر. +5. لا يعالج التطبيق الملف قبل التأكد من استقراره. +6. عند تشغيل التطبيق أول مرة أو بعد انقطاع طويل، ينفذ + full reconciliation scan + للمجلد كاملًا. + +### اعتبارات الاعتمادية + +- تعامل مع حالات + event coalescing + و + dropped events + بإعادة مسح المسارات المتأثرة. +- إذا ظهر علم مثل: + `MustScanSubDirs` + أو تغير جذر المجلد، نفذ مسحًا كاملًا. +- تجاهل الملفات المخفية والمؤقتة مثل: + `.part` + و + `.tmp` + . +- اعتمد على قاعدة محلية تسجل آخر + hash / mtime / size + معروف لكل ملف. + +### اعتبارات الأداء + +- لا تحسب الهاش لكل الملفات في كل حدث. +- استخدم مرحلتين: + فحص سريع + `mtime + size` + ثم + hashing + عند الحاجة فقط. +- اجعل الرفع منفصلًا عن خيط + watcher + نفسه. +- حد أقصى لعدد عمليات الرفع المتزامنة. + +## 9. استراتيجية التخزين والعمل بدون إنترنت في +iPhone + +### التخزين المحلي + +الموصى به: + +- قاعدة بيانات محلية + Core Data + للكتالوج والحالة +- ملفات الصوت داخل + `Application Support` +- ملفات الغلاف داخل مسار منفصل + +### لماذا +Core Data +هنا + +- ناضج جدًا +- يدعم + migrations + بوضوح +- يعمل جيدًا مع مهام الخلفية +- مناسب أكثر من حلول أخف عندما تكون الأولوية للاستقرار طويل الأمد + +### أفضل الممارسات + +- لا تحفظ الملفات في + `Documents` + إلا إذا أردت إظهارها للمستخدم كملفات. +- استبعد ملفات الموسيقى من النسخ الاحتياطي السحابي إذا كانت قابلة لإعادة التنزيل: + `isExcludedFromBackup` + . +- لا تشغل من الملف المؤقت. +- شغّل فقط من الملف النهائي المتحقق من سلامته. + +### مزامنة الخلفية + +استخدم: + +- `BGAppRefreshTask` + لفحص تغييرات خفيفة +- `BGProcessingTask` + لتنزيلات أكبر أو إعادة التحقق الدوري +- `URLSessionConfiguration.background(withIdentifier:)` + للتنزيلات الفعلية + +### معمارية التشغيل الصوتي + +استخدم: + +- `AVPlayer` + للتشغيل الفردي +- `AVQueuePlayer` + للطوابير المستقبلية +- `AVAudioSession` + بفئة + `.playback` +- `MediaPlayer` + لدعم شاشة القفل وأوامر الوسائط + +### سلوك التشغيل بدون إنترنت + +- بمجرد اكتمال تنزيل الملف والتحقق منه، يصبح التشغيل مستقلًا عن الشبكة تمامًا. +- الاحتفاظ بمسار الملف المحلي في السجل المحلي. +- الاحتفاظ بآخر موضع تشغيل محليًا تمهيدًا لمزامنته لاحقًا. + +## 10. معمارية +API + +### الاستراتيجية العامة + +- استخدم + URI versioning + من البداية. +- المسار الأساسي: + `/api/v1` +- لا تخلط بين مسارات الإدارة، الرفع، والمزامنة. + +### بنية المسارات المقترحة + +#### صحة النظام + +- `GET /api/v1/health` + +#### الأجهزة + +- `POST /api/v1/devices/register` +- `POST /api/v1/devices/heartbeat` + +#### الرفع + +- `POST /api/v1/uploads/prepare` +- `GET /api/v1/uploads/:uploadId` +- `PATCH /api/v1/uploads/:uploadId` +- `POST /api/v1/uploads/:uploadId/finalize` + +#### المكتبة + +- `GET /api/v1/tracks` +- `GET /api/v1/tracks/:trackId` +- `GET /api/v1/tracks/:trackId/file` +- `GET /api/v1/artwork/:artworkId` + +#### المزامنة + +- `GET /api/v1/sync/bootstrap` +- `GET /api/v1/sync/changes` + +### استراتيجية الرفع + +لا أوصي في هذه المنظومة الخاصة بأن تبدأ بـ +multipart single-shot upload +فقط، لأن شرط الاستئناف مهم. + +الأفضل: + +- إنشاء جلسة رفع +- رفع متسلسل على أجزاء +- استعلام عن + current offset +- إنهاء نهائي مع تحقق + +### استراتيجية metadata + +- التطبيق على + macOS + يمكنه إرسال metadata أولية. +- الخادم يجب أن يعيد استخراجها أو يتحقق منها بعد اكتمال الرفع. +- metadata النهائية المعتمدة يجب أن تكون من الخادم. + +### استجابة المزامنة + +يجب أن تعيد واجهة المزامنة: + +- قائمة الأحداث الجديدة +- السجلات الكاملة المتأثرة +- الحذوفات كـ + tombstones +- آخر + `event_id` + جديد ليحفظه العميل + +### التوثيق + +استخدم: + +OpenAPI / Swagger + +من البداية لتثبيت العقد +API contract +بين التطبيقات والخادم. + +## 11. معمارية +Docker + +### محليًا + +الخدمات المطلوبة: + +- `api` +- `postgres` +- `nginx` + اختياري للمطابقة مع الإنتاج + +### في +VPS + +التوصية العملية: + +- شغّل + `api` + و + `postgres` + عبر + Docker Compose + . +- شغّل + Nginx + على المضيف + host + مباشرة لسهولة إدارة + TLS + و + Let's Encrypt + . + +هذا أكثر بساطة تشغيلية من حشر كل شيء داخل الحاويات في هذه المرحلة. + +### الحاويات + +#### `api` + +- صورة + Node.js + إنتاجية +- يربط مجلد التخزين الدائم +- يستمع داخليًا على منفذ خاص مثل + `3000` + +#### `postgres` + +- حاوية + PostgreSQL +- بدون تعريض المنفذ للعالم الخارجي +- فقط على الشبكة الداخلية + +### الأحجام +volumes + +#### محليًا + +- حجم أو + bind mount + لبيانات + PostgreSQL +- مجلد محلي لاختبار تخزين + MP3 + +#### إنتاجيًا + +- `postgres_data` +- ربط: + `/srv/velody/data` + إلى داخل الحاوية + +### الشبكات + +- شبكة داخلية مثل: + `velody_internal` +- قاعدة البيانات غير مكشوفة خارجيًا +- واجهة + API + لا تتعرض مباشرة للإنترنت +- المضيف فقط هو من يمرر الطلبات عبر + Nginx + +### استراتيجية النشر على +VPS + +1. بناء صورة الخادم +2. رفع الصورة أو بناؤها على الخادم +3. تشغيل + `docker compose up -d` +4. تمرير + Nginx + إلى + `127.0.0.1:` +5. تفعيل + HTTPS + عبر + Let's Encrypt + +### ما الذي يجب إضافته تشغيليًا + +- نسخة احتياطية لقاعدة البيانات +- نسخة احتياطية لتخزين الملفات +- فحص + healthcheck + دوري +- سجلات منظمة + structured logs + +## 12. المكتبات والأدوات الموصى بها + +### في تطبيقات +SwiftUI + +#### الواجهة والحالة + +- `SwiftUI` +- `Observation` +- `async/await` + +#### الشبكات + +- `URLSession` +- `URLSessionConfiguration.background` + +#### التخزين المحلي + +- `Core Data` + +#### الصوت + +- `AVFoundation` +- `AVPlayer` +- `AVQueuePlayer` +- `MediaPlayer` + +#### مهام الخلفية + +- `BackgroundTasks` + +#### مراقبة المجلد في +macOS + +- `FSEvents` + عبر + `CoreServices` + +#### استخراج metadata والغلاف في +Apple side + +- `AVFoundation` +- `AVAsset.commonMetadata` + +### في الخلفية +Backend + +#### الإطار الأساسي + +- `NestJS` + +#### الوصول إلى قاعدة البيانات + +- `Prisma ORM` + +#### التحقق من الطلبات + +- `ValidationPipe` +- `class-validator` + +#### رفع الملفات + +- `@nestjs/platform-express` +- `multer` + من خلال تكامل + NestJS + +#### التحقق من نوع الملف + +- `file-type` + +#### استخراج +MP3 metadata + +- `music-metadata` + +#### التشفير والتحقق + +- مكتبة + `crypto` + المدمجة في + Node.js + +#### التوثيق + +- `@nestjs/swagger` + +### أدوات الاختبار + +- `XCTest` + لتطبيقات + Apple +- `Jest` + أو + `Vitest` + للخلفية +- اختبارات + e2e + لواجهات + API + +## 13. اعتبارات الأمان + +حتى بدون نظام حسابات، لا ينبغي ترك النظام مكشوفًا بلا حماية. + +### الحد الأدنى المطلوب + +- `HTTPS only` +- عدم كشف + PostgreSQL + للعالم الخارجي +- عدم كشف منفذ الخادم مباشرة إن أمكن +- السماح بالوصول عبر + Nginx + فقط + +### حماية الوصول + +- استخدم + install token + أو + shared secret + لكل تطبيق مثبت +- خزنه داخل + Keychain + على + Apple platforms +- خزن على الخادم فقط + hash + للرمز وليس الرمز الخام + +### حماية الرفع + +- تحقق من الحجم المتوقع +- تحقق من + SHA-256 +- تحقق من النوع الفعلي + magic bytes + وليس + MIME + المعلن فقط +- ارفض أي ملف ليس + MP3 + في المرحلة الأولى +- انقل الملفات المشبوهة إلى + quarantine + +### حماية الملفات + +- لا تستخدم المسارات المرسلة من العميل مباشرة على نظام الملفات +- لا تقدم الملفات من أسماء المستخدم الأصلية +- لا تسمح + path traversal + +### حماية البيانات + +- استخدم مستخدم قاعدة بيانات بصلاحيات محددة +- افصل أسرار البيئة عن المستودع +- فعّل نسخًا احتياطية دورية +- راقب امتلاء القرص لأن التخزين الصوتي هو نقطة الفشل الأكثر واقعية + +## 14. اعتبارات القابلية للتوسع + +### ما الذي يجعل هذا التصميم قابلًا للنمو + +#### 1. فصل +track +عن +asset + +يسمح لاحقًا بإضافة: + +- صيغ متعددة +- نسخ منخفضة الجودة +- نسخ + lossless +- معاينات + +#### 2. وجود +library_events + +يسمح لاحقًا بـ: + +- مزامنة أسرع +- عدة أجهزة +- متابعة + continue listening +- مزامنة موجهة بالتغييرات بدل الفحص الكامل + +#### 3. طبقة +StorageModule + +تسمح لاحقًا بنقل التخزين من قرص +VPS +إلى تخزين كائني +object storage +بدون كسر +API +أو منطق الأعمال. + +#### 4. طبقة +DevicesModule + +تعطيك طريقًا نظيفًا لإضافة: + +- أكثر من + iPhone +- أكثر من + Mac +- مزامنة متعددة الأجهزة + +#### 5. بنية +NestJS modules + +تسمح بإضافة: + +- `playlists` +- `favorites` +- `search` +- `playback history` +- `lyrics` + +كوحدات مستقلة نسبيًا. + +### ما الذي لا يحتاج توسعة مبكرة + +- لا تحتاج + CDN + الآن. +- لا تحتاج + message broker + الآن. +- لا تحتاج + sharding + أو + distributed workers + الآن. + +## 15. خارطة طريق تنفيذية على مراحل + +## Phase 1 + +الهدف: + +تثبيت المعمارية، البيئة، العقود، والهيكل. + +يشمل: + +- إنشاء المستودع وهيكله +- تجهيز + Xcode workspace +- تجهيز + NestJS + الأساسي +- تجهيز + Docker Compose +- تصميم قاعدة البيانات +- تعريف + API contracts +- توثيق كامل للمشروع + +الناتج: + +مرجع معماري واضح وقابل للتنفيذ. + +## Phase 2 + +الهدف: + +بناء الأساس الخلفي القابل للاختبار. + +يشمل: + +- إنشاء الخادم + NestJS +- ربط + PostgreSQL +- بناء + Prisma schema +- إنشاء وحدات: + `health`, `devices`, `uploads`, `storage`, `library`, `sync` +- تنفيذ رفع قابل للاستئناف +- حفظ ملفات + MP3 + على القرص +- بناء + sync events + +الناتج: + +خادم عامل محليًا مع مسار رفع وتخزين حقيقي. + +## Phase 3 + +الهدف: + +بناء تطبيق +macOS +كمصدر إدخال موثوق. + +يشمل: + +- اختيار مجلد المراقبة +- حفظ + security-scoped bookmark +- بناء + FSEvents watcher +- بناء طابور رفع دائم +- استخراج + metadata + والغلاف +- ربط الملف بـ + existingTrackId + عند التعديل من نفس المصدر المحلي + +الناتج: + +رفع تلقائي مستقر من +macOS +إلى الخادم. + +## Phase 4 + +الهدف: + +بناء تطبيق +iPhone +بمكتبة محلية وتشغيل بدون إنترنت. + +يشمل: + +- شاشة مكتبة محلية +- مزامنة أولية + bootstrap sync +- مزامنة تزايدية +- تنزيلات خلفية +- تخزين محلي دائم +- تشغيل + AVPlayer + في الخلفية + +الناتج: + +تطبيق +iPhone +يعمل كمشغل موسيقى محلي متصل بالخادم عند الحاجة فقط. + +## Phase 5 + +الهدف: + +التقسية التشغيلية +hardening +. + +يشمل: + +- تحسين الاستئناف +- تحسين إعادة المحاولة +- تسجيلات منظمة +- مراقبة السعة +- نسخ احتياطية +- إدارة الحذف والمزامنة الدقيقة +- اختبارات + e2e + +## Phase 6 + +الهدف: + +إضافة ميزات المنتج الأساسية. + +يشمل: + +- `playlists` +- `favorites` +- `search` +- `shuffle / repeat` +- `recently played` +- `continue listening` +- مزامنة مواضع التشغيل + +## Phase 7 + +الهدف: + +توسعة المنظومة بدون إعادة كتابة الأساس. + +يشمل: + +- `CarPlay` +- `Apple Watch` +- أكثر من جهاز لكل نوع +- مكتبات مشتركة مستقبلًا +- نظام صلاحيات حقيقي إذا لزم لاحقًا + +## 16. بيئة التطوير والتشغيل المقترحة + +### محليًا + +#### تطبيقات +Apple + +- `Xcode` +- `Swift 5.9+` +- `SwiftUI` +- `iOS Simulator` + +#### الخلفية + +- `Node.js 20+` + ويفضل اعتماد إصدار + LTS + موحد في الفريق +- `npm` + أو + `pnpm` +- `Docker Desktop` +- `PostgreSQL` + داخل + Docker + +#### مسارات محلية مفيدة + +```text +runtime/local-dropbox/ -> مجلد إسقاط MP3 للتجربة +runtime/storage/ -> تخزين ملفات backend محليًا +runtime/logs/ -> سجلات التطوير +``` + +### إنتاجيًا على +VPS + +- `Debian 12` +- `Docker Engine` +- `Docker Compose plugin` +- `PostgreSQL` +- حاوية + backend +- تخزين محلي على القرص +- `Nginx` +- `Let's Encrypt` +- نطاق مثل: + `music.diyaa.de` + +### متغيرات بيئة أساسية + +```text +NODE_ENV=production +PORT=3000 +DATABASE_URL=postgresql://... +STORAGE_ROOT=/srv/velody/data +PUBLIC_BASE_URL=https://music.diyaa.de +DEVICE_BOOTSTRAP_SECRET=... +MAX_UPLOAD_SIZE_BYTES=... +``` + +## 17. توصية ختامية + +إذا كان الهدف هو بناء منظومة شخصية قوية، بسيطة، وتعيش طويلًا بدون إعادة كتابة لاحقًا، فهذه هي أفضل نقطة انطلاق عملية: + +- `SwiftUI` native apps +- `NestJS` modular monolith +- `PostgreSQL` للبيانات الوصفية +- تخزين ملفات على قرص `VPS` +- مزامنة مبنية على `library_events` +- رفع قابل للاستئناف من `macOS` +- تنزيلات خلفية وتخزين محلي كامل على `iPhone` + +هذه البنية ليست مبالغًا فيها، لكنها أيضًا ليست مؤقتة أو هشة. هي مناسبة جدًا لمنتج خاص يشبه +Spotify +من حيث الإحساس، لكن بدون تعقيد بنية خدمة عامة. + +## 18. مراجع رسمية مفيدة + +- Apple + `FSEvents` + https://developer.apple.com/library/archive/documentation/Darwin/Conceptual/FSEvents_ProgGuide/UsingtheFSEventsFramework/UsingtheFSEventsFramework.html +- Apple + `BackgroundTasks` + https://developer.apple.com/documentation/uikit/using-background-tasks-to-update-your-app +- Apple + `URLSession background transfers` + https://developer.apple.com/documentation/foundation/urlsessionconfiguration/1407496-background +- Apple + `AVAudioSession` + https://developer.apple.com/documentation/avfaudio/avaudiosession +- Apple + `AVPlayer` + https://developer.apple.com/documentation/avfoundation/avplayer +- Apple + `AVQueuePlayer` + https://developer.apple.com/documentation/avfoundation/avqueueplayer +- Apple + `Core Data` + https://developer.apple.com/documentation/coredata +- Apple + `macOS App Sandbox and security-scoped bookmarks` + https://developer.apple.com/documentation/security/app_sandbox/accessing_files_from_the_macos_app_sandbox +- NestJS + `Modules` + https://docs.nestjs.com/modules +- NestJS + `Validation` + https://docs.nestjs.com/techniques/validation +- NestJS + `File upload` + https://docs.nestjs.com/techniques/file-upload +- NestJS + `Versioning` + https://docs.nestjs.com/techniques/versioning +- NestJS + `OpenAPI` + https://docs.nestjs.com/openapi/introduction +- Prisma + https://www.prisma.io/docs +- Docker Compose + https://docs.docker.com/compose/ +- Docker networks + https://docs.docker.com/compose/how-tos/networking/ +- Docker volumes + https://docs.docker.com/reference/compose-file/volumes/ +- PostgreSQL + https://www.postgresql.org/docs/ +- PostgreSQL + `pgcrypto` + https://www.postgresql.org/docs/16/pgcrypto.html +- `music-metadata` + https://github.com/Borewit/music-metadata +- `file-type` + https://github.com/sindresorhus/file-type diff --git a/infra/docker/compose.local.yml b/infra/docker/compose.local.yml new file mode 100644 index 0000000..aa3c26a --- /dev/null +++ b/infra/docker/compose.local.yml @@ -0,0 +1,33 @@ +services: + postgres: + image: postgres:16-alpine + restart: unless-stopped + env_file: + - ../docker/env/postgres.env.example + ports: + - "5432:5432" + volumes: + - postgres_data:/var/lib/postgresql/data + healthcheck: + test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"] + interval: 5s + timeout: 5s + retries: 10 + + api: + build: + context: ../../ + dockerfile: backend/Dockerfile + restart: unless-stopped + env_file: + - ../docker/env/backend.env.example + ports: + - "3000:3000" + depends_on: + postgres: + condition: service_healthy + volumes: + - ../../runtime:/app/runtime + +volumes: + postgres_data: diff --git a/infra/docker/env/backend.env.example b/infra/docker/env/backend.env.example new file mode 100644 index 0000000..18d5aaf --- /dev/null +++ b/infra/docker/env/backend.env.example @@ -0,0 +1,7 @@ +NODE_ENV=development +PORT=3000 +DATABASE_URL=postgresql://velody:velody@postgres:5432/velody?schema=public +STORAGE_ROOT=/app/runtime/storage +PUBLIC_BASE_URL=http://localhost:3000 +DEVICE_BOOTSTRAP_SECRET=replace-me +MAX_UPLOAD_SIZE_BYTES=524288000 diff --git a/infra/docker/env/postgres.env.example b/infra/docker/env/postgres.env.example new file mode 100644 index 0000000..5f0bcfc --- /dev/null +++ b/infra/docker/env/postgres.env.example @@ -0,0 +1,3 @@ +POSTGRES_DB=velody +POSTGRES_USER=velody +POSTGRES_PASSWORD=velody diff --git a/infra/nginx/music.diyaa.de.conf b/infra/nginx/music.diyaa.de.conf new file mode 100644 index 0000000..471cf38 --- /dev/null +++ b/infra/nginx/music.diyaa.de.conf @@ -0,0 +1,13 @@ +server { + listen 80; + server_name music.diyaa.de; + + location / { + proxy_pass http://127.0.0.1:3000; + proxy_http_version 1.1; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + } +} diff --git a/infra/scripts/backup-db.sh b/infra/scripts/backup-db.sh new file mode 100755 index 0000000..bc7d906 --- /dev/null +++ b/infra/scripts/backup-db.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +echo "Database backup script placeholder." diff --git a/infra/scripts/backup-storage.sh b/infra/scripts/backup-storage.sh new file mode 100755 index 0000000..44553a7 --- /dev/null +++ b/infra/scripts/backup-storage.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +echo "Storage backup script placeholder." diff --git a/infra/scripts/deploy.sh b/infra/scripts/deploy.sh new file mode 100755 index 0000000..8fd9a7f --- /dev/null +++ b/infra/scripts/deploy.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -euo pipefail + +echo "Deployment script placeholder for a future VPS rollout." diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm new file mode 100644 index 0000000..6a3a944 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm new file mode 100644 index 0000000..ab9ec13 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm new file mode 100644 index 0000000..5bc772c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm new file mode 100644 index 0000000..86b5460 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm new file mode 100644 index 0000000..d772619 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm new file mode 100644 index 0000000..d3b6ced Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm new file mode 100644 index 0000000..218b5d4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm new file mode 100644 index 0000000..3137d97 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm new file mode 100644 index 0000000..cb2cc72 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm new file mode 100644 index 0000000..9379435 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm new file mode 100644 index 0000000..3794b65 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..6873b88 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm new file mode 100644 index 0000000..2326bd1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..a1a4234 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..7cfc95e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..99168d5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..c51989f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..c65d30c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..7d6cd17 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..dcc6910 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..b9bc35e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..d5a0011 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..dcdbde1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm new file mode 100644 index 0000000..8fdd18e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..93152fb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm new file mode 100644 index 0000000..22574e9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm new file mode 100644 index 0000000..dfd6ffe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm new file mode 100644 index 0000000..b69f3af Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..f0e86d1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..762ec8a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..1d5c5af Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..f6a8b3c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..f1937eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule new file mode 100644 index 0000000..0d212ac --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 491412 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule new file mode 100644 index 0000000..ec8012b --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule @@ -0,0 +1,68 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405610000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 179160 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule new file mode 100644 index 0000000..d8914c0 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule @@ -0,0 +1,36 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 77504 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule new file mode 100644 index 0000000..95ebaec --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule @@ -0,0 +1,64 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405605000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 210900 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule new file mode 100644 index 0000000..34a0aba --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule @@ -0,0 +1,100 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405644000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 3785860 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1772776850000000000 + path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes' + size: 162 + sdk_relative: true + - mtime: 1772253432000000000 + path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes' + size: 81098 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true + - mtime: 1776564811000000000 + path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1155103 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule new file mode 100644 index 0000000..c0fdeb6 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405613000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30136 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule new file mode 100644 index 0000000..a2a4108 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule @@ -0,0 +1,52 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405587000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 50836 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule new file mode 100644 index 0000000..748ae1f --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule @@ -0,0 +1,44 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405589000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30876 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule new file mode 100644 index 0000000..1432dc9 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule @@ -0,0 +1,12 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405569000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 15012500 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule new file mode 100644 index 0000000..de1fb4a --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 18524 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559148000000000 + path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1411 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule new file mode 100644 index 0000000..3596a85 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 401660 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule new file mode 100644 index 0000000..83acb25 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405609000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 117716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule new file mode 100644 index 0000000..fbe57da --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule new file mode 100644 index 0000000..a57816b --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 748656 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule new file mode 100644 index 0000000..197735f --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405578000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 92188 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule new file mode 100644 index 0000000..698d567 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule @@ -0,0 +1,24 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405579000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23256 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule new file mode 100644 index 0000000..824fb22 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule @@ -0,0 +1,28 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405580000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 20564 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule new file mode 100644 index 0000000..8634693 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405576000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 84172 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc new file mode 100644 index 0000000..dd8a684 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule new file mode 100644 index 0000000..40239ba Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo new file mode 100644 index 0000000..87b0926 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d new file mode 100644 index 0000000..7f4498a --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o new file mode 100644 index 0000000..dde9a1d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps new file mode 100644 index 0000000..89526ee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d new file mode 100644 index 0000000..ac087c4 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h new file mode 100644 index 0000000..fefd13b --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYDOMAIN_SWIFT_H +#define VELODYDOMAIN_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap new file mode 100644 index 0000000..7f66c14 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyDomain { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h" +} diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json new file mode 100644 index 0000000..0cfbbce --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia" + } +} diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors new file mode 100644 index 0000000..9231254 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources new file mode 100644 index 0000000..7727965 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/description.json b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..b35fa6d --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,223 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 new file mode 100644 index 0000000..d8de0d0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A new file mode 100644 index 0000000..9dc6451 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C new file mode 100644 index 0000000..2d7bd3c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I new file mode 100644 index 0000000..4131c00 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S new file mode 100644 index 0000000..70eaab4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I new file mode 100644 index 0000000..ae9b5e5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X new file mode 100644 index 0000000..9f59f70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 new file mode 100644 index 0000000..9a6aac6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E new file mode 100644 index 0000000..9f42e38 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V new file mode 100644 index 0000000..52d7cd9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 new file mode 100644 index 0000000..e86e3e7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K new file mode 100644 index 0000000..f002fd2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q new file mode 100644 index 0000000..14232cb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 new file mode 100644 index 0000000..a019c73 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 new file mode 100644 index 0000000..621ff54 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 new file mode 100644 index 0000000..bf13889 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O new file mode 100644 index 0000000..e905484 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V new file mode 100644 index 0000000..92afd17 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O new file mode 100644 index 0000000..70c93b0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N new file mode 100644 index 0000000..9b7055a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X new file mode 100644 index 0000000..0e845c5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 new file mode 100644 index 0000000..0a9bd9a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 new file mode 100644 index 0000000..31d87a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E new file mode 100644 index 0000000..b0e5156 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X new file mode 100644 index 0000000..1cacce4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R new file mode 100644 index 0000000..5fcfa30 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 new file mode 100644 index 0000000..262ba18 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 new file mode 100644 index 0000000..5861624 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 new file mode 100644 index 0000000..b4dbd3f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 new file mode 100644 index 0000000..f9b4d06 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N new file mode 100644 index 0000000..54b874c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 new file mode 100644 index 0000000..e9ee484 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD new file mode 100644 index 0000000..06e7645 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG new file mode 100644 index 0000000..14543cf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG new file mode 100644 index 0000000..717c3b1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO new file mode 100644 index 0000000..a4228c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ new file mode 100644 index 0000000..ab82173 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT new file mode 100644 index 0000000..d250f5b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW new file mode 100644 index 0000000..d66edef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 new file mode 100644 index 0000000..18b1c54 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA new file mode 100644 index 0000000..de2efa3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS new file mode 100644 index 0000000..1f05727 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 new file mode 100644 index 0000000..e8551d6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 new file mode 100644 index 0000000..06eee31 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX new file mode 100644 index 0000000..ce3fbfb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY new file mode 100644 index 0000000..cf36aae Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 new file mode 100644 index 0000000..17871d5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG new file mode 100644 index 0000000..bd2c21b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH new file mode 100644 index 0000000..1311245 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL new file mode 100644 index 0000000..210cec5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET new file mode 100644 index 0000000..eea6ca3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 new file mode 100644 index 0000000..8e6eccb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 new file mode 100644 index 0000000..76e8da3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 new file mode 100644 index 0000000..bbc9666 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA new file mode 100644 index 0000000..738e4d2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE new file mode 100644 index 0000000..2ca274e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK new file mode 100644 index 0000000..7101aaa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW new file mode 100644 index 0000000..43bf864 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ new file mode 100644 index 0000000..c9eeaf2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 new file mode 100644 index 0000000..33aaa89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF new file mode 100644 index 0000000..3a10808 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 new file mode 100644 index 0000000..66a6b05 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG new file mode 100644 index 0000000..a81ece2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP new file mode 100644 index 0000000..f014ff2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS new file mode 100644 index 0000000..24e5639 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT new file mode 100644 index 0000000..fcda57f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 new file mode 100644 index 0000000..bb18797 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX new file mode 100644 index 0000000..e17ca97 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 new file mode 100644 index 0000000..84e81a8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA new file mode 100644 index 0000000..acb3f2a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA new file mode 100644 index 0000000..8b3c16b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 new file mode 100644 index 0000000..d4f0220 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO new file mode 100644 index 0000000..3853c6d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 new file mode 100644 index 0000000..f97f215 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF new file mode 100644 index 0000000..320deee Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH new file mode 100644 index 0000000..e727fa3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ new file mode 100644 index 0000000..8c729c2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW new file mode 100644 index 0000000..f8ac640 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 new file mode 100644 index 0000000..af7fe2c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ new file mode 100644 index 0000000..1245aea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ new file mode 100644 index 0000000..860b836 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 new file mode 100644 index 0000000..6a82d6a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH new file mode 100644 index 0000000..0f0b4e7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP new file mode 100644 index 0000000..e4db422 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 new file mode 100644 index 0000000..8d39233 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA new file mode 100644 index 0000000..7077d63 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE new file mode 100644 index 0000000..4ce52eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR new file mode 100644 index 0000000..1c13152 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA new file mode 100644 index 0000000..f2b4835 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF new file mode 100644 index 0000000..39337eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF new file mode 100644 index 0000000..1db2467 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH new file mode 100644 index 0000000..d936087 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP new file mode 100644 index 0000000..cefb4e6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ new file mode 100644 index 0000000..c13baa9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV new file mode 100644 index 0000000..5d51994 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 new file mode 100644 index 0000000..a210c18 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 new file mode 100644 index 0000000..c7c1146 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB new file mode 100644 index 0000000..cbee880 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC new file mode 100644 index 0000000..0f6e627 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM new file mode 100644 index 0000000..98a7eea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 new file mode 100644 index 0000000..a65162c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 new file mode 100644 index 0000000..7338a3a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA new file mode 100644 index 0000000..26a428a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB new file mode 100644 index 0000000..ff2f313 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC new file mode 100644 index 0000000..6e9ce82 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF new file mode 100644 index 0000000..b683d45 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV new file mode 100644 index 0000000..28fb61c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX new file mode 100644 index 0000000..fe906b3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN new file mode 100644 index 0000000..b7aef16 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO new file mode 100644 index 0000000..9445b63 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV new file mode 100644 index 0000000..31b9890 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM new file mode 100644 index 0000000..c64bd83 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO new file mode 100644 index 0000000..8896cfe Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 new file mode 100644 index 0000000..9e9ff6e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF new file mode 100644 index 0000000..cc8e14e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG new file mode 100644 index 0000000..c4040c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM new file mode 100644 index 0000000..bc09720 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV new file mode 100644 index 0000000..e5b0e2a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW new file mode 100644 index 0000000..d146012 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 new file mode 100644 index 0000000..7b6e0be Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO new file mode 100644 index 0000000..617bcdf Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR new file mode 100644 index 0000000..f04f995 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ new file mode 100644 index 0000000..44a6435 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1L7S5F2WM8YQZ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1L7S5F2WM8YQZ new file mode 100644 index 0000000..f241d31 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1L7S5F2WM8YQZ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-FLZLEK85BKL b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-FLZLEK85BKL new file mode 100644 index 0000000..4c20a3e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-FLZLEK85BKL differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-ICMO3R2MSCV4 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-ICMO3R2MSCV4 new file mode 100644 index 0000000..09a5b4e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-ICMO3R2MSCV4 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-13098BJMCYIXO b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-13098BJMCYIXO new file mode 100644 index 0000000..f7f6182 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-13098BJMCYIXO differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2RCTVQ4WQ9E27 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2RCTVQ4WQ9E27 new file mode 100644 index 0000000..575b5cd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2RCTVQ4WQ9E27 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-2MQEQS0A23NBK b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-2MQEQS0A23NBK new file mode 100644 index 0000000..26bd7eb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-2MQEQS0A23NBK differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-ECC8XMVUK0PI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-ECC8XMVUK0PI new file mode 100644 index 0000000..08ef7cc Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-ECC8XMVUK0PI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-1XGKQ33LBPDAQ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-1XGKQ33LBPDAQ new file mode 100644 index 0000000..3442323 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-1XGKQ33LBPDAQ differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3042EQ4M67KR6 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3042EQ4M67KR6 new file mode 100644 index 0000000..f999e8b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3042EQ4M67KR6 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1L9M9JSVXVEVX b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1L9M9JSVXVEVX new file mode 100644 index 0000000..adeed06 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1L9M9JSVXVEVX differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-2LZTXM7CJL8U2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-2LZTXM7CJL8U2 new file mode 100644 index 0000000..e63102e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-2LZTXM7CJL8U2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3KWLPWPD0CVEA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3KWLPWPD0CVEA new file mode 100644 index 0000000..6150615 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3KWLPWPD0CVEA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-19MTBOJ3ZCEZ8 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-19MTBOJ3ZCEZ8 new file mode 100644 index 0000000..75ad5cd Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-19MTBOJ3ZCEZ8 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-307821A1XFK3Y b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-307821A1XFK3Y new file mode 100644 index 0000000..15def6a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-307821A1XFK3Y differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-29VDBQDRGCZYP b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-29VDBQDRGCZYP new file mode 100644 index 0000000..a81cf4d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-29VDBQDRGCZYP differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3U410J9DLKXDI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3U410J9DLKXDI new file mode 100644 index 0000000..d043fff Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3U410J9DLKXDI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-1RVYJA1KOOVDI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-1RVYJA1KOOVDI new file mode 100644 index 0000000..949f8aa Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-1RVYJA1KOOVDI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-78YHO4WWFS85 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-78YHO4WWFS85 new file mode 100644 index 0000000..9cce607 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-78YHO4WWFS85 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-196F5W6KNK8VR b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-196F5W6KNK8VR new file mode 100644 index 0000000..072d0e2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-196F5W6KNK8VR differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-NNW307QRRR1H b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-NNW307QRRR1H new file mode 100644 index 0000000..0ae20bb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-NNW307QRRR1H differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2JL500M36ILD5 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2JL500M36ILD5 new file mode 100644 index 0000000..7a4bb98 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2JL500M36ILD5 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-6ZGZ5OGYAOY0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-6ZGZ5OGYAOY0 new file mode 100644 index 0000000..3db477a Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-6ZGZ5OGYAOY0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-UTWB186W1UIS b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-UTWB186W1UIS new file mode 100644 index 0000000..f395bd4 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-UTWB186W1UIS differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2FVMNX8H1KE2K b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2FVMNX8H1KE2K new file mode 100644 index 0000000..170486c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2FVMNX8H1KE2K differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-3SZ538YLSR7L2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-3SZ538YLSR7L2 new file mode 100644 index 0000000..35c9e92 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-3SZ538YLSR7L2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 new file mode 100644 index 0000000..0dbc06e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM new file mode 100644 index 0000000..646f8e9 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 new file mode 100644 index 0000000..7e3f2ec Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 new file mode 100644 index 0000000..ea6f67c Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G new file mode 100644 index 0000000..615e517 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA new file mode 100644 index 0000000..55f712b Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC new file mode 100644 index 0000000..29d6c55 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 new file mode 100644 index 0000000..f17f4d2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 new file mode 100644 index 0000000..977aeeb Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 new file mode 100644 index 0000000..f8fabe1 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND new file mode 100644 index 0000000..7d77de0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V new file mode 100644 index 0000000..f858166 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC new file mode 100644 index 0000000..1fae0d6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 new file mode 100644 index 0000000..e2dcab0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF new file mode 100644 index 0000000..29bfe72 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-2JY9OLKLK4PF2 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-2JY9OLKLK4PF2 new file mode 100644 index 0000000..58d51f6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-2JY9OLKLK4PF2 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-2QUH0GSPTRKJ0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-2QUH0GSPTRKJ0 new file mode 100644 index 0000000..44bfe2e Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-2QUH0GSPTRKJ0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3CPHZN8J5CHCA b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3CPHZN8J5CHCA new file mode 100644 index 0000000..d1fa780 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3CPHZN8J5CHCA differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1TTIXRZ05PYB0 b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1TTIXRZ05PYB0 new file mode 100644 index 0000000..5c09dde Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1TTIXRZ05PYB0 differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-BDBGUHZDRHPI b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-BDBGUHZDRHPI new file mode 100644 index 0000000..5c364b0 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-BDBGUHZDRHPI differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-C1QGNXO8ET4Z b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-C1QGNXO8ET4Z new file mode 100644 index 0000000..4cf3dc2 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-C1QGNXO8ET4Z differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-6J6QXZIRKBND b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-6J6QXZIRKBND new file mode 100644 index 0000000..270d850 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-6J6QXZIRKBND differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3UBK9SNAGLG4F b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3UBK9SNAGLG4F new file mode 100644 index 0000000..b5aa1b6 Binary files /dev/null and b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3UBK9SNAGLG4F differ diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..b35fa6d --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,223 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt new file mode 100644 index 0000000..caf9e2b --- /dev/null +++ b/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.2 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +Target: arm64-apple-macosx26.0 diff --git a/packages/apple/VelodyDomain/.build/build.db b/packages/apple/VelodyDomain/.build/build.db new file mode 100644 index 0000000..44e8e2d Binary files /dev/null and b/packages/apple/VelodyDomain/.build/build.db differ diff --git a/packages/apple/VelodyDomain/.build/debug b/packages/apple/VelodyDomain/.build/debug new file mode 120000 index 0000000..9733fca --- /dev/null +++ b/packages/apple/VelodyDomain/.build/debug @@ -0,0 +1 @@ +arm64-apple-macosx/debug \ No newline at end of file diff --git a/packages/apple/VelodyDomain/.build/debug.yaml b/packages/apple/VelodyDomain/.build/debug.yaml new file mode 100644 index 0000000..5511850 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/debug.yaml @@ -0,0 +1,47 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyDomain/.build/plugin-tools.yaml b/packages/apple/VelodyDomain/.build/plugin-tools.yaml new file mode 100644 index 0000000..5511850 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/plugin-tools.yaml @@ -0,0 +1,47 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyDomain/.build/workspace-state.json b/packages/apple/VelodyDomain/.build/workspace-state.json new file mode 100644 index 0000000..7c0cb06 --- /dev/null +++ b/packages/apple/VelodyDomain/.build/workspace-state.json @@ -0,0 +1,14 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/packages/apple/VelodyDomain/Package.swift b/packages/apple/VelodyDomain/Package.swift new file mode 100644 index 0000000..5cfdb9d --- /dev/null +++ b/packages/apple/VelodyDomain/Package.swift @@ -0,0 +1,21 @@ +// swift-tools-version: 5.9 +import PackageDescription + +let package = Package( + name: "VelodyDomain", + platforms: [ + .iOS(.v17), + .macOS(.v14), + ], + products: [ + .library( + name: "VelodyDomain", + targets: ["VelodyDomain"] + ), + ], + targets: [ + .target( + name: "VelodyDomain" + ), + ] +) diff --git a/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift b/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift new file mode 100644 index 0000000..aa61068 --- /dev/null +++ b/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift @@ -0,0 +1,62 @@ +import Foundation + +public enum DevicePlatform: String, Codable, Sendable, CaseIterable { + case macos = "MACOS" + case iphone = "IPHONE" +} + +public struct LibraryTrack: Identifiable, Codable, Hashable, Sendable { + public let id: UUID + public var title: String + public var artist: String + public var album: String? + + public init( + id: UUID = UUID(), + title: String, + artist: String, + album: String? = nil + ) { + self.id = id + self.title = title + self.artist = artist + self.album = album + } +} + +public struct DeviceRegistrationPayload: Codable, Hashable, Sendable { + public var platform: DevicePlatform + public var deviceName: String + public var appVersion: String + + public init( + platform: DevicePlatform, + deviceName: String, + appVersion: String + ) { + self.platform = platform + self.deviceName = deviceName + self.appVersion = appVersion + } +} + +public struct SyncCursor: Codable, Hashable, Sendable { + public var value: String + + public init(value: String = "0") { + self.value = value + } +} + +public struct ServerEnvironment: Codable, Hashable, Sendable { + public var baseURL: URL + public var appVersion: String + + public init( + baseURL: URL, + appVersion: String + ) { + self.baseURL = baseURL + self.appVersion = appVersion + } +} diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm new file mode 100644 index 0000000..7ebba58 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm new file mode 100644 index 0000000..4ec68cd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm new file mode 100644 index 0000000..a169cdd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm new file mode 100644 index 0000000..7c3ed49 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm new file mode 100644 index 0000000..7f73b57 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm new file mode 100644 index 0000000..2c8b96f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm new file mode 100644 index 0000000..396be7c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm new file mode 100644 index 0000000..7653f35 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm new file mode 100644 index 0000000..e57da9e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm new file mode 100644 index 0000000..8f3a87b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm new file mode 100644 index 0000000..dd3d13f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..632d2bd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm new file mode 100644 index 0000000..b43039a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..0987a17 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..78d7591 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..51892ad Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..d109f46 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..4b0b700 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..22eca3b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..7e548bf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..64ba594 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..3705318 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..6282681 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm new file mode 100644 index 0000000..1d03eed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..70d3176 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm new file mode 100644 index 0000000..1776af3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm new file mode 100644 index 0000000..444b382 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm new file mode 100644 index 0000000..0cfbcd7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..60c4f53 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..0d662a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..f2b87d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..5ff3219 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..31eba22 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule new file mode 100644 index 0000000..0d212ac --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 491412 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule new file mode 100644 index 0000000..ec8012b --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule @@ -0,0 +1,68 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405610000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 179160 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule new file mode 100644 index 0000000..d8914c0 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule @@ -0,0 +1,36 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 77504 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule new file mode 100644 index 0000000..95ebaec --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule @@ -0,0 +1,64 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405605000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 210900 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule new file mode 100644 index 0000000..34a0aba --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule @@ -0,0 +1,100 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405644000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 3785860 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1772776850000000000 + path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes' + size: 162 + sdk_relative: true + - mtime: 1772253432000000000 + path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes' + size: 81098 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true + - mtime: 1776564811000000000 + path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1155103 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule new file mode 100644 index 0000000..c0fdeb6 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405613000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30136 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule new file mode 100644 index 0000000..a2a4108 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule @@ -0,0 +1,52 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405587000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 50836 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule new file mode 100644 index 0000000..748ae1f --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule @@ -0,0 +1,44 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405589000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30876 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule new file mode 100644 index 0000000..1432dc9 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule @@ -0,0 +1,12 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405569000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 15012500 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule new file mode 100644 index 0000000..de1fb4a --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 18524 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559148000000000 + path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1411 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule new file mode 100644 index 0000000..3596a85 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 401660 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule new file mode 100644 index 0000000..83acb25 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405609000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 117716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule new file mode 100644 index 0000000..fbe57da --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule new file mode 100644 index 0000000..a57816b --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 748656 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule new file mode 100644 index 0000000..197735f --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405578000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 92188 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule new file mode 100644 index 0000000..698d567 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule @@ -0,0 +1,24 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405579000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23256 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule new file mode 100644 index 0000000..824fb22 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule @@ -0,0 +1,28 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405580000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 20564 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule new file mode 100644 index 0000000..8634693 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405576000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 84172 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp new file mode 100644 index 0000000..e69de29 diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc new file mode 100644 index 0000000..dd8a684 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule new file mode 100644 index 0000000..40239ba Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo new file mode 100644 index 0000000..87b0926 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc new file mode 100644 index 0000000..8bd7d53 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule new file mode 100644 index 0000000..7bad56c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo new file mode 100644 index 0000000..08ea4c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d new file mode 100644 index 0000000..c6f2c91 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o new file mode 100644 index 0000000..b560ec5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps new file mode 100644 index 0000000..2052134 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d new file mode 100644 index 0000000..10002d3 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h new file mode 100644 index 0000000..fefd13b --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYDOMAIN_SWIFT_H +#define VELODYDOMAIN_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap new file mode 100644 index 0000000..e1ec2c3 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyDomain { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h" +} diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json new file mode 100644 index 0000000..3304bcc --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia" + } +} diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors new file mode 100644 index 0000000..311e49d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources new file mode 100644 index 0000000..7727965 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d new file mode 100644 index 0000000..d221be4 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o new file mode 100644 index 0000000..9d10dda Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps new file mode 100644 index 0000000..2fb982c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d new file mode 100644 index 0000000..05c961b --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h new file mode 100644 index 0000000..24bcdd5 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYNETWORKING_SWIFT_H +#define VELODYNETWORKING_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyNetworking",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyNetworking",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap new file mode 100644 index 0000000..c53f3e5 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyNetworking { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h" +} diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json new file mode 100644 index 0000000..a4fdc7d --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia" + } +} diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors new file mode 100644 index 0000000..c008992 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources new file mode 100644 index 0000000..8fefcd2 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/description.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..0e67ef9 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,395 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyNetworking-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyNetworking", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyNetworking" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyNetworking", + "-package-name", + "velodynetworking", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyNetworking" : [ + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 new file mode 100644 index 0000000..d8de0d0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A new file mode 100644 index 0000000..9dc6451 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C new file mode 100644 index 0000000..2d7bd3c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I new file mode 100644 index 0000000..4131c00 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S new file mode 100644 index 0000000..70eaab4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I new file mode 100644 index 0000000..ae9b5e5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X new file mode 100644 index 0000000..9f59f70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 new file mode 100644 index 0000000..9a6aac6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E new file mode 100644 index 0000000..9f42e38 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V new file mode 100644 index 0000000..52d7cd9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 new file mode 100644 index 0000000..e86e3e7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K new file mode 100644 index 0000000..f002fd2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q new file mode 100644 index 0000000..14232cb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 new file mode 100644 index 0000000..a019c73 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 new file mode 100644 index 0000000..621ff54 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 new file mode 100644 index 0000000..bf13889 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O new file mode 100644 index 0000000..e905484 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V new file mode 100644 index 0000000..92afd17 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O new file mode 100644 index 0000000..70c93b0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N new file mode 100644 index 0000000..9b7055a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X new file mode 100644 index 0000000..0e845c5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 new file mode 100644 index 0000000..0a9bd9a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 new file mode 100644 index 0000000..31d87a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E new file mode 100644 index 0000000..b0e5156 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X new file mode 100644 index 0000000..1cacce4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R new file mode 100644 index 0000000..5fcfa30 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 new file mode 100644 index 0000000..262ba18 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 new file mode 100644 index 0000000..5861624 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 new file mode 100644 index 0000000..b4dbd3f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 new file mode 100644 index 0000000..f9b4d06 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N new file mode 100644 index 0000000..54b874c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 new file mode 100644 index 0000000..e9ee484 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD new file mode 100644 index 0000000..06e7645 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG new file mode 100644 index 0000000..14543cf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG new file mode 100644 index 0000000..717c3b1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO new file mode 100644 index 0000000..a4228c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ new file mode 100644 index 0000000..ab82173 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT new file mode 100644 index 0000000..d250f5b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW new file mode 100644 index 0000000..d66edef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 new file mode 100644 index 0000000..18b1c54 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA new file mode 100644 index 0000000..de2efa3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS new file mode 100644 index 0000000..1f05727 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 new file mode 100644 index 0000000..e8551d6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 new file mode 100644 index 0000000..06eee31 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX new file mode 100644 index 0000000..ce3fbfb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY new file mode 100644 index 0000000..cf36aae Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 new file mode 100644 index 0000000..17871d5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG new file mode 100644 index 0000000..bd2c21b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH new file mode 100644 index 0000000..1311245 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL new file mode 100644 index 0000000..210cec5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET new file mode 100644 index 0000000..eea6ca3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 new file mode 100644 index 0000000..8e6eccb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 new file mode 100644 index 0000000..76e8da3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 new file mode 100644 index 0000000..bbc9666 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA new file mode 100644 index 0000000..738e4d2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE new file mode 100644 index 0000000..2ca274e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK new file mode 100644 index 0000000..7101aaa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW new file mode 100644 index 0000000..43bf864 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ new file mode 100644 index 0000000..c9eeaf2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 new file mode 100644 index 0000000..33aaa89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF new file mode 100644 index 0000000..3a10808 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 new file mode 100644 index 0000000..66a6b05 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG new file mode 100644 index 0000000..a81ece2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP new file mode 100644 index 0000000..f014ff2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS new file mode 100644 index 0000000..24e5639 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT new file mode 100644 index 0000000..fcda57f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 new file mode 100644 index 0000000..bb18797 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX new file mode 100644 index 0000000..e17ca97 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 new file mode 100644 index 0000000..84e81a8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA new file mode 100644 index 0000000..acb3f2a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA new file mode 100644 index 0000000..8b3c16b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 new file mode 100644 index 0000000..d4f0220 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO new file mode 100644 index 0000000..3853c6d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 new file mode 100644 index 0000000..f97f215 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF new file mode 100644 index 0000000..320deee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH new file mode 100644 index 0000000..e727fa3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ new file mode 100644 index 0000000..8c729c2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW new file mode 100644 index 0000000..f8ac640 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 new file mode 100644 index 0000000..af7fe2c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ new file mode 100644 index 0000000..1245aea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL new file mode 100644 index 0000000..58fe59b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ new file mode 100644 index 0000000..860b836 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 new file mode 100644 index 0000000..6a82d6a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH new file mode 100644 index 0000000..0f0b4e7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP new file mode 100644 index 0000000..e4db422 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 new file mode 100644 index 0000000..8d39233 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA new file mode 100644 index 0000000..7077d63 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE new file mode 100644 index 0000000..4ce52eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR new file mode 100644 index 0000000..1c13152 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA new file mode 100644 index 0000000..f2b4835 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF new file mode 100644 index 0000000..39337eb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF new file mode 100644 index 0000000..1db2467 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH new file mode 100644 index 0000000..d936087 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP new file mode 100644 index 0000000..cefb4e6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ new file mode 100644 index 0000000..c13baa9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV new file mode 100644 index 0000000..5d51994 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 new file mode 100644 index 0000000..a210c18 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 new file mode 100644 index 0000000..c7c1146 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB new file mode 100644 index 0000000..cbee880 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC new file mode 100644 index 0000000..0f6e627 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM new file mode 100644 index 0000000..98a7eea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 new file mode 100644 index 0000000..a65162c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 new file mode 100644 index 0000000..7338a3a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA new file mode 100644 index 0000000..26a428a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB new file mode 100644 index 0000000..ff2f313 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC new file mode 100644 index 0000000..6e9ce82 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF new file mode 100644 index 0000000..b683d45 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV new file mode 100644 index 0000000..28fb61c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX new file mode 100644 index 0000000..fe906b3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN new file mode 100644 index 0000000..b7aef16 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO new file mode 100644 index 0000000..9445b63 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV new file mode 100644 index 0000000..31b9890 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM new file mode 100644 index 0000000..c64bd83 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO new file mode 100644 index 0000000..8896cfe Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 new file mode 100644 index 0000000..9e9ff6e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF new file mode 100644 index 0000000..cc8e14e Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG new file mode 100644 index 0000000..c4040c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM new file mode 100644 index 0000000..bc09720 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV new file mode 100644 index 0000000..e5b0e2a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW new file mode 100644 index 0000000..d146012 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 new file mode 100644 index 0000000..7b6e0be Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO new file mode 100644 index 0000000..617bcdf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR new file mode 100644 index 0000000..f04f995 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ new file mode 100644 index 0000000..44a6435 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-29181R6HA7OTI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-29181R6HA7OTI new file mode 100644 index 0000000..164eaf9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-29181R6HA7OTI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2RMF9UCDIJOU7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2RMF9UCDIJOU7 new file mode 100644 index 0000000..939dae1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2RMF9UCDIJOU7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1FOUKGXTF8V0M b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1FOUKGXTF8V0M new file mode 100644 index 0000000..616ffd6 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1FOUKGXTF8V0M differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-18Z9Y5X4A3GH4 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-18Z9Y5X4A3GH4 new file mode 100644 index 0000000..9f677f1 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-18Z9Y5X4A3GH4 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-WNLEBHMIVDYU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-WNLEBHMIVDYU new file mode 100644 index 0000000..90ee0ee Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-WNLEBHMIVDYU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1GE51UWMQSOMT b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1GE51UWMQSOMT new file mode 100644 index 0000000..54e4913 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1GE51UWMQSOMT differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-11EQ04HD32R5L b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-11EQ04HD32R5L new file mode 100644 index 0000000..8eb0f69 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-11EQ04HD32R5L differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-3Q4C1NVVKY162 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-3Q4C1NVVKY162 new file mode 100644 index 0000000..88e6493 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-3Q4C1NVVKY162 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-1ZRF617ELNGDP b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-1ZRF617ELNGDP new file mode 100644 index 0000000..f6a3721 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-1ZRF617ELNGDP differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-154FU9NOO0YUK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-154FU9NOO0YUK new file mode 100644 index 0000000..9986545 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-154FU9NOO0YUK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-VUTKAQS03FZD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-VUTKAQS03FZD new file mode 100644 index 0000000..744c48b Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-VUTKAQS03FZD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3DZVKIW740LFU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3DZVKIW740LFU new file mode 100644 index 0000000..f24cb60 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3DZVKIW740LFU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-CVZ1QZS5N734 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-CVZ1QZS5N734 new file mode 100644 index 0000000..aa4ee30 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-CVZ1QZS5N734 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3LUXICBM13HON b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3LUXICBM13HON new file mode 100644 index 0000000..c3d6b09 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-3LUXICBM13HON differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-16CAY5YED3N5K b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-16CAY5YED3N5K new file mode 100644 index 0000000..c1fd083 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-16CAY5YED3N5K differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-K2GKBSMZ8RHS b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-K2GKBSMZ8RHS new file mode 100644 index 0000000..28c1300 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-K2GKBSMZ8RHS differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-MG6TWPNA0BNI b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-MG6TWPNA0BNI new file mode 100644 index 0000000..9db9a43 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-MG6TWPNA0BNI differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-3NECAWRUFIBXD b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-3NECAWRUFIBXD new file mode 100644 index 0000000..4cf1753 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-3NECAWRUFIBXD differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-NQJMKB5LWY5N b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-NQJMKB5LWY5N new file mode 100644 index 0000000..47e234c Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-NQJMKB5LWY5N differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-AHAT7FJMUXHW b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-AHAT7FJMUXHW new file mode 100644 index 0000000..f2cb467 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-AHAT7FJMUXHW differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2NMP0K29BC64D b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2NMP0K29BC64D new file mode 100644 index 0000000..34fb683 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2NMP0K29BC64D differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2QZKE2TT5M8SZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2QZKE2TT5M8SZ new file mode 100644 index 0000000..3b9dc5f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2QZKE2TT5M8SZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-Q9KS01AYXEKB b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-Q9KS01AYXEKB new file mode 100644 index 0000000..89612d3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-Q9KS01AYXEKB differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-11U83NW7QS53T b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-11U83NW7QS53T new file mode 100644 index 0000000..5b3ee99 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-11U83NW7QS53T differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-CJES216VUA8E b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-CJES216VUA8E new file mode 100644 index 0000000..d5077ff Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-CJES216VUA8E differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1I6SXX359ZCD0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1I6SXX359ZCD0 new file mode 100644 index 0000000..9b16f70 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1I6SXX359ZCD0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 new file mode 100644 index 0000000..f9d38a9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM new file mode 100644 index 0000000..05b01ae Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 new file mode 100644 index 0000000..f70235d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 new file mode 100644 index 0000000..0d62774 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G new file mode 100644 index 0000000..7c0a5b0 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA new file mode 100644 index 0000000..25795dc Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC new file mode 100644 index 0000000..be2274f Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 new file mode 100644 index 0000000..b66ee52 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 new file mode 100644 index 0000000..8019d69 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 new file mode 100644 index 0000000..aa8ddc9 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND new file mode 100644 index 0000000..e5e48e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V new file mode 100644 index 0000000..92d83e8 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC new file mode 100644 index 0000000..dd09e99 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 new file mode 100644 index 0000000..9370b76 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF new file mode 100644 index 0000000..208d596 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-NHMUEBBELHRU b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-NHMUEBBELHRU new file mode 100644 index 0000000..95c246d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-NHMUEBBELHRU differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3L84H8WBYCZG0 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3L84H8WBYCZG0 new file mode 100644 index 0000000..3098c9d Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3L84H8WBYCZG0 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-22L5TPXW0X2N8 b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-22L5TPXW0X2N8 new file mode 100644 index 0000000..d4145cf Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-22L5TPXW0X2N8 differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2GSMWFDO373DK b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2GSMWFDO373DK new file mode 100644 index 0000000..78c19ce Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2GSMWFDO373DK differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1SY93T1X0OITZ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1SY93T1X0OITZ new file mode 100644 index 0000000..79b22b7 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1SY93T1X0OITZ differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-11RYKF7G6UKLY b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-11RYKF7G6UKLY new file mode 100644 index 0000000..3e7251a Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-11RYKF7G6UKLY differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3P4ZEAY0WG5LL b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3P4ZEAY0WG5LL new file mode 100644 index 0000000..b1c4ae3 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3P4ZEAY0WG5LL differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1APNWDFLDZB3A b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1APNWDFLDZB3A new file mode 100644 index 0000000..91f2b28 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1APNWDFLDZB3A differ diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..0e67ef9 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,395 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyNetworking-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyNetworking", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyNetworking" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyNetworking", + "-package-name", + "velodynetworking", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyNetworking" : [ + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt new file mode 100644 index 0000000..caf9e2b --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.2 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +Target: arm64-apple-macosx26.0 diff --git a/packages/apple/VelodyNetworking/.build/build.db b/packages/apple/VelodyNetworking/.build/build.db new file mode 100644 index 0000000..dfb4c17 Binary files /dev/null and b/packages/apple/VelodyNetworking/.build/build.db differ diff --git a/packages/apple/VelodyNetworking/.build/debug b/packages/apple/VelodyNetworking/.build/debug new file mode 120000 index 0000000..9733fca --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/debug @@ -0,0 +1 @@ +arm64-apple-macosx/debug \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/.build/debug.yaml b/packages/apple/VelodyNetworking/.build/debug.yaml new file mode 100644 index 0000000..a812081 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/debug.yaml @@ -0,0 +1,66 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyNetworking-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyNetworking-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + description: "Compiling Swift Module 'VelodyNetworking' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyNetworking","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodynetworking"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyNetworking/.build/plugin-tools.yaml b/packages/apple/VelodyNetworking/.build/plugin-tools.yaml new file mode 100644 index 0000000..a812081 --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/plugin-tools.yaml @@ -0,0 +1,66 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyNetworking-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyNetworking-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + description: "Compiling Swift Module 'VelodyNetworking' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyNetworking","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodynetworking"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyNetworking/.build/workspace-state.json b/packages/apple/VelodyNetworking/.build/workspace-state.json new file mode 100644 index 0000000..68d11ce --- /dev/null +++ b/packages/apple/VelodyNetworking/.build/workspace-state.json @@ -0,0 +1,27 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + { + "basedOn" : null, + "packageRef" : { + "identity" : "velodydomain", + "kind" : "fileSystem", + "location" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain", + "name" : "VelodyDomain" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain" + }, + "subpath" : "velodydomain" + } + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/packages/apple/VelodyNetworking/Package.swift b/packages/apple/VelodyNetworking/Package.swift new file mode 100644 index 0000000..28bc4df --- /dev/null +++ b/packages/apple/VelodyNetworking/Package.swift @@ -0,0 +1,25 @@ +// swift-tools-version: 5.9 +import PackageDescription + +let package = Package( + name: "VelodyNetworking", + platforms: [ + .iOS(.v17), + .macOS(.v14), + ], + products: [ + .library( + name: "VelodyNetworking", + targets: ["VelodyNetworking"] + ), + ], + dependencies: [ + .package(path: "../VelodyDomain"), + ], + targets: [ + .target( + name: "VelodyNetworking", + dependencies: ["VelodyDomain"] + ), + ] +) diff --git a/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift b/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift new file mode 100644 index 0000000..5a3b4e2 --- /dev/null +++ b/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift @@ -0,0 +1,35 @@ +import Foundation +import VelodyDomain + +public struct HealthStatusSummary: Hashable, Sendable { + public var databaseStatus: String + public var storageStatus: String + + public init( + databaseStatus: String, + storageStatus: String + ) { + self.databaseStatus = databaseStatus + self.storageStatus = storageStatus + } +} + +public protocol VelodyAPIClient: Sendable { + func fetchHealthStatus() async throws -> HealthStatusSummary +} + +public struct StubVelodyAPIClient: VelodyAPIClient { + public let environment: ServerEnvironment + + public init(environment: ServerEnvironment) { + self.environment = environment + } + + public func fetchHealthStatus() async throws -> HealthStatusSummary { + _ = environment + return HealthStatusSummary( + databaseStatus: "placeholder", + storageStatus: "placeholder" + ) + } +} diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm new file mode 100644 index 0000000..6e5f162 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm new file mode 100644 index 0000000..44db115 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm new file mode 100644 index 0000000..b6a0add Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm new file mode 100644 index 0000000..f0b4477 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm new file mode 100644 index 0000000..5b41450 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm new file mode 100644 index 0000000..c5bc7d0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm new file mode 100644 index 0000000..81dd7b1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm new file mode 100644 index 0000000..2e0a36d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm new file mode 100644 index 0000000..a28cfcd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm new file mode 100644 index 0000000..67a656e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm new file mode 100644 index 0000000..d3fa08b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..83682af Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm new file mode 100644 index 0000000..df9ae1f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..7c09346 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..5de9080 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..2dd7d90 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..f880fef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..dc0e8b1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..f54c410 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..c8dc35c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..c20e33f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..c604293 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..f043a12 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm new file mode 100644 index 0000000..820315d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..00e15a3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm new file mode 100644 index 0000000..eb2a7d5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm new file mode 100644 index 0000000..395bd46 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm new file mode 100644 index 0000000..af35869 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..898d70f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..e28eec3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..b9c2145 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..a5929b7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..aa6915d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule new file mode 100644 index 0000000..0d212ac --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 491412 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule new file mode 100644 index 0000000..ec8012b --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule @@ -0,0 +1,68 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405610000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 179160 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule new file mode 100644 index 0000000..d8914c0 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule @@ -0,0 +1,36 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 77504 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule new file mode 100644 index 0000000..95ebaec --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule @@ -0,0 +1,64 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405605000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 210900 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule new file mode 100644 index 0000000..34a0aba --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule @@ -0,0 +1,100 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405644000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 3785860 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1772776850000000000 + path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes' + size: 162 + sdk_relative: true + - mtime: 1772253432000000000 + path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes' + size: 81098 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true + - mtime: 1776564811000000000 + path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1155103 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule new file mode 100644 index 0000000..c0fdeb6 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405613000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30136 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule new file mode 100644 index 0000000..a2a4108 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule @@ -0,0 +1,52 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405587000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 50836 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule new file mode 100644 index 0000000..748ae1f --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule @@ -0,0 +1,44 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405589000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30876 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule new file mode 100644 index 0000000..1432dc9 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule @@ -0,0 +1,12 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405569000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 15012500 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule new file mode 100644 index 0000000..de1fb4a --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 18524 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559148000000000 + path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1411 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule new file mode 100644 index 0000000..3596a85 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 401660 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule new file mode 100644 index 0000000..83acb25 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405609000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 117716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule new file mode 100644 index 0000000..fbe57da --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule new file mode 100644 index 0000000..a57816b --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 748656 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule new file mode 100644 index 0000000..197735f --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405578000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 92188 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule new file mode 100644 index 0000000..698d567 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule @@ -0,0 +1,24 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405579000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23256 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule new file mode 100644 index 0000000..824fb22 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule @@ -0,0 +1,28 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405580000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 20564 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule new file mode 100644 index 0000000..8634693 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405576000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 84172 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp new file mode 100644 index 0000000..e69de29 diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc new file mode 100644 index 0000000..dd8a684 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule new file mode 100644 index 0000000..40239ba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo new file mode 100644 index 0000000..87b0926 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc new file mode 100644 index 0000000..e71dde9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule new file mode 100644 index 0000000..216fc03 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo new file mode 100644 index 0000000..5974ae7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d new file mode 100644 index 0000000..6497eb4 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o new file mode 100644 index 0000000..2bf912e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps new file mode 100644 index 0000000..9427e5f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d new file mode 100644 index 0000000..2e5cc99 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h new file mode 100644 index 0000000..fefd13b --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYDOMAIN_SWIFT_H +#define VELODYDOMAIN_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap new file mode 100644 index 0000000..ec783c2 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyDomain { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h" +} diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json new file mode 100644 index 0000000..634d4fe --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia" + } +} diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors new file mode 100644 index 0000000..bd694f1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources new file mode 100644 index 0000000..7727965 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d new file mode 100644 index 0000000..010e540 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o new file mode 100644 index 0000000..d3899ba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps new file mode 100644 index 0000000..a5bbfcf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d new file mode 100644 index 0000000..04f6e1d --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h new file mode 100644 index 0000000..2a11cb9 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYPERSISTENCE_SWIFT_H +#define VELODYPERSISTENCE_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyPersistence",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyPersistence",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap new file mode 100644 index 0000000..2217868 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyPersistence { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h" +} diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json new file mode 100644 index 0000000..433faa9 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia" + } +} diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors new file mode 100644 index 0000000..db22a23 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources new file mode 100644 index 0000000..a3b0434 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/description.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..335c755 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,395 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyPersistence-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyPersistence", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyPersistence" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyPersistence", + "-package-name", + "velodypersistence", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyPersistence" : [ + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 new file mode 100644 index 0000000..d8de0d0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A new file mode 100644 index 0000000..9dc6451 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C new file mode 100644 index 0000000..2d7bd3c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I new file mode 100644 index 0000000..4131c00 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S new file mode 100644 index 0000000..70eaab4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I new file mode 100644 index 0000000..ae9b5e5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X new file mode 100644 index 0000000..9f59f70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 new file mode 100644 index 0000000..9a6aac6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E new file mode 100644 index 0000000..9f42e38 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V new file mode 100644 index 0000000..52d7cd9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 new file mode 100644 index 0000000..e86e3e7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K new file mode 100644 index 0000000..f002fd2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q new file mode 100644 index 0000000..14232cb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 new file mode 100644 index 0000000..a019c73 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 new file mode 100644 index 0000000..621ff54 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 new file mode 100644 index 0000000..bf13889 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O new file mode 100644 index 0000000..e905484 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V new file mode 100644 index 0000000..92afd17 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O new file mode 100644 index 0000000..70c93b0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N new file mode 100644 index 0000000..9b7055a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X new file mode 100644 index 0000000..0e845c5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 new file mode 100644 index 0000000..0a9bd9a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 new file mode 100644 index 0000000..31d87a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E new file mode 100644 index 0000000..b0e5156 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X new file mode 100644 index 0000000..1cacce4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R new file mode 100644 index 0000000..5fcfa30 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 new file mode 100644 index 0000000..262ba18 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 new file mode 100644 index 0000000..5861624 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 new file mode 100644 index 0000000..b4dbd3f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 new file mode 100644 index 0000000..f9b4d06 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N new file mode 100644 index 0000000..54b874c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 new file mode 100644 index 0000000..e9ee484 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD new file mode 100644 index 0000000..06e7645 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG new file mode 100644 index 0000000..14543cf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG new file mode 100644 index 0000000..717c3b1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO new file mode 100644 index 0000000..a4228c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ new file mode 100644 index 0000000..ab82173 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT new file mode 100644 index 0000000..d250f5b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW new file mode 100644 index 0000000..d66edef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 new file mode 100644 index 0000000..18b1c54 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA new file mode 100644 index 0000000..de2efa3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS new file mode 100644 index 0000000..1f05727 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 new file mode 100644 index 0000000..e8551d6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 new file mode 100644 index 0000000..06eee31 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX new file mode 100644 index 0000000..ce3fbfb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY new file mode 100644 index 0000000..cf36aae Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 new file mode 100644 index 0000000..17871d5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG new file mode 100644 index 0000000..bd2c21b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH new file mode 100644 index 0000000..1311245 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL new file mode 100644 index 0000000..210cec5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET new file mode 100644 index 0000000..eea6ca3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 new file mode 100644 index 0000000..8e6eccb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 new file mode 100644 index 0000000..76e8da3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 new file mode 100644 index 0000000..bbc9666 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA new file mode 100644 index 0000000..738e4d2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE new file mode 100644 index 0000000..2ca274e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK new file mode 100644 index 0000000..7101aaa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW new file mode 100644 index 0000000..43bf864 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ new file mode 100644 index 0000000..c9eeaf2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 new file mode 100644 index 0000000..96ae2d6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 new file mode 100644 index 0000000..33aaa89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF new file mode 100644 index 0000000..3a10808 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 new file mode 100644 index 0000000..66a6b05 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG new file mode 100644 index 0000000..a81ece2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP new file mode 100644 index 0000000..f014ff2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS new file mode 100644 index 0000000..24e5639 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT new file mode 100644 index 0000000..fcda57f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 new file mode 100644 index 0000000..bb18797 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX new file mode 100644 index 0000000..e17ca97 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 new file mode 100644 index 0000000..84e81a8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA new file mode 100644 index 0000000..acb3f2a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA new file mode 100644 index 0000000..8b3c16b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 new file mode 100644 index 0000000..d4f0220 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO new file mode 100644 index 0000000..3853c6d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 new file mode 100644 index 0000000..f97f215 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF new file mode 100644 index 0000000..320deee Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH new file mode 100644 index 0000000..e727fa3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ new file mode 100644 index 0000000..8c729c2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW new file mode 100644 index 0000000..f8ac640 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 new file mode 100644 index 0000000..af7fe2c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ new file mode 100644 index 0000000..1245aea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ new file mode 100644 index 0000000..860b836 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 new file mode 100644 index 0000000..6a82d6a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH new file mode 100644 index 0000000..0f0b4e7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP new file mode 100644 index 0000000..e4db422 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 new file mode 100644 index 0000000..8d39233 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA new file mode 100644 index 0000000..7077d63 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE new file mode 100644 index 0000000..4ce52eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR new file mode 100644 index 0000000..1c13152 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA new file mode 100644 index 0000000..f2b4835 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF new file mode 100644 index 0000000..39337eb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF new file mode 100644 index 0000000..1db2467 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH new file mode 100644 index 0000000..d936087 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP new file mode 100644 index 0000000..cefb4e6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ new file mode 100644 index 0000000..c13baa9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV new file mode 100644 index 0000000..5d51994 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 new file mode 100644 index 0000000..a210c18 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 new file mode 100644 index 0000000..c7c1146 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB new file mode 100644 index 0000000..cbee880 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC new file mode 100644 index 0000000..0f6e627 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM new file mode 100644 index 0000000..98a7eea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 new file mode 100644 index 0000000..a65162c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 new file mode 100644 index 0000000..7338a3a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA new file mode 100644 index 0000000..26a428a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB new file mode 100644 index 0000000..ff2f313 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC new file mode 100644 index 0000000..6e9ce82 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF new file mode 100644 index 0000000..b683d45 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV new file mode 100644 index 0000000..28fb61c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX new file mode 100644 index 0000000..fe906b3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN new file mode 100644 index 0000000..b7aef16 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO new file mode 100644 index 0000000..9445b63 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV new file mode 100644 index 0000000..31b9890 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM new file mode 100644 index 0000000..c64bd83 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO new file mode 100644 index 0000000..8896cfe Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 new file mode 100644 index 0000000..9e9ff6e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF new file mode 100644 index 0000000..cc8e14e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG new file mode 100644 index 0000000..c4040c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM new file mode 100644 index 0000000..bc09720 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV new file mode 100644 index 0000000..e5b0e2a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW new file mode 100644 index 0000000..d146012 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 new file mode 100644 index 0000000..7b6e0be Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO new file mode 100644 index 0000000..617bcdf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR new file mode 100644 index 0000000..f04f995 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ new file mode 100644 index 0000000..44a6435 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1KHVRA4O6DEPU b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1KHVRA4O6DEPU new file mode 100644 index 0000000..040efb6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-1KHVRA4O6DEPU differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-25NOBHH72RGV b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-25NOBHH72RGV new file mode 100644 index 0000000..fdce358 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-25NOBHH72RGV differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-39NAS1NE7T2JC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-39NAS1NE7T2JC new file mode 100644 index 0000000..e726bdd Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-39NAS1NE7T2JC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-HOF7YLYQU3J0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-HOF7YLYQU3J0 new file mode 100644 index 0000000..1deaa9c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-HOF7YLYQU3J0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-XJD3X46KBBM6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-XJD3X46KBBM6 new file mode 100644 index 0000000..ea78dad Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-XJD3X46KBBM6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1XC5E59O7IGVO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1XC5E59O7IGVO new file mode 100644 index 0000000..bf798d4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-1XC5E59O7IGVO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-145PP99KQRRFA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-145PP99KQRRFA new file mode 100644 index 0000000..f65be96 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-145PP99KQRRFA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2FGL6OLMXPRQJ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2FGL6OLMXPRQJ new file mode 100644 index 0000000..54c1873 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2FGL6OLMXPRQJ differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-1F4FGQQEPAWL0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-1F4FGQQEPAWL0 new file mode 100644 index 0000000..e8f89e0 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-1F4FGQQEPAWL0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-A297ZQO6HCLW b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-A297ZQO6HCLW new file mode 100644 index 0000000..5f020cf Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-A297ZQO6HCLW differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1KTT5GLPHI1P2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1KTT5GLPHI1P2 new file mode 100644 index 0000000..804d09f Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1KTT5GLPHI1P2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-1DY2I0YY42QEK b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-1DY2I0YY42QEK new file mode 100644 index 0000000..d94c9a4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-1DY2I0YY42QEK differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3JCF22UAGYPWI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3JCF22UAGYPWI new file mode 100644 index 0000000..b0034e8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-3JCF22UAGYPWI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2WWB6SOKZTJSN b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2WWB6SOKZTJSN new file mode 100644 index 0000000..593ad6c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2WWB6SOKZTJSN differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-T3CZMJ7GDNF5 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-T3CZMJ7GDNF5 new file mode 100644 index 0000000..6b55d89 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-T3CZMJ7GDNF5 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-342XW5C0X4JED b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-342XW5C0X4JED new file mode 100644 index 0000000..70a8dfc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-342XW5C0X4JED differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3OK8J1CXI2H98 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3OK8J1CXI2H98 new file mode 100644 index 0000000..bf088f2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-3OK8J1CXI2H98 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-24DPWKXJDYNG6 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-24DPWKXJDYNG6 new file mode 100644 index 0000000..7d33db2 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-24DPWKXJDYNG6 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-3JD6LHH13K18Z b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-3JD6LHH13K18Z new file mode 100644 index 0000000..c27e7d1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-3JD6LHH13K18Z differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-2LP563SKJTG0F b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-2LP563SKJTG0F new file mode 100644 index 0000000..0242449 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-2LP563SKJTG0F differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-1446MJM3OGSZY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-1446MJM3OGSZY new file mode 100644 index 0000000..62cbe7a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-1446MJM3OGSZY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2KUE68JU6QO30 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2KUE68JU6QO30 new file mode 100644 index 0000000..127e03d Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2KUE68JU6QO30 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-15I650TZSJFHR b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-15I650TZSJFHR new file mode 100644 index 0000000..6e269cc Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-15I650TZSJFHR differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-119M8N4NKIJ2C b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-119M8N4NKIJ2C new file mode 100644 index 0000000..8b29122 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-119M8N4NKIJ2C differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2WA8WW2AX2BAY b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2WA8WW2AX2BAY new file mode 100644 index 0000000..c5fd91c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-2WA8WW2AX2BAY differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-11O3WVR1740A1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-11O3WVR1740A1 new file mode 100644 index 0000000..caebb2a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-11O3WVR1740A1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 new file mode 100644 index 0000000..3f4f252 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM new file mode 100644 index 0000000..541300a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 new file mode 100644 index 0000000..96b45b3 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 new file mode 100644 index 0000000..c5784f4 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G new file mode 100644 index 0000000..a21b6d7 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA new file mode 100644 index 0000000..753c347 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC new file mode 100644 index 0000000..29c4a21 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 new file mode 100644 index 0000000..90ccb02 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 new file mode 100644 index 0000000..ed701c6 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 new file mode 100644 index 0000000..8616986 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND new file mode 100644 index 0000000..52c9621 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V new file mode 100644 index 0000000..858a749 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC new file mode 100644 index 0000000..2f1cdf8 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 new file mode 100644 index 0000000..d950846 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF new file mode 100644 index 0000000..b091f8a Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-1YVBPJZVN3193 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-1YVBPJZVN3193 new file mode 100644 index 0000000..75856e1 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-1YVBPJZVN3193 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3DEVICEL11KJG b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3DEVICEL11KJG new file mode 100644 index 0000000..46d0396 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-3DEVICEL11KJG differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-2OBNMHZC473KD b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-2OBNMHZC473KD new file mode 100644 index 0000000..4c7241c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-2OBNMHZC473KD differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1X3XZ402BBBHO b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1X3XZ402BBBHO new file mode 100644 index 0000000..78a7774 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-1X3XZ402BBBHO differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1KGHX3CM7934V b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1KGHX3CM7934V new file mode 100644 index 0000000..fbfcb6e Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-1KGHX3CM7934V differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1OYUIXD1HY6EI b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1OYUIXD1HY6EI new file mode 100644 index 0000000..ded8b0c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1OYUIXD1HY6EI differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-2RTLC3BE0O75U b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-2RTLC3BE0O75U new file mode 100644 index 0000000..15b3942 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-2RTLC3BE0O75U differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-2UKXHFE1D1MR0 b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-2UKXHFE1D1MR0 new file mode 100644 index 0000000..a5d3c14 Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-2UKXHFE1D1MR0 differ diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..335c755 --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,395 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyPersistence-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyPersistence", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyPersistence" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyPersistence", + "-package-name", + "velodypersistence", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyPersistence" : [ + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt new file mode 100644 index 0000000..caf9e2b --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.2 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +Target: arm64-apple-macosx26.0 diff --git a/packages/apple/VelodyPersistence/.build/build.db b/packages/apple/VelodyPersistence/.build/build.db new file mode 100644 index 0000000..a10217c Binary files /dev/null and b/packages/apple/VelodyPersistence/.build/build.db differ diff --git a/packages/apple/VelodyPersistence/.build/debug b/packages/apple/VelodyPersistence/.build/debug new file mode 120000 index 0000000..9733fca --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/debug @@ -0,0 +1 @@ +arm64-apple-macosx/debug \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/.build/debug.yaml b/packages/apple/VelodyPersistence/.build/debug.yaml new file mode 100644 index 0000000..0cef71c --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/debug.yaml @@ -0,0 +1,66 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyPersistence-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyPersistence-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + description: "Compiling Swift Module 'VelodyPersistence' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyPersistence","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodypersistence"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyPersistence/.build/plugin-tools.yaml b/packages/apple/VelodyPersistence/.build/plugin-tools.yaml new file mode 100644 index 0000000..0cef71c --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/plugin-tools.yaml @@ -0,0 +1,66 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyPersistence-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyPersistence-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + description: "Compiling Swift Module 'VelodyPersistence' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyPersistence","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodypersistence"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyPersistence/.build/workspace-state.json b/packages/apple/VelodyPersistence/.build/workspace-state.json new file mode 100644 index 0000000..68d11ce --- /dev/null +++ b/packages/apple/VelodyPersistence/.build/workspace-state.json @@ -0,0 +1,27 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + { + "basedOn" : null, + "packageRef" : { + "identity" : "velodydomain", + "kind" : "fileSystem", + "location" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain", + "name" : "VelodyDomain" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain" + }, + "subpath" : "velodydomain" + } + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/packages/apple/VelodyPersistence/Package.swift b/packages/apple/VelodyPersistence/Package.swift new file mode 100644 index 0000000..02f86f1 --- /dev/null +++ b/packages/apple/VelodyPersistence/Package.swift @@ -0,0 +1,25 @@ +// swift-tools-version: 5.9 +import PackageDescription + +let package = Package( + name: "VelodyPersistence", + platforms: [ + .iOS(.v17), + .macOS(.v14), + ], + products: [ + .library( + name: "VelodyPersistence", + targets: ["VelodyPersistence"] + ), + ], + dependencies: [ + .package(path: "../VelodyDomain"), + ], + targets: [ + .target( + name: "VelodyPersistence", + dependencies: ["VelodyDomain"] + ), + ] +) diff --git a/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift b/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift new file mode 100644 index 0000000..7187211 --- /dev/null +++ b/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift @@ -0,0 +1,23 @@ +import Foundation +import VelodyDomain + +public protocol LocalLibraryStore: Sendable { + func loadTracks() async -> [LibraryTrack] + func replaceTracks(_ tracks: [LibraryTrack]) async +} + +public actor InMemoryLocalLibraryStore: LocalLibraryStore { + private var tracks: [LibraryTrack] + + public init(tracks: [LibraryTrack] = []) { + self.tracks = tracks + } + + public func loadTracks() async -> [LibraryTrack] { + tracks + } + + public func replaceTracks(_ tracks: [LibraryTrack]) async { + self.tracks = tracks + } +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm new file mode 100644 index 0000000..a5174f3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm new file mode 100644 index 0000000..868b2f1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm new file mode 100644 index 0000000..5c0bb5e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm new file mode 100644 index 0000000..485158d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm new file mode 100644 index 0000000..8e2417f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm new file mode 100644 index 0000000..24c1aff Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm new file mode 100644 index 0000000..82130f0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm new file mode 100644 index 0000000..e0e3257 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm new file mode 100644 index 0000000..6c51d97 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm new file mode 100644 index 0000000..e3671b4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm new file mode 100644 index 0000000..6ab9aa6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..e1eced1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm new file mode 100644 index 0000000..65100d5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..c3ff568 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..dd7f850 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..11f1d45 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..35b633c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..b747280 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..a29c62c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..d44a1d6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..2a70864 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..d028f7e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..77fdffc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm new file mode 100644 index 0000000..d9b567b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..11946e4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm new file mode 100644 index 0000000..7fc434b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm new file mode 100644 index 0000000..bf0fce6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm new file mode 100644 index 0000000..b5438c6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..2da615f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..4b348e7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..0d03041 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..9b9c398 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..ff1bc99 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule new file mode 100644 index 0000000..0d212ac --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 491412 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule new file mode 100644 index 0000000..ec8012b --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule @@ -0,0 +1,68 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405610000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 179160 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule new file mode 100644 index 0000000..d8914c0 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule @@ -0,0 +1,36 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 77504 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule new file mode 100644 index 0000000..95ebaec --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule @@ -0,0 +1,64 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405605000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 210900 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule new file mode 100644 index 0000000..34a0aba --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule @@ -0,0 +1,100 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405644000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 3785860 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1772776850000000000 + path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes' + size: 162 + sdk_relative: true + - mtime: 1772253432000000000 + path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes' + size: 81098 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true + - mtime: 1776564811000000000 + path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1155103 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule new file mode 100644 index 0000000..c0fdeb6 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405613000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30136 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule new file mode 100644 index 0000000..a2a4108 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule @@ -0,0 +1,52 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405587000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 50836 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule new file mode 100644 index 0000000..748ae1f --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule @@ -0,0 +1,44 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405589000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30876 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule new file mode 100644 index 0000000..1432dc9 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule @@ -0,0 +1,12 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405569000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 15012500 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule new file mode 100644 index 0000000..de1fb4a --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 18524 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559148000000000 + path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1411 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule new file mode 100644 index 0000000..3596a85 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 401660 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule new file mode 100644 index 0000000..83acb25 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405609000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 117716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule new file mode 100644 index 0000000..fbe57da --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule new file mode 100644 index 0000000..a57816b --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 748656 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule new file mode 100644 index 0000000..197735f --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405578000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 92188 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule new file mode 100644 index 0000000..698d567 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule @@ -0,0 +1,24 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405579000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23256 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule new file mode 100644 index 0000000..824fb22 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule @@ -0,0 +1,28 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405580000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 20564 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule new file mode 100644 index 0000000..8634693 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405576000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 84172 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp new file mode 100644 index 0000000..e69de29 diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc new file mode 100644 index 0000000..dd8a684 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule new file mode 100644 index 0000000..40239ba Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo new file mode 100644 index 0000000..87b0926 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc new file mode 100644 index 0000000..8bd7d53 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule new file mode 100644 index 0000000..7bad56c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo new file mode 100644 index 0000000..08ea4c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc new file mode 100644 index 0000000..e71dde9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule new file mode 100644 index 0000000..216fc03 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo new file mode 100644 index 0000000..5974ae7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.abi.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftdoc b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftdoc new file mode 100644 index 0000000..c46687a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftdoc differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule new file mode 100644 index 0000000..07332f9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftsourceinfo b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftsourceinfo new file mode 100644 index 0000000..21fa353 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftsourceinfo differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d new file mode 100644 index 0000000..68f0d3d --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o new file mode 100644 index 0000000..4366293 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps new file mode 100644 index 0000000..fe5f6bd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d new file mode 100644 index 0000000..13dcebb --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/VelodyDomain.emit-module.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h new file mode 100644 index 0000000..fefd13b --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYDOMAIN_SWIFT_H +#define VELODYDOMAIN_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyDomain",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap new file mode 100644 index 0000000..e1474c4 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyDomain { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h" +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json new file mode 100644 index 0000000..27e0739 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.dia" + } +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors new file mode 100644 index 0000000..e2f9bc7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/primary.priors differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources new file mode 100644 index 0000000..7727965 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d new file mode 100644 index 0000000..166cf45 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o new file mode 100644 index 0000000..dd72660 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps new file mode 100644 index 0000000..daac3c7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d new file mode 100644 index 0000000..bd3d440 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyNetworking.emit-module.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h new file mode 100644 index 0000000..24bcdd5 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYNETWORKING_SWIFT_H +#define VELODYNETWORKING_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyNetworking",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyNetworking",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap new file mode 100644 index 0000000..0669ca9 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyNetworking { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h" +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json new file mode 100644 index 0000000..b9eb9ea --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.dia" + } +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors new file mode 100644 index 0000000..64f6c11 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/primary.priors differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources new file mode 100644 index 0000000..8fefcd2 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d new file mode 100644 index 0000000..a72ca03 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o new file mode 100644 index 0000000..99709c6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps new file mode 100644 index 0000000..45f7976 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d new file mode 100644 index 0000000..2cf4f2f --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/VelodyPersistence.emit-module.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h new file mode 100644 index 0000000..2a11cb9 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYPERSISTENCE_SWIFT_H +#define VELODYPERSISTENCE_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyPersistence",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyPersistence",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap new file mode 100644 index 0000000..b846366 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyPersistence { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h" +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json new file mode 100644 index 0000000..41af846 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.dia" + } +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors new file mode 100644 index 0000000..2adb6c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/primary.priors differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources new file mode 100644 index 0000000..a3b0434 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.d new file mode 100644 index 0000000..a607470 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o new file mode 100644 index 0000000..535d5ed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swiftdeps b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swiftdeps new file mode 100644 index 0000000..b98b62f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swiftdeps differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.d b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.d new file mode 100644 index 0000000..a2e3c38 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.dia b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/VelodySync.emit-module.dia differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h new file mode 100644 index 0000000..98fc804 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYSYNC_SWIFT_H +#define VELODYSYNC_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodySync",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodySync",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/module.modulemap b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/module.modulemap new file mode 100644 index 0000000..c38a5ae --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodySync { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h" +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json new file mode 100644 index 0000000..a108a27 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.dia" + } +} diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/primary.priors b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/primary.priors new file mode 100644 index 0000000..6779c53 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/primary.priors differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources new file mode 100644 index 0000000..8e27a9a --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/description.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..fe9f3e4 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,749 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyNetworking-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyNetworking", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build", + "wholeModuleOptimization" : false + }, + "C.VelodyPersistence-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyPersistence", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build", + "wholeModuleOptimization" : false + }, + "C.VelodySync-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodySync", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodysync" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyNetworking" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyNetworking", + "-package-name", + "velodynetworking", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyPersistence" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyPersistence", + "-package-name", + "velodypersistence", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodySync" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodySync", + "-package-name", + "velodysync", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodysync", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyNetworking" : [ + "VelodyDomain" + ], + "VelodyPersistence" : [ + "VelodyDomain" + ], + "VelodySync" : [ + "VelodyPersistence", + "VelodyNetworking", + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 new file mode 100644 index 0000000..d8de0d0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A new file mode 100644 index 0000000..9dc6451 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C new file mode 100644 index 0000000..2d7bd3c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I new file mode 100644 index 0000000..4131c00 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S new file mode 100644 index 0000000..70eaab4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I new file mode 100644 index 0000000..ae9b5e5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X new file mode 100644 index 0000000..9f59f70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 new file mode 100644 index 0000000..9a6aac6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E new file mode 100644 index 0000000..9f42e38 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V new file mode 100644 index 0000000..52d7cd9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 new file mode 100644 index 0000000..e86e3e7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K new file mode 100644 index 0000000..f002fd2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q new file mode 100644 index 0000000..14232cb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 new file mode 100644 index 0000000..a019c73 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 new file mode 100644 index 0000000..621ff54 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 new file mode 100644 index 0000000..bf13889 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O new file mode 100644 index 0000000..e905484 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V new file mode 100644 index 0000000..92afd17 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O new file mode 100644 index 0000000..70c93b0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N new file mode 100644 index 0000000..9b7055a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X new file mode 100644 index 0000000..0e845c5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 new file mode 100644 index 0000000..0a9bd9a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 new file mode 100644 index 0000000..31d87a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E new file mode 100644 index 0000000..b0e5156 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X new file mode 100644 index 0000000..1cacce4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R new file mode 100644 index 0000000..5fcfa30 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 new file mode 100644 index 0000000..262ba18 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 new file mode 100644 index 0000000..5861624 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 new file mode 100644 index 0000000..b4dbd3f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 new file mode 100644 index 0000000..f9b4d06 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N new file mode 100644 index 0000000..54b874c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 new file mode 100644 index 0000000..e9ee484 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD new file mode 100644 index 0000000..06e7645 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG new file mode 100644 index 0000000..14543cf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG new file mode 100644 index 0000000..717c3b1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO new file mode 100644 index 0000000..a4228c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ new file mode 100644 index 0000000..ab82173 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT new file mode 100644 index 0000000..d250f5b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW new file mode 100644 index 0000000..d66edef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 new file mode 100644 index 0000000..18b1c54 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA new file mode 100644 index 0000000..de2efa3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS new file mode 100644 index 0000000..1f05727 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 new file mode 100644 index 0000000..e8551d6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 new file mode 100644 index 0000000..06eee31 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CU/PlaceholderSyncCoordinator.swift-3MZ6BWGNGW0CU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CU/PlaceholderSyncCoordinator.swift-3MZ6BWGNGW0CU new file mode 100644 index 0000000..b9e983d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CU/PlaceholderSyncCoordinator.swift-3MZ6BWGNGW0CU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX new file mode 100644 index 0000000..ce3fbfb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY new file mode 100644 index 0000000..cf36aae Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 new file mode 100644 index 0000000..17871d5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG new file mode 100644 index 0000000..bd2c21b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH new file mode 100644 index 0000000..1311245 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL new file mode 100644 index 0000000..210cec5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/arm64e-apple-macos.swiftinterface-ANGR2ZBDPKDL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET new file mode 100644 index 0000000..eea6ca3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 new file mode 100644 index 0000000..8e6eccb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 new file mode 100644 index 0000000..76e8da3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 new file mode 100644 index 0000000..bbc9666 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA new file mode 100644 index 0000000..738e4d2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/arm64e-apple-macos.swiftinterface_String-2BEOFOSJDDMFA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE new file mode 100644 index 0000000..2ca274e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK new file mode 100644 index 0000000..7101aaa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW new file mode 100644 index 0000000..43bf864 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ new file mode 100644 index 0000000..c9eeaf2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 new file mode 100644 index 0000000..96ae2d6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G5/LocalLibraryStore.swift-3SESJ5G9BFFG5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 new file mode 100644 index 0000000..33aaa89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF new file mode 100644 index 0000000..3a10808 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 new file mode 100644 index 0000000..66a6b05 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG new file mode 100644 index 0000000..a81ece2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP new file mode 100644 index 0000000..f014ff2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS new file mode 100644 index 0000000..24e5639 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT new file mode 100644 index 0000000..fcda57f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IT/Models.swift-2VHVYVZLV9LIT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 new file mode 100644 index 0000000..bb18797 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX new file mode 100644 index 0000000..e17ca97 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 new file mode 100644 index 0000000..84e81a8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA new file mode 100644 index 0000000..acb3f2a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA new file mode 100644 index 0000000..8b3c16b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 new file mode 100644 index 0000000..d4f0220 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO new file mode 100644 index 0000000..3853c6d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 new file mode 100644 index 0000000..f97f215 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF new file mode 100644 index 0000000..320deee Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH new file mode 100644 index 0000000..e727fa3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ new file mode 100644 index 0000000..8c729c2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW new file mode 100644 index 0000000..f8ac640 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 new file mode 100644 index 0000000..af7fe2c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ new file mode 100644 index 0000000..1245aea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL new file mode 100644 index 0000000..58fe59b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OL/VelodyAPIClient.swift-2GJC99CIJ2HOL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ new file mode 100644 index 0000000..860b836 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 new file mode 100644 index 0000000..6a82d6a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH new file mode 100644 index 0000000..0f0b4e7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP new file mode 100644 index 0000000..e4db422 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 new file mode 100644 index 0000000..8d39233 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA new file mode 100644 index 0000000..7077d63 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE new file mode 100644 index 0000000..4ce52eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR new file mode 100644 index 0000000..1c13152 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA new file mode 100644 index 0000000..f2b4835 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF new file mode 100644 index 0000000..39337eb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF new file mode 100644 index 0000000..1db2467 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH new file mode 100644 index 0000000..d936087 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP new file mode 100644 index 0000000..cefb4e6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ new file mode 100644 index 0000000..c13baa9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV new file mode 100644 index 0000000..5d51994 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 new file mode 100644 index 0000000..a210c18 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 new file mode 100644 index 0000000..c7c1146 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB new file mode 100644 index 0000000..cbee880 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC new file mode 100644 index 0000000..0f6e627 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM new file mode 100644 index 0000000..98a7eea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 new file mode 100644 index 0000000..a65162c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 new file mode 100644 index 0000000..7338a3a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA new file mode 100644 index 0000000..26a428a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB new file mode 100644 index 0000000..ff2f313 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC new file mode 100644 index 0000000..6e9ce82 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF new file mode 100644 index 0000000..b683d45 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV new file mode 100644 index 0000000..28fb61c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX new file mode 100644 index 0000000..fe906b3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN new file mode 100644 index 0000000..b7aef16 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO new file mode 100644 index 0000000..9445b63 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV new file mode 100644 index 0000000..31b9890 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM new file mode 100644 index 0000000..c64bd83 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO new file mode 100644 index 0000000..8896cfe Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 new file mode 100644 index 0000000..9e9ff6e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF new file mode 100644 index 0000000..cc8e14e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG new file mode 100644 index 0000000..c4040c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM new file mode 100644 index 0000000..bc09720 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV new file mode 100644 index 0000000..e5b0e2a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW new file mode 100644 index 0000000..d146012 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 new file mode 100644 index 0000000..7b6e0be Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO new file mode 100644 index 0000000..617bcdf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR new file mode 100644 index 0000000..f04f995 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ new file mode 100644 index 0000000..44a6435 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3SL6G91XRGB31 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3SL6G91XRGB31 new file mode 100644 index 0000000..cd7d943 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3SL6G91XRGB31 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-W0KDSH1YBJTS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-W0KDSH1YBJTS new file mode 100644 index 0000000..80730e0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-W0KDSH1YBJTS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-3FYTO0N52AF0H b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-3FYTO0N52AF0H new file mode 100644 index 0000000..da4fcdc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-3FYTO0N52AF0H differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3GD1305YDPORS b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3GD1305YDPORS new file mode 100644 index 0000000..160215a Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3GD1305YDPORS differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2FIDLN5FZ98WK b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2FIDLN5FZ98WK new file mode 100644 index 0000000..59e7094 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-2FIDLN5FZ98WK differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-G2NV8DVY5HV6 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-G2NV8DVY5HV6 new file mode 100644 index 0000000..f54689f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-G2NV8DVY5HV6 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1O47ZIWG42ZPJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1O47ZIWG42ZPJ new file mode 100644 index 0000000..2c8e34c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1O47ZIWG42ZPJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2QCA494M9NQWU b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2QCA494M9NQWU new file mode 100644 index 0000000..920a2ec Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-2QCA494M9NQWU differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-2TBLBUPEF5917 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-2TBLBUPEF5917 new file mode 100644 index 0000000..c9ae0f3 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/LocalLibraryStore.swift.o-2TBLBUPEF5917 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3SK8Z6EC9I99B b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3SK8Z6EC9I99B new file mode 100644 index 0000000..619d14f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3SK8Z6EC9I99B differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1GDFGF7PVRX6A b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1GDFGF7PVRX6A new file mode 100644 index 0000000..e6df0e9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Models.swift.o-1GDFGF7PVRX6A differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3GUZIXYMQK19X b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3GUZIXYMQK19X new file mode 100644 index 0000000..269026b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3GUZIXYMQK19X differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/PlaceholderSyncCoordinator.swift.o-35TXVJNYAYYTQ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/PlaceholderSyncCoordinator.swift.o-35TXVJNYAYYTQ new file mode 100644 index 0000000..e76343c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/PlaceholderSyncCoordinator.swift.o-35TXVJNYAYYTQ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-27I8FR9M19FN7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-27I8FR9M19FN7 new file mode 100644 index 0000000..9d7a5f4 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-27I8FR9M19FN7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-16JBP3NIO05GY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-16JBP3NIO05GY new file mode 100644 index 0000000..59401c0 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/VelodyAPIClient.swift.o-16JBP3NIO05GY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2AB5N74W9AFAL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2AB5N74W9AFAL new file mode 100644 index 0000000..3d40169 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-2AB5N74W9AFAL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-2D6P949GXQ4MN b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-2D6P949GXQ4MN new file mode 100644 index 0000000..f16fd4c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-2D6P949GXQ4MN differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-XG8EYD93PXZL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-XG8EYD93PXZL new file mode 100644 index 0000000..b114e14 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-XG8EYD93PXZL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-1205N7VSDHPZL b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-1205N7VSDHPZL new file mode 100644 index 0000000..adb0e87 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-1205N7VSDHPZL differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-2WJ7NZYYOJ4A4 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-2WJ7NZYYOJ4A4 new file mode 100644 index 0000000..144773d Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-2WJ7NZYYOJ4A4 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-28HPXF6BOVUXA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-28HPXF6BOVUXA new file mode 100644 index 0000000..bcb9bb6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-28HPXF6BOVUXA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-3HJA9FXBMUADY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-3HJA9FXBMUADY new file mode 100644 index 0000000..2173da9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-3HJA9FXBMUADY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2HO3AYE1DXHOC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2HO3AYE1DXHOC new file mode 100644 index 0000000..43d283f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-2HO3AYE1DXHOC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-1L460C8RMTCZB b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-1L460C8RMTCZB new file mode 100644 index 0000000..72bb150 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-1L460C8RMTCZB differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-5JA6ZBSBWSFV b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-5JA6ZBSBWSFV new file mode 100644 index 0000000..4a01891 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-5JA6ZBSBWSFV differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3OUKVC9PD74ZG b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3OUKVC9PD74ZG new file mode 100644 index 0000000..d5d8877 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-3OUKVC9PD74ZG differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3POCXIY9NT234 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3POCXIY9NT234 new file mode 100644 index 0000000..551b19e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3POCXIY9NT234 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1BCYFC8SSFV34 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1BCYFC8SSFV34 new file mode 100644 index 0000000..ea59c6c Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-1BCYFC8SSFV34 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 new file mode 100644 index 0000000..2f5060e Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM new file mode 100644 index 0000000..d8a4a68 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 new file mode 100644 index 0000000..52a13bf Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 new file mode 100644 index 0000000..6f834ad Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G new file mode 100644 index 0000000..2683292 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA new file mode 100644 index 0000000..337d2f5 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC new file mode 100644 index 0000000..7e25ddb Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 new file mode 100644 index 0000000..ced55f7 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 new file mode 100644 index 0000000..ad67abd Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 new file mode 100644 index 0000000..ab19d26 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND new file mode 100644 index 0000000..fe3c230 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V new file mode 100644 index 0000000..739a46f Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC new file mode 100644 index 0000000..d51f28b Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 new file mode 100644 index 0000000..ca69ec9 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF new file mode 100644 index 0000000..2532655 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-3VDDL7LMYV7KC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-3VDDL7LMYV7KC new file mode 100644 index 0000000..13eff56 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-3VDDL7LMYV7KC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-18ZNKQM7DWGMF b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-18ZNKQM7DWGMF new file mode 100644 index 0000000..de5acc1 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-18ZNKQM7DWGMF differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3OEL6K7PH5GAC b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3OEL6K7PH5GAC new file mode 100644 index 0000000..dbde4c6 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-3OEL6K7PH5GAC differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-14QBR3PQ18IAY b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-14QBR3PQ18IAY new file mode 100644 index 0000000..018fcfc Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-14QBR3PQ18IAY differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-3SZ6R8JZ2ODER b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-3SZ6R8JZ2ODER new file mode 100644 index 0000000..1832ff2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-3SZ6R8JZ2ODER differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1K8IOUY0OKGFJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1K8IOUY0OKGFJ new file mode 100644 index 0000000..5c1f5b2 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-1K8IOUY0OKGFJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3N02BCHGL14NX b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3N02BCHGL14NX new file mode 100644 index 0000000..7d5a526 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-3N02BCHGL14NX differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1ALO7PRNIH1NJ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1ALO7PRNIH1NJ new file mode 100644 index 0000000..9500787 Binary files /dev/null and b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-1ALO7PRNIH1NJ differ diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..fe9f3e4 --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,749 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyDomain-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyDomain", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build", + "wholeModuleOptimization" : false + }, + "C.VelodyNetworking-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyNetworking", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build", + "wholeModuleOptimization" : false + }, + "C.VelodyPersistence-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyPersistence", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build", + "wholeModuleOptimization" : false + }, + "C.VelodySync-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodySync", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodysync" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyDomain" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyDomain", + "-package-name", + "velodydomain", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodydomain", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyNetworking" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyNetworking", + "-package-name", + "velodynetworking", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodynetworking", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodyPersistence" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyPersistence", + "-package-name", + "velodypersistence", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodypersistence", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ], + "VelodySync" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodySync", + "-package-name", + "velodysync", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodysync", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyDomain" : [ + + ], + "VelodyNetworking" : [ + "VelodyDomain" + ], + "VelodyPersistence" : [ + "VelodyDomain" + ], + "VelodySync" : [ + "VelodyPersistence", + "VelodyNetworking", + "VelodyDomain" + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt new file mode 100644 index 0000000..caf9e2b --- /dev/null +++ b/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.2 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +Target: arm64-apple-macosx26.0 diff --git a/packages/apple/VelodySync/.build/build.db b/packages/apple/VelodySync/.build/build.db new file mode 100644 index 0000000..f9e5f8e Binary files /dev/null and b/packages/apple/VelodySync/.build/build.db differ diff --git a/packages/apple/VelodySync/.build/debug b/packages/apple/VelodySync/.build/debug new file mode 120000 index 0000000..9733fca --- /dev/null +++ b/packages/apple/VelodySync/.build/debug @@ -0,0 +1 @@ +arm64-apple-macosx/debug \ No newline at end of file diff --git a/packages/apple/VelodySync/.build/debug.yaml b/packages/apple/VelodySync/.build/debug.yaml new file mode 100644 index 0000000..c021a18 --- /dev/null +++ b/packages/apple/VelodySync/.build/debug.yaml @@ -0,0 +1,104 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyNetworking-arm64-apple-macosx-debug.module": [""] + "VelodyPersistence-arm64-apple-macosx-debug.module": [""] + "VelodySync-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyNetworking-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + description: "Compiling Swift Module 'VelodyNetworking' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyNetworking","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodynetworking"] + + "C.VelodyPersistence-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + description: "Compiling Swift Module 'VelodyPersistence' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyPersistence","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodypersistence"] + + "C.VelodySync-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule"] + description: "Compiling Swift Module 'VelodySync' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodySync","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodysync"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodySync/.build/plugin-tools.yaml b/packages/apple/VelodySync/.build/plugin-tools.yaml new file mode 100644 index 0000000..c021a18 --- /dev/null +++ b/packages/apple/VelodySync/.build/plugin-tools.yaml @@ -0,0 +1,104 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyDomain-arm64-apple-macosx-debug.module": [""] + "VelodyNetworking-arm64-apple-macosx-debug.module": [""] + "VelodyPersistence-arm64-apple-macosx-debug.module": [""] + "VelodySync-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + outputs: [""] + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule"] + outputs: [""] + + "C.VelodyDomain-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain/Sources/VelodyDomain/Models.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/Models.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule"] + description: "Compiling Swift Module 'VelodyDomain' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyDomain","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyDomain.build/include/VelodyDomain-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodydomain"] + + "C.VelodyNetworking-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking/Sources/VelodyNetworking/VelodyAPIClient.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/VelodyAPIClient.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule"] + description: "Compiling Swift Module 'VelodyNetworking' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyNetworking","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyNetworking.build/include/VelodyNetworking-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodynetworking"] + + "C.VelodyPersistence-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence/Sources/VelodyPersistence/LocalLibraryStore.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/LocalLibraryStore.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule"] + description: "Compiling Swift Module 'VelodyPersistence' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyPersistence","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodyPersistence.build/include/VelodyPersistence-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodypersistence"] + + "C.VelodySync-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyDomain.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyNetworking.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodyPersistence.swiftmodule","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/PlaceholderSyncCoordinator.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule"] + description: "Compiling Swift Module 'VelodySync' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodySync","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules/VelodySync.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/.build/arm64-apple-macosx/debug/VelodySync.build/include/VelodySync-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodysync"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Sources/VelodySync/","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodySync/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodySync/.build/workspace-state.json b/packages/apple/VelodySync/.build/workspace-state.json new file mode 100644 index 0000000..d677e22 --- /dev/null +++ b/packages/apple/VelodySync/.build/workspace-state.json @@ -0,0 +1,55 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + { + "basedOn" : null, + "packageRef" : { + "identity" : "velodydomain", + "kind" : "fileSystem", + "location" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain", + "name" : "VelodyDomain" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyDomain" + }, + "subpath" : "velodydomain" + }, + { + "basedOn" : null, + "packageRef" : { + "identity" : "velodynetworking", + "kind" : "fileSystem", + "location" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking", + "name" : "VelodyNetworking" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyNetworking" + }, + "subpath" : "velodynetworking" + }, + { + "basedOn" : null, + "packageRef" : { + "identity" : "velodypersistence", + "kind" : "fileSystem", + "location" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence", + "name" : "VelodyPersistence" + }, + "state" : { + "name" : "fileSystem", + "path" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyPersistence" + }, + "subpath" : "velodypersistence" + } + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/packages/apple/VelodySync/Package.swift b/packages/apple/VelodySync/Package.swift new file mode 100644 index 0000000..75a3334 --- /dev/null +++ b/packages/apple/VelodySync/Package.swift @@ -0,0 +1,31 @@ +// swift-tools-version: 5.9 +import PackageDescription + +let package = Package( + name: "VelodySync", + platforms: [ + .iOS(.v17), + .macOS(.v14), + ], + products: [ + .library( + name: "VelodySync", + targets: ["VelodySync"] + ), + ], + dependencies: [ + .package(path: "../VelodyDomain"), + .package(path: "../VelodyNetworking"), + .package(path: "../VelodyPersistence"), + ], + targets: [ + .target( + name: "VelodySync", + dependencies: [ + "VelodyDomain", + "VelodyNetworking", + "VelodyPersistence", + ] + ), + ] +) diff --git a/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift b/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift new file mode 100644 index 0000000..b86abae --- /dev/null +++ b/packages/apple/VelodySync/Sources/VelodySync/PlaceholderSyncCoordinator.swift @@ -0,0 +1,62 @@ +import Foundation +import VelodyDomain +import VelodyNetworking +import VelodyPersistence + +public struct SyncResult: Hashable, Sendable { + public var statusMessage: String + public var tracks: [LibraryTrack] + public var cursor: SyncCursor + + public init( + statusMessage: String, + tracks: [LibraryTrack], + cursor: SyncCursor + ) { + self.statusMessage = statusMessage + self.tracks = tracks + self.cursor = cursor + } +} + +public protocol SyncCoordinator: Sendable { + func performInitialSync() async throws -> SyncResult +} + +public actor PlaceholderSyncCoordinator: SyncCoordinator { + private let apiClient: any VelodyAPIClient + private let store: any LocalLibraryStore + + public init( + apiClient: any VelodyAPIClient, + store: any LocalLibraryStore + ) { + self.apiClient = apiClient + self.store = store + } + + public func performInitialSync() async throws -> SyncResult { + let health = try await apiClient.fetchHealthStatus() + let existingTracks = await store.loadTracks() + let tracks: [LibraryTrack] + + if existingTracks.isEmpty { + tracks = [ + LibraryTrack( + title: "Velody Placeholder", + artist: "Private Library", + album: "Phase 1" + ), + ] + await store.replaceTracks(tracks) + } else { + tracks = existingTracks + } + + return SyncResult( + statusMessage: "Sync placeholder ready (\(health.databaseStatus)/\(health.storageStatus))", + tracks: tracks, + cursor: SyncCursor(value: "0") + ) + } +} diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm new file mode 100644 index 0000000..362f467 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CFNetwork-1PNPO1ORVQZLS.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm new file mode 100644 index 0000000..a1b800a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreFoundation-16SA8WK3L6MQN.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm new file mode 100644 index 0000000..db96834 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/CoreServices-39NCTJOEW7PQ2.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm new file mode 100644 index 0000000..ced268f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Darwin-1FXX23EKWOBA9.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm new file mode 100644 index 0000000..f1f0370 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/DiskArbitration-3LBJF5I58QD8.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm new file mode 100644 index 0000000..ee6a711 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Dispatch-R76HXUP80TVL.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm new file mode 100644 index 0000000..ac4ac36 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Foundation-24LYWIP48SHNP.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm new file mode 100644 index 0000000..2b560a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/IOKit-1IAL9NTK1TABA.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm new file mode 100644 index 0000000..1462fbd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/MachO-20RPYVQSX341K.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm new file mode 100644 index 0000000..c3cb76e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ObjectiveC-1G8H182PQX3QE.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm new file mode 100644 index 0000000..193fa45 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/Security-3QCVXOV25KK54.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..16a434c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/SwiftShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm new file mode 100644 index 0000000..9a1c585 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/XPC-T0ZXCAST7PE3.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..ce97c53 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_AvailabilityInternal-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..2c16d21 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_float-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..3ee9437 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..d01f350 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_limits-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..fec7901 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..60ebf1d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..454b60e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stddef-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..4ec2ee8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_Builtin_stdint-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm new file mode 100644 index 0000000..96c7991 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation1-2YSBQADOLX02V.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..fb20507 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation2-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm new file mode 100644 index 0000000..cac4c23 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_DarwinFoundation3-2NSGASPTSNBVQ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm new file mode 100644 index 0000000..5ada456 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm new file mode 100644 index 0000000..e4e7a98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/launch-3T3BU4MASLMUM.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm new file mode 100644 index 0000000..ca525d5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libDER-26DYHF6GC6WWA.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm new file mode 100644 index 0000000..78f452b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/libkern-2KQ0X67RTM1JF.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..e06eee7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_object-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm new file mode 100644 index 0000000..26f3d45 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/os_workgroup-2MV8OP7R98AN8.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..633a869 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrauth-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm new file mode 100644 index 0000000..0f5cb18 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/ptrcheck-2OQWMRBVRD4OJ.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm new file mode 100644 index 0000000..d28fd4e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/9B4FJT9IY7SN/sys_types-3J4ZFA06I5V1P.pcm differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule new file mode 100644 index 0000000..0d212ac --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Combine-1EQAXYQ1ZMN4H.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 491412 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule new file mode 100644 index 0000000..ec8012b --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/CoreFoundation-22HAUMCA1ORHR.swiftmodule @@ -0,0 +1,68 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405610000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 179160 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule new file mode 100644 index 0000000..d8914c0 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-1I30EQH4W8U7Q.swiftmodule @@ -0,0 +1,36 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 77504 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule new file mode 100644 index 0000000..95ebaec --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-22MFO27Z338E9.swiftmodule @@ -0,0 +1,64 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405605000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 210900 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule new file mode 100644 index 0000000..34a0aba --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-2KPIZ7RLTUINW.swiftmodule @@ -0,0 +1,100 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405644000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 3785860 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1772776850000000000 + path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes' + size: 162 + sdk_relative: true + - mtime: 1772253432000000000 + path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes' + size: 81098 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true + - mtime: 1776564811000000000 + path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1155103 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule new file mode 100644 index 0000000..c0fdeb6 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-27P2CWMDKCH6K.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405613000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30136 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563970000000000 + path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22494 + sdk_relative: true + - mtime: 1776564143000000000 + path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 3690 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule new file mode 100644 index 0000000..a2a4108 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-2MHMCIQZRO2XQ.swiftmodule @@ -0,0 +1,52 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405587000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 50836 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule new file mode 100644 index 0000000..748ae1f --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Observation-15JCCHA75WSBO.swiftmodule @@ -0,0 +1,44 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405589000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 30876 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776561853000000000 + path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 5150 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule new file mode 100644 index 0000000..1432dc9 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/Swift-5SCGS38H536W.swiftmodule @@ -0,0 +1,12 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405569000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 15012500 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule new file mode 100644 index 0000000..de1fb4a --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/SwiftOnoneSupport-FWNPXCMARJWF.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 18524 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559148000000000 + path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1411 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule new file mode 100644 index 0000000..3596a85 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/System-CKULLR02RGWI.swiftmodule @@ -0,0 +1,48 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405596000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 401660 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563484000000000 + path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 95431 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule new file mode 100644 index 0000000..83acb25 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2VNRFL3XB8YLU.swiftmodule @@ -0,0 +1,72 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405609000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 117716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true + - mtime: 1776561805000000000 + path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 19539 + sdk_relative: true + - mtime: 1771712577000000000 + path: 'usr/include/ObjectiveC.apinotes' + size: 11147 + sdk_relative: true + - mtime: 1771712453000000000 + path: 'usr/include/Dispatch.apinotes' + size: 19 + sdk_relative: true + - mtime: 1772774440000000000 + path: 'usr/include/XPC.apinotes' + size: 123 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true + - mtime: 1776563522000000000 + path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 167873 + sdk_relative: true + - mtime: 1776563516000000000 + path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 6636 + sdk_relative: true + - mtime: 1776563739000000000 + path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 57506 + sdk_relative: true + - mtime: 1776563957000000000 + path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 45109 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule new file mode 100644 index 0000000..fbe57da --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Builtin_float-B6LO026V23Y2.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405573000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23716 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559222000000000 + path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 4363 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule new file mode 100644 index 0000000..a57816b --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-A02JKZOISK22.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405583000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 748656 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776559177000000000 + path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 280495 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule new file mode 100644 index 0000000..197735f --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation1-2HZT72OVL491O.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405578000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 92188 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule new file mode 100644 index 0000000..698d567 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation2-3UAUL5CUVGLDQ.swiftmodule @@ -0,0 +1,24 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405579000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 23256 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule new file mode 100644 index 0000000..824fb22 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_DarwinFoundation3-3FR8V471VU2CU.swiftmodule @@ -0,0 +1,28 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405580000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 20564 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1772775407000000000 + path: 'usr/include/_DarwinFoundation2.apinotes' + size: 1145 + sdk_relative: true + - mtime: 1776561783000000000 + path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 18805 + sdk_relative: true + - mtime: 1776561789000000000 + path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2677 + sdk_relative: true + - mtime: 1776561795000000000 + path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 1573 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule new file mode 100644 index 0000000..8634693 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache/_StringProcessing-22Y1OZRFG9JUE.swiftmodule @@ -0,0 +1,16 @@ +--- +path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' +dependencies: + - mtime: 1777405576000000000 + path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule' + size: 84172 + - mtime: 1776558630000000000 + path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 2193647 + sdk_relative: true + - mtime: 1776562794000000000 + path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface' + size: 22987 + sdk_relative: true +version: 1 +... diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.abi.json b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.abi.json new file mode 100644 index 0000000..d2f988e --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.abi.json @@ -0,0 +1,9 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "NO_MODULE", + "printedName": "NO_MODULE", + "json_format_version": 8 + }, + "ConstValues": [] +} \ No newline at end of file diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftdoc b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftdoc new file mode 100644 index 0000000..ad756cd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftdoc differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule new file mode 100644 index 0000000..9ca84fd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftsourceinfo b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftsourceinfo new file mode 100644 index 0000000..09132e9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftsourceinfo differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.d b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.d new file mode 100644 index 0000000..b2a681d --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.d @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o : /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.dia b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.dia differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o new file mode 100644 index 0000000..fb37cbc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swiftdeps b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swiftdeps new file mode 100644 index 0000000..01443b2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swiftdeps differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.d b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.d new file mode 100644 index 0000000..3cce055 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.d @@ -0,0 +1,4 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule : /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftdoc : /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h : /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftsourceinfo : /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/_DarwinFoundation2.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/XPC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/usr/include/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.dia b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.dia new file mode 100644 index 0000000..093d351 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/VelodyUtilities.emit-module.dia differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h new file mode 100644 index 0000000..79afc5c --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h @@ -0,0 +1,376 @@ +// Generated by Apple Swift version 6.3.2 effective-5.10 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +#ifndef VELODYUTILITIES_SWIFT_H +#define VELODYUTILITIES_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif // defined(__OBJC__) +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" +#if defined(__arm64e__) && __has_include() +# include +#else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop +#endif +#pragma clang diagnostic pop +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef unsigned char char8_t; +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +# else +# define SWIFT_ENUM(_type, _name, _extensibility) _type _name; enum +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM_TAG) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_TAG enum +# else +# define SWIFT_ENUM_TAG +# endif +#endif +#if !defined(SWIFT_ENUM_FWD_DECL) +# if (defined(__cplusplus) && __cplusplus >= 201103L) || (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L) || __has_feature(objc_fixed_enum) +# define SWIFT_ENUM_FWD_DECL(_type, _name) enum _name : _type; +# else +# define SWIFT_ENUM_FWD_DECL(_type, _name) typedef _type _name; +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_AVAILABILITY_DOMAIN) +# define SWIFT_AVAILABILITY_DOMAIN(dom, ...) __attribute__((availability(domain: dom, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if !__has_feature(nullability) +# define _Nonnull +# define _Nullable +# define _Null_unspecified +#elif !defined(__OBJC__) +# pragma clang diagnostic ignored "-Wnullability-extension" +#endif +#if !__has_feature(nullability_nullable_result) +# define _Nullable_result _Nullable +#endif +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyUtilities",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__cplusplus) +extern "C" { +#endif + +#if defined(__cplusplus) +} // extern "C" +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif // defined(__OBJC__) +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="VelodyUtilities",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) + +#endif // defined(__OBJC__) +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#if defined(__cplusplus) +#endif +#pragma clang diagnostic pop +#endif diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/module.modulemap b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/module.modulemap new file mode 100644 index 0000000..3e72d2d --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/module.modulemap @@ -0,0 +1,3 @@ +module VelodyUtilities { + header "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h" +} diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json new file mode 100644 index 0000000..bb47608 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json @@ -0,0 +1,12 @@ +{ + "": { + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/primary.swiftdeps" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift": { + "dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.d", + "object": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o", + "swiftmodule": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService~partial.swiftmodule", + "swift-dependencies": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swiftdeps", + "diagnostics": "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.dia" + } +} diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/primary.priors b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/primary.priors new file mode 100644 index 0000000..93c289a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/primary.priors differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources new file mode 100644 index 0000000..9f57eb5 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources @@ -0,0 +1 @@ +/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/description.json b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/description.json new file mode 100644 index 0000000..d5292ae --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/description.json @@ -0,0 +1,223 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyUtilities-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyUtilities", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodyutilities" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyUtilities" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyUtilities", + "-package-name", + "velodyutilities", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodyutilities", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyUtilities" : [ + + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 new file mode 100644 index 0000000..d8de0d0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/01/arm64e-apple-macos.swiftinterface_Collection_HashedCollections-1SAUQCC4HGG01 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 new file mode 100644 index 0000000..a3a9228 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/SKDocument.h-UJ5M6QHQUV03 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 new file mode 100644 index 0000000..332cecc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/03/workgroup_interval.h-2B0SX7JOMGL03 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 new file mode 100644 index 0000000..8ab5d97 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/ndr.h-1IUYZ91LR1O05 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 new file mode 100644 index 0000000..3f7f1f4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/05/reboot.h-1G8Z7YGO7LE05 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 new file mode 100644 index 0000000..4ba51ab Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/09/ev.h-3ERO722AEKC09 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A new file mode 100644 index 0000000..9dc6451 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0A/arm64e-apple-macos.swiftinterface_Optional-3KC2HRJCBNR0A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B new file mode 100644 index 0000000..de0d748 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0B/NSURLCache.h-E8YC47GC2S0B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C new file mode 100644 index 0000000..2d7bd3c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/IOStorageCardCharacteristics.h-3TFPKF6JMAZ0C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C new file mode 100644 index 0000000..1c187c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0C/locale.h-37M5KQ5GILD0C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D new file mode 100644 index 0000000..f552bbf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0D/NSPersonNameComponentsFormatter.h-3ELJOQ19IFN0D differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F new file mode 100644 index 0000000..9784784 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0F/IOFDiskPartitionScheme.h-2KUAU9E6JCV0F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G new file mode 100644 index 0000000..8c39ec2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/iconv.h-YQILD3DQ7B0G differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I new file mode 100644 index 0000000..4131c00 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/dispatch_swift_shims.h-23CZJ5IJFD30I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I new file mode 100644 index 0000000..ba2a57d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/utime.h-1AQFO1E3V930I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K new file mode 100644 index 0000000..472d29d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0K/event.h-2EGZMPVBO9R0K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L new file mode 100644 index 0000000..3865ab3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/ConditionalMacros.h-1UOKLVNIXI50L differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L new file mode 100644 index 0000000..7d87af8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0L/pfkeyv2.h-31T6D5QSDQO0L differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M new file mode 100644 index 0000000..c659b9c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0M/swap.h-2TM7Y71J64U0M differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P new file mode 100644 index 0000000..776035c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/fts.h-153M1U2NA9S0P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q new file mode 100644 index 0000000..2ccb007 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Q/NSUUID.h-347RNR1ZBRT0Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R new file mode 100644 index 0000000..0988fed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0R/CFTimeZone.h-248L8N0764U0R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S new file mode 100644 index 0000000..70eaab4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0S/vm_region.h-3V0M0MO53ZV0S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V new file mode 100644 index 0000000..f142839 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0V/NSException.h-11FN793PSHL0V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W new file mode 100644 index 0000000..3fc3c57 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0W/MDSchema.h-2R614WN5VSF0W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X new file mode 100644 index 0000000..d92858e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/queue.h-3M0O93DQHU70X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X new file mode 100644 index 0000000..65fbaee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0X/search.h-1WJ2MY6WL6Y0X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z new file mode 100644 index 0000000..b015911 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/0Z/Gestalt.h-9KV7PGS8100Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 new file mode 100644 index 0000000..fc81374 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/CFLocale.h-34KHAYNH73H10 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 new file mode 100644 index 0000000..48d8ee3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/DiskArbitration.h-1ZQ8E1YXZ9W10 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 new file mode 100644 index 0000000..5674743 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/10/IOGraphicsInterface.h-2TM3HMCS0Z410 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 new file mode 100644 index 0000000..6e84472 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/DADisk.h-2AVHYM5M8RJ11 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 new file mode 100644 index 0000000..e3acd29 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/SecCode.h-1UNXL2J2LN311 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 new file mode 100644 index 0000000..f793c0c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/_pthread_key_t.h-J7REKIFS2F11 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 new file mode 100644 index 0000000..87575cf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/11/mach_debug_types.h-34D65KZJXHA11 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 new file mode 100644 index 0000000..7a74614 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/12/NSISO8601DateFormatter.h-U2F0TO2I2E12 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 new file mode 100644 index 0000000..2fb6304 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/CFDate.h-2Z3E182R7JF13 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 new file mode 100644 index 0000000..66750c4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/NSLock.h-1OJ2EQO3DYJ13 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 new file mode 100644 index 0000000..e76046c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/13/port.h-17TP4PI1MPG13 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 new file mode 100644 index 0000000..f605b23 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/15/NSScriptClassDescription.h-LN13UELPV015 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 new file mode 100644 index 0000000..beb3eaa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/17/_string.h-2MXOCFGBJGM17 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 new file mode 100644 index 0000000..c8fb1a1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecBase.h-2A8NGCFBXO18 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 new file mode 100644 index 0000000..92d491d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/18/SecCodeHost.h-DTBJXXJ6CN18 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 new file mode 100644 index 0000000..9cedb84 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/LSConstants.h-NLEVO9N0Y519 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 new file mode 100644 index 0000000..9ef1b4f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/NSUserActivity.h-3CCI1FQQUZO19 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 new file mode 100644 index 0000000..2fa39fd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/19/memory_object_types.h-UVO5P3IDSG19 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B new file mode 100644 index 0000000..d63482d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/CFNumber.h-2GI3TR0JZGG1B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B new file mode 100644 index 0000000..f913215 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/if_dl.h-1MB4MFKU9AC1B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C new file mode 100644 index 0000000..69ceaf3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/IOAppleLabelScheme.h-1WJQJS258CD1C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F new file mode 100644 index 0000000..c0704f0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1F/CMSEncoder.h-2STBUFSK4CI1F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I new file mode 100644 index 0000000..ecde0c5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/OSAtomicDeprecated.h-3HWZSFL5NU01I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I new file mode 100644 index 0000000..807c71f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecKey.h-10DRJMOZ2M01I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I new file mode 100644 index 0000000..74b5449 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/SecRequirement.h-3BGG3XLB2HK1I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I new file mode 100644 index 0000000..b241d51 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/endian.h-275N2AU5UVO1I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I new file mode 100644 index 0000000..ae9b5e5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/ptrauth.h-34I1VXM60711I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J new file mode 100644 index 0000000..315f757 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1J/mig_errors.h-1H683TTQ6QG1J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K new file mode 100644 index 0000000..25f5b8d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1K/libproc.h-1JHAWQHFP0L1K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N new file mode 100644 index 0000000..2832534 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/IODVDTypes.h-1N2LWP68LV01N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N new file mode 100644 index 0000000..db107cb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_errno_t.h-XVIY9HBYP71N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q new file mode 100644 index 0000000..e2b8122 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Q/_mcontext.h-39RT06WL8DZ1Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R new file mode 100644 index 0000000..4315342 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/Script.h-2YDNU7HGDFB1R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W new file mode 100644 index 0000000..bf7e3e8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1W/_OSByteOrder.h-22HWOXDCHH81W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X new file mode 100644 index 0000000..9f59f70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1X/curses.h-37J5JJO77QX1X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z new file mode 100644 index 0000000..ddbd47b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/1Z/attr.h-1EPXL3OOD111Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 new file mode 100644 index 0000000..9a6aac6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/22/NSObjCRuntime.h-3O7B00LOOQ22 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 new file mode 100644 index 0000000..e3587a6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/IOBlockStorageDevice.h-27KBSLK4C5N24 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 new file mode 100644 index 0000000..15a8f88 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/24/NSComparisonPredicate.h-10A3LFMUMIC24 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 new file mode 100644 index 0000000..cad8dca Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/28/sched.h-27UNSVKV9CQ28 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 new file mode 100644 index 0000000..4fef39b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/NSClassDescription.h-3M3UVMDBJ0F29 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 new file mode 100644 index 0000000..b05a151 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/29/_int8_t.h-FJCH36X8E629 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A new file mode 100644 index 0000000..e8f7f6f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2A/audit_fcntl.h-1BDWLBGPOOL2A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C new file mode 100644 index 0000000..09d6f89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2C/tcp_var.h-FUB4WG0QYO2C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D new file mode 100644 index 0000000..41de67b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/raw_ip6.h-2AO4YNK71DY2D differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E new file mode 100644 index 0000000..8f5c69b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/SCSICmds_MODE_Definitions.h-2H5KVAWTANW2E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E new file mode 100644 index 0000000..9f42e38 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2E/in.h-3PCI9BX3JTD2E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F new file mode 100644 index 0000000..cb48ea9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2F/util.h-Z5RXC6RCHH2F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H new file mode 100644 index 0000000..1b90c98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/IOAudioTypes.h-3L0TTW6N1992H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I new file mode 100644 index 0000000..a9d8c35 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2I/NSCharacterSet.h-20DBASEMQHU2I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K new file mode 100644 index 0000000..154c8c4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_in_addr_t.h-1C5M88AWOFG2K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O new file mode 100644 index 0000000..5c4dcf1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/_fd_def.h-36OKCH21XJ12O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q new file mode 100644 index 0000000..754ef57 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Q/NSHFSFileTypes.h-1SXBZ3N43ZI2Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R new file mode 100644 index 0000000..e9d8da2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/vnode.h-AFN4RH1AKE2R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S new file mode 100644 index 0000000..4f8a13d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/IOMedia.h-14K83W673FL2S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S new file mode 100644 index 0000000..727e0ff Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2S/tcp_fsm.h-PENSCYF3DE2S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U new file mode 100644 index 0000000..44436b4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/StringCompare.h-2THXB5DLA1P2U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U new file mode 100644 index 0000000..ef7fa0f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/ah.h-22CI505SYDS2U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U new file mode 100644 index 0000000..ca6edfc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/clock.h-1NSQSYODAKA2U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U new file mode 100644 index 0000000..1a9b16f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2U/exception_types.h-3VZGRYNW1M92U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V new file mode 100644 index 0000000..52d7cd9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2V/audit.h-33VIZO1OS7A2V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z new file mode 100644 index 0000000..c9b3910 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/_timeval.h-2GRP9OUKJMO2Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z new file mode 100644 index 0000000..5a10275 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/2Z/availability.h-1K10PYICPT12Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 new file mode 100644 index 0000000..fc00457 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/30/if_utun.h-18M9DPB4LZ030 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 new file mode 100644 index 0000000..3db7277 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/31/utsname.h-3L5QPXHS0DN31 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 new file mode 100644 index 0000000..f93985c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/IOStorageDeviceCharacteristics.h-10J104K18HF33 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 new file mode 100644 index 0000000..e86e3e7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/arm64e-apple-macos.swiftinterface_Pointer-FK69V31FBU33 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 new file mode 100644 index 0000000..3e9bd95 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/33/task_info.h-3EAHQW41W633 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 new file mode 100644 index 0000000..27edb3c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/36/libc.h-3Q6E8N8P66036 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 new file mode 100644 index 0000000..ba671da Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/37/_limits.h-2P3C38C86YZ37 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 new file mode 100644 index 0000000..59ddecf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/SecIdentity.h-BAVA626P0838 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 new file mode 100644 index 0000000..f7dc6fb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/38/_in_port_t.h-2YGQAS0ID1738 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C new file mode 100644 index 0000000..ec48d2a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/task_policy.h-3OV04BTXG853C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D new file mode 100644 index 0000000..2e22bd9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3D/_u_int.h-1CFKM8X8WHC3D differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E new file mode 100644 index 0000000..7fe6d84 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3E/LSOpen.h-1G6QN6I1KZD3E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F new file mode 100644 index 0000000..6cc497e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_int16_t.h-2DD3SJLX8QF3F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F new file mode 100644 index 0000000..fb2179f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3F/_u_short.h-1NO7YNEHO793F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H new file mode 100644 index 0000000..ffe050b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3H/oidscert.h-2MK6TFM7H4V3H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J new file mode 100644 index 0000000..727eae4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/_blksize_t.h-2BKZYAX9MHY3J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J new file mode 100644 index 0000000..bd5ba39 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/reloc.h-RRP847M61Z3J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K new file mode 100644 index 0000000..19d4de3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/CFURLEnumerator.h-3V5MTQ0RE03K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K new file mode 100644 index 0000000..d888ae2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/ipcomp.h-28SOW1UB2SC3K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K new file mode 100644 index 0000000..f002fd2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3K/message.h-2O1EHXO5XB33K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L new file mode 100644 index 0000000..aec02a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/NSRange.h-2XDZCPPT9NS3L differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L new file mode 100644 index 0000000..9db0c86 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3L/gmon.h-2AQPNXGXLKO3L differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M new file mode 100644 index 0000000..5b387b6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/complex.h-3GL6SH5PNVX3M differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O new file mode 100644 index 0000000..bb15053 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3O/_uint16_t.h-1Z5W20ZI4K33O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q new file mode 100644 index 0000000..14232cb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/_time.h-1X097TP7Y3I3Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q new file mode 100644 index 0000000..c35d2db Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Q/if_mib.h-2B7344788R53Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T new file mode 100644 index 0000000..cdfa612 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/NSScriptCommandDescription.h-1LJ6QRCPZBP3T differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U new file mode 100644 index 0000000..572e574 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/NSMassFormatter.h-OX7PVMSPFS3U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U new file mode 100644 index 0000000..9cc36aa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/audit_filter.h-133ZUR56NS03U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V new file mode 100644 index 0000000..dc32420 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/mds_schema.h-UOKC37HD7V3V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V new file mode 100644 index 0000000..e02c5c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3V/sbuf.h-21NG9JMTQS13V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W new file mode 100644 index 0000000..7a56612 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3W/spawn.h-3ELUPCS50SA3W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X new file mode 100644 index 0000000..50435d1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/NSByteOrder.h-1Q4UUU1E5XQ3X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X new file mode 100644 index 0000000..2ad8efe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3X/WSProtocolHandler.h-13HUIO6EBN13X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y new file mode 100644 index 0000000..3175c2b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Y/if_var_status.h-1RIZEO7GD8D3Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z new file mode 100644 index 0000000..c32a976 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/3Z/oids.h-2GX9B4TRV803Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 new file mode 100644 index 0000000..8746a3f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/IOHIDUserDevice.h-GGXHXUKTMZ41 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 new file mode 100644 index 0000000..e302fee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/41/OSThermalNotification.h-X6Y5JCQTKJ41 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 new file mode 100644 index 0000000..a019c73 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/42/arm64e-apple-macos.swiftinterface_UTF8Span-1Q56ZGYJG0W42 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 new file mode 100644 index 0000000..ee3a337 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/Collections.h-YCL1X3RF2645 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 new file mode 100644 index 0000000..c970b9f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/45/vm_sync.h-11XAS68KXVF45 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 new file mode 100644 index 0000000..621ff54 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/48/arm64e-apple-macos.swiftinterface_Math-2G54MCZXMS848 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 new file mode 100644 index 0000000..bf13889 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/49/arm64e-apple-macos.swiftinterface_Hashing-2Y5E25SNY9U49 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C new file mode 100644 index 0000000..69bc594 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/_ino64_t.h-2MSEJHZHD24C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C new file mode 100644 index 0000000..37376cf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4C/paths.h-35OHUH83HXU4C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D new file mode 100644 index 0000000..959ae33 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4D/NSError.h-190R73ZRMEA4D differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E new file mode 100644 index 0000000..3c7cf0a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4E/_pthread_types.h-1TFD567F6KM4E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F new file mode 100644 index 0000000..cfcce56 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4F/ipsec.h-1UFWNX2WGBD4F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I new file mode 100644 index 0000000..e9afed6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4I/mach_init.h-39ZBRTKZAQH4I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K new file mode 100644 index 0000000..61024bb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4K/IOHIDBase.h-2CKVY21TEX34K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O new file mode 100644 index 0000000..e905484 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/arm64e-apple-macos.swiftinterface_Reflection-3EDLYC8T29G4O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P new file mode 100644 index 0000000..84212f2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/Folders.h-3D5V21N539V4P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q new file mode 100644 index 0000000..47386d7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/alloca.h-3KNR9B03K614Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q new file mode 100644 index 0000000..711b99d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4Q/eti.h-1PLS9Y05IVZ4Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S new file mode 100644 index 0000000..82229a8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/SecDecodeTransform.h-3FCF0IVF8MM4S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S new file mode 100644 index 0000000..13ce346 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4S/times.h-3DSD9LSBFPE4S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V new file mode 100644 index 0000000..1b0f1c3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/IOHIDDevicePlugIn.h-ZW95TWHABY4V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V new file mode 100644 index 0000000..92afd17 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/group.h-BQ4V7PU4TS4V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W new file mode 100644 index 0000000..bdf9135 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4W/_monetary.h-27K2SIKV3JU4W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X new file mode 100644 index 0000000..e79f069 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/CFSet.h-1YEAQLZ5WRS4X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X new file mode 100644 index 0000000..889c4a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/ptrcheck.h-IZSXAMEY9G4X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 new file mode 100644 index 0000000..f587a0c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/NSStream.h-10XG2ZRXJ8A51 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 new file mode 100644 index 0000000..9846567 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/51/_ino_t.h-1B8GAZR8F9X51 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 new file mode 100644 index 0000000..62f1933 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/_seek_set.h-2Q7DCTNPIZ653 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 new file mode 100644 index 0000000..f783edd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/53/loader.h-1X1SE06YIR953 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 new file mode 100644 index 0000000..aacb5cb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/54/CFBundle.h-11UW1ACBHPT54 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 new file mode 100644 index 0000000..536822a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/59/IOHIDServiceClient.h-2C32WNXQNSF59 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A new file mode 100644 index 0000000..1f3281a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5A/NSURLCredential.h-19L78X3TZKB5A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B new file mode 100644 index 0000000..e64ebec Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/NSDateComponentsFormatter.h-3516WN0TN9N5B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B new file mode 100644 index 0000000..9553b1d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5B/wordexp.h-GWC8E4HYTG5B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C new file mode 100644 index 0000000..92f14d1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/CFHTTPMessage.h-F00EEK4Q3Y5C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C new file mode 100644 index 0000000..a27dd7f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5C/SKAnalysis.h-2PWKEMP9AYU5C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D new file mode 100644 index 0000000..d20239b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5D/IODVDBlockStorageDevice.h-2WSOWDKL6B45D differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G new file mode 100644 index 0000000..44a63bd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5G/Authorization.h-2Q3AHEDIM0P5G differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H new file mode 100644 index 0000000..5106054 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5H/rich_error.h-XFUZ6RRUU05H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J new file mode 100644 index 0000000..4ae78ee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/dyld_kernel.h-3I2REXDMCW05J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K new file mode 100644 index 0000000..8626382 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/mach_types.h-O872N0U6WL5K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N new file mode 100644 index 0000000..d77c105 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5N/TextEncodingConverter.h-2I3TQ6KOYCB5N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O new file mode 100644 index 0000000..70c93b0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/IOPM.h-2HC6WQ5C3795O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O new file mode 100644 index 0000000..a4a2f86 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/host_security.h-1T35MC4G7ZD5O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P new file mode 100644 index 0000000..712e3f1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5P/SecKeychainSearch.h-1U1JXLRKK5L5P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q new file mode 100644 index 0000000..35310d5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/_pthread_rwlockattr_t.h-35SBEHBA2U55Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R new file mode 100644 index 0000000..a24a655 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/SCSICmds_INQUIRY_Definitions.h-2PCO0VP9WYW5R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R new file mode 100644 index 0000000..029a717 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5R/thread_switch.h-2KZIZTGXPXL5R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S new file mode 100644 index 0000000..4992e48 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/CMSDecoder.h-2WG5J1VB1YS5S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T new file mode 100644 index 0000000..82f2da3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5T/NSOrthography.h-24EMKQ5B6FN5T differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U new file mode 100644 index 0000000..d405781 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5U/NSTextCheckingResult.h-3UFWF4C325W5U differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W new file mode 100644 index 0000000..8cb65e8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/NSLengthFormatter.h-2T8C4AXEWR35W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y new file mode 100644 index 0000000..c0fc055 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/Power.h-LB5YGT15VN5Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y new file mode 100644 index 0000000..89a2019 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/5Y/igmp.h-HUO8NOK7M25Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 new file mode 100644 index 0000000..9b669ff Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/_sigset_t.h-294K1F4WP6O60 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 new file mode 100644 index 0000000..affc184 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/60/thread_policy.h-3SGXCLYLA4W60 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 new file mode 100644 index 0000000..baeeb13 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/UTCoreTypes.h-3B7R3GBJBHL63 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 new file mode 100644 index 0000000..e4ddb61 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/63/lctx.h-TTO4HW6FYK63 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 new file mode 100644 index 0000000..7712a33 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/64/OSByteOrder.h-1VL19V5ENPY64 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 new file mode 100644 index 0000000..fded31d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/65/processor_info.h-15SRLISK9SH65 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 new file mode 100644 index 0000000..66a4bd5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/IOGraphicsTypes.h-SNFYY6IJER67 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 new file mode 100644 index 0000000..c98dd27 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/67/NSOperation.h-2V6SDROJXBY67 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A new file mode 100644 index 0000000..501f418 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/ifaddrs.h-3UK0GBIQEUR6A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C new file mode 100644 index 0000000..e61e005 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6C/_mbstate_t.h-1DVIOTQDCQD6C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E new file mode 100644 index 0000000..9c05cfb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/IOCDMedia.h-5JWA0GRBB16E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E new file mode 100644 index 0000000..783e2eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/UTCUtils.h-3231QKRJXJ06E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F new file mode 100644 index 0000000..d91a944 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6F/semaphore.h-1J3YQHOUEQC6F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G new file mode 100644 index 0000000..13df552 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/exc.h-1I056SHIEW96G differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J new file mode 100644 index 0000000..1a7bef4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6J/NSConnection.h-1RGQXFTTNGS6J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K new file mode 100644 index 0000000..b98969c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/CFUtilities.h-SE7CIDMELV6K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M new file mode 100644 index 0000000..785c16d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6M/_ct_rune_t.h-31XIOF8OH9D6M differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N new file mode 100644 index 0000000..9b7055a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6N/NSScanner.h-3LIVYC5IXIF6N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O new file mode 100644 index 0000000..27789e8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/stab.h-389DNZNIW8S6O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q new file mode 100644 index 0000000..a049a95 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/AIFF.h-30CIXL15JEU6Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q new file mode 100644 index 0000000..18346d9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/SecSignVerifyTransform.h-2FW1RUCY3XP6Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R new file mode 100644 index 0000000..862efef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6R/IOPMLib.h-NT6IIRE4GN6R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/arm64e-apple-macos.swiftinterface_String-MXUPAHM3GH6S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/arm64e-apple-macos.swiftinterface_String-MXUPAHM3GH6S new file mode 100644 index 0000000..80b538a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6S/arm64e-apple-macos.swiftinterface_String-MXUPAHM3GH6S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V new file mode 100644 index 0000000..28ee5d0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/trace.h-BH2W2KQ2Z76V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W new file mode 100644 index 0000000..8f4ad95 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6W/AEDataModel.h-UAAU3R3EWQ6W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X new file mode 100644 index 0000000..9158251 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/NSScriptCommand.h-1MYAQ7IZIXF6X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X new file mode 100644 index 0000000..0e845c5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/arm64e-apple-macos.swiftinterface_Collection_Array-KG2A6EPTII6X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X new file mode 100644 index 0000000..9265838 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/thread_special_ports.h-2IE9G0PSLHJ6X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z new file mode 100644 index 0000000..a24ceaf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/6Z/IOMessage.h-18AKFAZOLEO6Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 new file mode 100644 index 0000000..0a9bd9a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/71/arm64e-apple-macos.swiftinterface-1RIGHMD7QX471 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 new file mode 100644 index 0000000..31d87a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/IOUserServer.h-2MDWVJIJCK974 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 new file mode 100644 index 0000000..50c4999 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/74/NSInvocation.h-29O8OR8I6A74 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 new file mode 100644 index 0000000..6832da8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/76/IOTypes.h-1Q5LWSR1B0776 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 new file mode 100644 index 0000000..c45b3ef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/NumberFormatting.h-3MSVOKBQNSX77 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 new file mode 100644 index 0000000..e2b8e02 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/77/SecCertificate.h-3MV54FY64L477 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 new file mode 100644 index 0000000..6a8ee99 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/78/thread_state.h-305FHH80RRU78 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 new file mode 100644 index 0000000..7c81948 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/SKIndex.h-3D7URRX5SRJ79 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 new file mode 100644 index 0000000..05db54f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/79/kern_control.h-2SI7QI7PSW179 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A new file mode 100644 index 0000000..7db2a09 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7A/IOHIDEventSystemClient.h-25JDPCK2KUK7A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B new file mode 100644 index 0000000..3f40130 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/_mode_t.h-18C4NLC69NB7B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E new file mode 100644 index 0000000..b0e5156 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/SecProtocolTypes.h-2847XVHDRJI7E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E new file mode 100644 index 0000000..5e048c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7E/getopt.h-2MZF35QQ55K7E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I new file mode 100644 index 0000000..449759a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/_sigaltstack.h-VG87BB390L7I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J new file mode 100644 index 0000000..0d9a398 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7J/NSObjectScripting.h-1IN3S5OWD2K7J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M new file mode 100644 index 0000000..4f8cb00 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/CFPlugIn.h-3FVRGGO0CIM7M differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N new file mode 100644 index 0000000..876f7b0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_off_t.h-1R4MNI1TOOB7N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N new file mode 100644 index 0000000..329d02e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/_u_int8_t.h-15SDJH4VT2B7N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N new file mode 100644 index 0000000..8ee734e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/dlfcn.h-UFVFGY4Q7H7N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N new file mode 100644 index 0000000..bbc3cd5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7N/task.h-1V4K0U1T1BW7N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O new file mode 100644 index 0000000..52dbb67 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7O/scope6_var.h-W20O9CBUBZ7O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P new file mode 100644 index 0000000..573c4b3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/CFDictionary.h-5JUSRLM1D87P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P new file mode 100644 index 0000000..80b8762 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/compact_unwind_encoding.h-DI3PLFF7597P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P new file mode 100644 index 0000000..365fcd7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7P/processor.h-PDRCVU10DT7P differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q new file mode 100644 index 0000000..3bb906e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/clonefile.h-1OUSNSG0BGV7Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q new file mode 100644 index 0000000..4ba95d3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7Q/runtime.h-1UD4NLJH17A7Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T new file mode 100644 index 0000000..9979885 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7T/NSRunLoop.h-3HXT3S0ZCLX7T differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X new file mode 100644 index 0000000..1cacce4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/object.h-2F7G01VWW9R7X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 new file mode 100644 index 0000000..87c0d82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/SecStaticCode.h-2015KPJGM0180 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 new file mode 100644 index 0000000..c8d1f6e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/80/syslog.h-1KB9L7Z0DJ680 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 new file mode 100644 index 0000000..86079b7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/81/workgroup_base.h-16YDO2A038L81 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 new file mode 100644 index 0000000..13e7a8d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/82/SecCustomTransform.h-1L9L4VVPQOS82 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 new file mode 100644 index 0000000..b6ce923 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/TextEncodingPlugin.h-3C228Q7ARL583 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 new file mode 100644 index 0000000..eb679f2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/83/fixup-chains.h-21NOIHZKD6X83 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 new file mode 100644 index 0000000..210f96b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/84/TextCommon.h-38JKQ706QSV84 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 new file mode 100644 index 0000000..92877c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/85/IOHIDShared.h-29636WKI6KJ85 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 new file mode 100644 index 0000000..d572318 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/NSAutoreleasePool.h-3SSODOMXBKN86 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 new file mode 100644 index 0000000..8bad9b8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/86/if_media.h-1P19KQF3U7086 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 new file mode 100644 index 0000000..5916c8b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/87/error.h-2E3VM5ENU9X87 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 new file mode 100644 index 0000000..5d85a0e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/if_arp.h-2YI9LB5S3AN88 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 new file mode 100644 index 0000000..416befd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/88/in_systm.h-17Z7ZWM3ZU888 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A new file mode 100644 index 0000000..c94ad0f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8A/memory_entry.h-3QBREZKMASK8A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C new file mode 100644 index 0000000..d107423 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/DiskSpaceRecovery.h-3G4XJ1LFWV08C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C new file mode 100644 index 0000000..401c3f6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8C/vmparam.h-3DGE2JMC2XE8C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E new file mode 100644 index 0000000..895d6e5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/fasttrap_isa.h-2BNMSZPT2BY8E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E new file mode 100644 index 0000000..c5e43eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/signal.h-2F43SEKSS9Y8E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E new file mode 100644 index 0000000..b038767 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/sockio.h-2MN1EG2TM2Y8E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F new file mode 100644 index 0000000..35b4812 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/NSNotificationQueue.h-12C24153HMI8F differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H new file mode 100644 index 0000000..8484583 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/aio.h-1A1CCXB38AF8H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I new file mode 100644 index 0000000..c7be029 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8I/cssmcspi.h-1NQ3IUPVIT08I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N new file mode 100644 index 0000000..f7f26c3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8N/NSByteCountFormatter.h-1CJ2ZUZOEB48N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q new file mode 100644 index 0000000..ebc4f3b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Q/NSTask.h-191JHJIHGUH8Q differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R new file mode 100644 index 0000000..5fcfa30 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/USBSpec.h-3QKO824IYZB8R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R new file mode 100644 index 0000000..44803c8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/param.h-O9K52O68YF8R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S new file mode 100644 index 0000000..07dcd49 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/SecTransformReadTransform.h-1QA8D1F6NEJ8S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S new file mode 100644 index 0000000..2bf1169 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/__stdarg_va_list.h-3TL5I7T0WTP8S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S new file mode 100644 index 0000000..c6876b2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_regex.h-3B0MA6UHHEK8S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S new file mode 100644 index 0000000..e4b1b5e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8S/_timeval32.h-3BK84NDHM3F8S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V new file mode 100644 index 0000000..0c328f0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8V/_nl_item.h-FETDID176N8V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W new file mode 100644 index 0000000..54ebf16 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8W/proc.h-18TTM6SSWF38W differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y new file mode 100644 index 0000000..f2bc86d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/8Y/NSGarbageCollector.h-38BE39F4S7I8Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 new file mode 100644 index 0000000..262ba18 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/91/source.h-155R3BZNIGD91 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 new file mode 100644 index 0000000..fad8d28 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/92/NSXMLNodeOptions.h-27KT36JPDVC92 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 new file mode 100644 index 0000000..4ece05c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/93/IOFramebufferShared.h-3F2ELBC5Z1O93 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 new file mode 100644 index 0000000..6749e37 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/94/_filesec_t.h-1FTX44XP15T94 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 new file mode 100644 index 0000000..5861624 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/96/unistd.h-RIG71GMZS496 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 new file mode 100644 index 0000000..70fa602 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/97/_wchar.h-2GKKTOPDETU97 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 new file mode 100644 index 0000000..b4dbd3f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/arm64e-apple-macos.swiftinterface_Bool-2PQVWDP4E7C98 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 new file mode 100644 index 0000000..9fe3fa1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/98/audit_session.h-111AOG9Q2LB98 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 new file mode 100644 index 0000000..380db15 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_select.h-35KN8ULHARG99 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 new file mode 100644 index 0000000..f9b4d06 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/99/session.h-1R8A9V7N1BE99 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A new file mode 100644 index 0000000..5047eb6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/_ctermid.h-2E60E326LR09A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A new file mode 100644 index 0000000..22b3249 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9A/mount.h-2UCQUFW2AI49A differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E new file mode 100644 index 0000000..1eed699 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFArray.h-10XQB1ZZ9IZ9E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E new file mode 100644 index 0000000..f3f1059 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/CFStringTokenizer.h-3JB5LUZ9HPF9E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E new file mode 100644 index 0000000..8cf3264 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/_dev_t.h-XIJEJLYJZC9E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E new file mode 100644 index 0000000..86ea927 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/byte_order.h-30P4DS09IU9E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E new file mode 100644 index 0000000..ad13c05 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9E/libgen.h-3M0M694T7V9E differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G new file mode 100644 index 0000000..576be06 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/DriverServices.h-OSPQ971A2G9G differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H new file mode 100644 index 0000000..c209f8f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/netdb.h-2653GAEVR0R9H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H new file mode 100644 index 0000000..f8e5d53 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9H/xattr.h-30Q3YJAADLU9H differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I new file mode 100644 index 0000000..26ad779 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/_u_int32_t.h-1JVW03YWX3V9I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I new file mode 100644 index 0000000..0a6ee79 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9I/processor_info.h-3EIHFSB1K7P9I differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J new file mode 100644 index 0000000..428d376 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9J/NSPointerFunctions.h-2IWCEIR7JX29J differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K new file mode 100644 index 0000000..dbc2c54 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9K/_fsfilcnt_t.h-2J4SI2VERAE9K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L new file mode 100644 index 0000000..3e070be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9L/NSURLDownload.h-23B748EQE709L differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N new file mode 100644 index 0000000..d66e284 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/NSAppleEventDescriptor.h-1TR8QR09P459N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N new file mode 100644 index 0000000..54b874c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/SecProtocolObject.h-21Q5FUF75NE9N differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O new file mode 100644 index 0000000..c838be9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9O/__endian.h-34LHCDVMO659O differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R new file mode 100644 index 0000000..f361f1b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/CFNumberFormatter.h-FO0F8XSBRE9R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R new file mode 100644 index 0000000..389e65a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/SecEncodeTransform.h-34R3BZ3E4189R differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S new file mode 100644 index 0000000..2658a1a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9S/audit_errno.h-2KEF3J00QY89S differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y new file mode 100644 index 0000000..82ea224 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Y/CFTree.h-2C9ONK16L6M9Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z new file mode 100644 index 0000000..60bc4a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/NSDateFormatter.h-18TDK00KYHS9Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z new file mode 100644 index 0000000..6091df7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/OSUtils.h-3IZAJVO6HA89Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z new file mode 100644 index 0000000..277e767 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/9Z/policy.h-1SY1HQKDKLM9Z differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 new file mode 100644 index 0000000..9bfdcee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/MDLabel.h-DMLLZAN8ZYA0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 new file mode 100644 index 0000000..7d9bcb4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/IOBDMedia.h-2YUF9X8AYETA1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 new file mode 100644 index 0000000..cb0241c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/lockgroup_info.h-2U81RZ1RXVVA1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 new file mode 100644 index 0000000..e25aea0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A1/semaphore.h-1UU911U8ERQA1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 new file mode 100644 index 0000000..ddf97ef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/FSEvents.h-3BJCGK1LF4VA2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 new file mode 100644 index 0000000..746b114 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A2/NSObject.h-2FD2G4OJCPLA2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 new file mode 100644 index 0000000..e9ee484 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/IOUSBHostFamilyDefinitions.h-37DTDPZO1MFA3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 new file mode 100644 index 0000000..a0dc8aa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/A3/MacLocales.h-21KP0YI04FSA3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB new file mode 100644 index 0000000..f6b2eb6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AB/NSProxy.h-RCDZ8V4CUAB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD new file mode 100644 index 0000000..06e7645 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AD/object.h-237CW2G6Z7VAD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF new file mode 100644 index 0000000..5a519ac Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AF/__stddef_nullptr_t.h-PZI2JELPAZAF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG new file mode 100644 index 0000000..a823a70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/NSDateIntervalFormatter.h-34X0DGQDIS4AG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG new file mode 100644 index 0000000..14543cf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/_types.h-21IPYP8FLW8AG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG new file mode 100644 index 0000000..717c3b1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AG/semaphore.h-1QI41OLMIDUAG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ new file mode 100644 index 0000000..2e2e836 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/CSIdentity.h-3C7K4MQRFFZAJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ new file mode 100644 index 0000000..c76c0a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/SecProtocolMetadata.h-18QAK2FQ1U7AJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL new file mode 100644 index 0000000..343d386 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AL/_wchar.h-9ZWNFPO24ZAL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM new file mode 100644 index 0000000..78f5d23 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/CFFileDescriptor.h-3IIQXHFPVXKAM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM new file mode 100644 index 0000000..dc78a0a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/kernel_types.h-1FG78GBH6B2AM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM new file mode 100644 index 0000000..84bc5cd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AM/objc-sync.h-1DKQIQ3POOTAM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO new file mode 100644 index 0000000..a4228c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AO/_symbol_aliasing.h-3C1YA7SQ2HZAO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP new file mode 100644 index 0000000..2c2a455 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AP/cssmkrapi.h-XCQTZ684B2AP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ new file mode 100644 index 0000000..5393ad2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/CFHost.h-1XJ600SDU2OAQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ new file mode 100644 index 0000000..ab82173 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/qos.h-37MPUDVKMUTAQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ new file mode 100644 index 0000000..4d2ac38 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/shared_region.h-FX2ENJ5Z08AQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT new file mode 100644 index 0000000..838c4be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDecimalNumber.h-1AJTYMQJH0WAT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT new file mode 100644 index 0000000..01a0389 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/NSDistantObject.h-1D6AH6Z232VAT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT new file mode 100644 index 0000000..d250f5b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/___wctype.h-2XB1AZ4KMF4AT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT new file mode 100644 index 0000000..079634e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AT/host_priv.h-2GED8E99974AT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU new file mode 100644 index 0000000..3072fcc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/AvailabilityInternalLegacy.h-221GLLEDEOSAU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU new file mode 100644 index 0000000..f6e6108 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/kext_net.h-3KZ0YLB7FTHAU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW new file mode 100644 index 0000000..3562423 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/NSXMLDTD.h-2P7740UK7AW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW new file mode 100644 index 0000000..d66edef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AW/arm64e-apple-macos.swiftinterface_Collection_Type-erased-4EYB56CXWDAW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX new file mode 100644 index 0000000..50dd6d3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_ctype.h-3QHDPFDI5XNAX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX new file mode 100644 index 0000000..ee7d1cc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AX/_mb_cur_max.h-3FLV9VS5YG2AX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY new file mode 100644 index 0000000..fa91362 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AY/ipc_info.h-23ZHG8MTTE2AY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ new file mode 100644 index 0000000..ae2fbfe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/AEObjects.h-3HIVYU7NTGAAZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ new file mode 100644 index 0000000..529c005 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/netport.h-394X6CW6TPJAZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 new file mode 100644 index 0000000..b0fed79 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/_stdio.h-3KSUAY6F95VB2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 new file mode 100644 index 0000000..c08b2f5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B2/host_special_ports.h-341ETNLDLHNB2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 new file mode 100644 index 0000000..17d43a1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B4/_regex.h-36II7NM3KBCB4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 new file mode 100644 index 0000000..9803275 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B5/__stdarg___gnuc_va_list.h-2K47H1YNTLGB5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 new file mode 100644 index 0000000..7f5924b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B8/MDQuery.h-2O810ZEXOJOB8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 new file mode 100644 index 0000000..18b1c54 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/B9/listener.h-1SR9H0EFS4GB9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA new file mode 100644 index 0000000..276b65c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/SecItem.h-34SR8IGMKEDBA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA new file mode 100644 index 0000000..de2efa3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BA/kdebug.h-30T2X8M5KH0BA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB new file mode 100644 index 0000000..07f3f83 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/IOFireWireFamilyCommon.h-21L5AKKXY28BB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB new file mode 100644 index 0000000..09633c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BB/NSUserScriptTask.h-WWMQRUJJAXBB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC new file mode 100644 index 0000000..c96ce93 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BC/SecAsn1Templates.h-36N8SFSW8AWBC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD new file mode 100644 index 0000000..316809e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/CFAvailability.h-3PFR9U6CO1PBD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD new file mode 100644 index 0000000..5a9d7e1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/execinfo.h-3AQ707IKQW4BD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD new file mode 100644 index 0000000..02de3fa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BD/libbsm.h-2GPMSUTJR53BD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE new file mode 100644 index 0000000..8fb64f8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BE/boolean.h-99X76WAHN2BE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG new file mode 100644 index 0000000..754bbdc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/IOBSD.h-1CLW1S1VTWBBG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH new file mode 100644 index 0000000..1aa2aa5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/NSNumberFormatter.h-XBKBIW5KUFBH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH new file mode 100644 index 0000000..46c4a43 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BH/form.h-2CVR60VF6B1BH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ new file mode 100644 index 0000000..bb27f4b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/fenv.h-3TCE6HUK98BBJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ new file mode 100644 index 0000000..f9bab7e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/in_var.h-Z0MTHEEDLZBJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK new file mode 100644 index 0000000..c0db6bf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/arch.h-K1C56A9FQ1BK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL new file mode 100644 index 0000000..9ef7f7c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_endian.h-3VEJOS27HZWBL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL new file mode 100644 index 0000000..9b946c5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/_wctype_t.h-3VBU123F7P4BL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP new file mode 100644 index 0000000..50f0a18 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BP/IODVDMediaBSDClient.h-16Q6FKA1X4HBP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ new file mode 100644 index 0000000..8151f91 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/_types.h-1412OVHMI6BBQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ new file mode 100644 index 0000000..074a126 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BQ/in_pcb.h-1VRPO32NZDRBQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR new file mode 100644 index 0000000..462e4ba Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/_wctype.h-299PA6C3L06BR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS new file mode 100644 index 0000000..1f05727 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/math.h-3A651J0PVEZBS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT new file mode 100644 index 0000000..4c7c78b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/TextUtils.h-2P09A4HPHNWBT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT new file mode 100644 index 0000000..894d506 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BT/pipe.h-3GCGI1Z2L30BT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV new file mode 100644 index 0000000..d23b640 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BV/SecTrustedApplication.h-2T0ZNA8MMUQBV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX new file mode 100644 index 0000000..9adbb60 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/fat.h-133L3SUC57YBX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY new file mode 100644 index 0000000..467ff86 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSOrderedCollectionDifference.h-1QQKYUCEE27BY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY new file mode 100644 index 0000000..e889031 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/NSScriptWhoseTests.h-30KBV5Q1AABBY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY new file mode 100644 index 0000000..e9baa43 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/_ucontext64.h-1SBDKD4NF6HBY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 new file mode 100644 index 0000000..f0ae61d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C2/IntlResources.h-2FECDZWX1K4C2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 new file mode 100644 index 0000000..7c9d232 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/NSSortDescriptor.h-FREIKXX7K1C4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 new file mode 100644 index 0000000..ffa1f52 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/SecTask.h-3POAWFJVHWJC4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 new file mode 100644 index 0000000..e8551d6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C4/arm64e-apple-macos.swiftinterface_Collection-2UX4JLKDVRIC4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 new file mode 100644 index 0000000..5e21b19 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/IONetworkInterface.h-2YQVEU0DI66C6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 new file mode 100644 index 0000000..4f21474 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/__stdarg_va_arg.h-1RA1414779JC6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 new file mode 100644 index 0000000..06eee31 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C6/peer_requirement.h-2NYC3JDHI32C6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 new file mode 100644 index 0000000..9f6eef0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/SCSICmds_REPORT_LUNS_Definitions.h-30Y1PH0EQMRC7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 new file mode 100644 index 0000000..2c2afe3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/C7/runetype.h-20QSR1B4D55C7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB new file mode 100644 index 0000000..f4aa8bb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/IOHIDEventServiceKeys.h-3GMVHCNZWVKCB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB new file mode 100644 index 0000000..fabdbfd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CB/NSScriptKeyValueCoding.h-21XCYZP206RCB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC new file mode 100644 index 0000000..ba56bee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CC/posix_shm.h-1O4FHSGOLPDCC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD new file mode 100644 index 0000000..5a67bda Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CD/cssmerr.h-3DE6IECSWOOCD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF new file mode 100644 index 0000000..7991a14 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CF/NSURLSession.h-DJFG9CU336CF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI new file mode 100644 index 0000000..f3df3a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/IconStorage.h-271T7BAETX1CI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI new file mode 100644 index 0000000..2a0f007 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CI/rpc.h-31XRH0XK7IECI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK new file mode 100644 index 0000000..08bfafe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/net_kev.h-3K89FWGABXCK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL new file mode 100644 index 0000000..6015d1a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CL/IOKitLib.h-2CCL5UZTRB5CL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN new file mode 100644 index 0000000..0ed72f0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/NSDictionary.h-3G04FQ6I9P0CN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN new file mode 100644 index 0000000..7d378d8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CN/paths.h-3JSBS6LNU8OCN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP new file mode 100644 index 0000000..96aafdd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/IOEthernetInterface.h-BO9GJSMKJNCP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP new file mode 100644 index 0000000..11ca7b2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit_internal.h-2RULHCQ8VFVCP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ new file mode 100644 index 0000000..ef1aaa4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CQ/esp.h-28TS0LZZJLCCQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR new file mode 100644 index 0000000..c5bbb59 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/OSMessageNotification.h-32QJYCZB4CACR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR new file mode 100644 index 0000000..fda3d92 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/_ucontext.h-Y29RY7RRL3CR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR new file mode 100644 index 0000000..e202544 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/device_types.h-3B2Z7K0WZ9JCR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT new file mode 100644 index 0000000..374489a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/CFBitVector.h-1FD2KHO4VIICT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT new file mode 100644 index 0000000..a0ce498 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/_printf.h-3H2RWKIUFKGCT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT new file mode 100644 index 0000000..47a0e5a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/audit_triggers_types.h-2L4OF4CQZRJCT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV new file mode 100644 index 0000000..500a147 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/NSInflectionRule.h-3LKSIFBP182CV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW new file mode 100644 index 0000000..1dc59a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/select.h-T7CUQ5R9BXCW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW new file mode 100644 index 0000000..1538f7b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CW/uio.h-1ENIZF8XZ4PCW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX new file mode 100644 index 0000000..ce3fbfb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_ptrdiff_t.h-15AB8YR486XCX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX new file mode 100644 index 0000000..966c6b0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CX/_stdio.h-3BQ2PABJXY3CX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY new file mode 100644 index 0000000..cf36aae Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CY/arm64e-apple-macos.swiftinterface_Math_Integers-2TUM15YSRBBCY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ new file mode 100644 index 0000000..abf6f84 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/CZ/getsect.h-3L1PJXQ9H6SCZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 new file mode 100644 index 0000000..ae76537 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/copyfile.h-2THM36MVKX9D0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 new file mode 100644 index 0000000..1067b53 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/NSURLError.h-3GGF5QZS0PID3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 new file mode 100644 index 0000000..c3239c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/AppleUSBDefinitions.h-ZNDFXV4YY1D4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 new file mode 100644 index 0000000..17871d5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D4/USB.h-64YVBV0ESPD4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 new file mode 100644 index 0000000..984656c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/SecTrustSettings.h-37DLG16F2S6D8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 new file mode 100644 index 0000000..06b0431 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/D9/IOVideoDeviceShared.h-1VJYYNF4EVLD9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB new file mode 100644 index 0000000..a3fae8d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DB/NSNull.h-LDIPWIO4QVDB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC new file mode 100644 index 0000000..daa2ba6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DC/__stddef_max_align_t.h-26UO3533DQCDC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD new file mode 100644 index 0000000..559341b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DD/msg.h-15G86I3CGJ6DD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE new file mode 100644 index 0000000..ce97f80 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/reloc.h-GS9FJF26TNDE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF new file mode 100644 index 0000000..7955fa0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/NSNotification.h-3P171RR2JS7DF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF new file mode 100644 index 0000000..ec2aa3f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/mbuf.h-3I2EV0L4J6NDF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG new file mode 100644 index 0000000..f2428d9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/IOPartitionScheme.h-2RR3XQ35F8KDG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG new file mode 100644 index 0000000..026c3fb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/Multiprocessing.h-RHXB60YUHEDG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG new file mode 100644 index 0000000..8793a3b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_uuid_t.h-22MPX5GE39VDG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG new file mode 100644 index 0000000..bd2c21b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/host_info.h-HQ1FYDZZJXDG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH new file mode 100644 index 0000000..1311245 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DH/_SwiftConcurrency.h-3TLE8ZVCLBTDH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI new file mode 100644 index 0000000..ea5e317 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DI/CFCalendar.h-18028BEAD36DI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ new file mode 100644 index 0000000..7043717 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IOGraphicsLib.h-1XS1PDD2DO7DJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ new file mode 100644 index 0000000..3c16be4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/IONetworkMedium.h-7WVW0TC160DJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL new file mode 100644 index 0000000..7e5a047 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_intptr_t.h-RZ0HBUYH6XDL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM new file mode 100644 index 0000000..48c83c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DM/clock.h-HFWTDB6NDVDM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN new file mode 100644 index 0000000..205dcc8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DN/ioctl_compat.h-375X7MJC9BXDN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO new file mode 100644 index 0000000..62c96cb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/NSMetadata.h-12O84AWT3FDO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO new file mode 100644 index 0000000..e623db9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DO/conf.h-317NT1SEZQEDO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR new file mode 100644 index 0000000..20f82b8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DR/thread_status.h-1PZN75K7JXQDR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS new file mode 100644 index 0000000..73b6eb3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DS/_stdlib.h-299RX4I3MYLDS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU new file mode 100644 index 0000000..282cef0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DU/stdio.h-NT0UHZLYG8DU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX new file mode 100644 index 0000000..b5c5ae5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/NSPredicate.h-3E7RE97LIL1DX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX new file mode 100644 index 0000000..de5325a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DX/__stddef_ptrdiff_t.h-39NWF8PN7CRDX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY new file mode 100644 index 0000000..e60f47a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/hv_kern_types.h-P8GOKNM4JLDY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY new file mode 100644 index 0000000..3274f0b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/vm_param.h-21DLWLXTEKZDY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 new file mode 100644 index 0000000..c50b37c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E0/timeb.h-2RZ2G3VDUMTE0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 new file mode 100644 index 0000000..e8541dd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E1/IOHIDTypes.h-KA6WCK6QGRE1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 new file mode 100644 index 0000000..7950a47 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/IOEthernetController.h-1YEATH4UD1ZE3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 new file mode 100644 index 0000000..384a5ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E3/acl.h-3H4OP1WYTI5E3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 new file mode 100644 index 0000000..492a399 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E4/vm_prot.h-2LI8NHRZ8VDE4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 new file mode 100644 index 0000000..367a260 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E6/NSExpression.h-3N4ZOVUIU7OE6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 new file mode 100644 index 0000000..f3765fc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E7/NSExtensionRequestHandling.h-801JMFB95JE7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 new file mode 100644 index 0000000..86faf28 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/CFProxySupport.h-14G01IQ2A9TE9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 new file mode 100644 index 0000000..5ce3e2c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/_u_char.h-19NIDV8R59SE9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA new file mode 100644 index 0000000..da4615d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EA/un.h-LKAWW0JZZTEA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED new file mode 100644 index 0000000..175ce69 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ED/IONetworkData.h-28RLLM2V1Z3ED differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF new file mode 100644 index 0000000..f8a6eae Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/OSAtomicQueue.h-28N3WS6G0D0EF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF new file mode 100644 index 0000000..335af7b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EF/__stddef_null.h-XEL48OJUZLEF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH new file mode 100644 index 0000000..1ea602c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/NSScriptExecutionContext.h-3CBVVQZE88LEH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI new file mode 100644 index 0000000..887241f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EI/reloc.h-V3RFK00JY8EI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK new file mode 100644 index 0000000..de31f3f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EK/_useconds_t.h-2Z8XR3FJX83EK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL new file mode 100644 index 0000000..30fec6b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/IOHIDQueue.h-314O66LYEE4EL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM new file mode 100644 index 0000000..93257b4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/SecProtocolOptions.h-GK1VQGMXSCEM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM new file mode 100644 index 0000000..854a2e4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EM/_pthread_condattr_t.h-3PQGAOJLEFEEM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN new file mode 100644 index 0000000..ada09ad Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EN/IOStorage.h-2N2IZJTLFCKEN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP new file mode 100644 index 0000000..25bf52d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/limits.h-3Q3RV0WX8R2EP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP new file mode 100644 index 0000000..d940b08 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EP/mach_time.h-21ZOVGZTJN7EP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ new file mode 100644 index 0000000..7a101c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/bootp.h-O6YHV3GA91EQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER new file mode 100644 index 0000000..7c04534 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/AEHelpers.h-35CWBC42S5ZER differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER new file mode 100644 index 0000000..ba23380 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/NSProcessInfo.h-3UOW9OOESVER differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER new file mode 100644 index 0000000..352bfd1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ER/utils.h-2ZU9XIT0G7LER differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET new file mode 100644 index 0000000..eea6ca3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ET/arm64e-apple-macos.swiftinterface-3BWVKIR740NET differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU new file mode 100644 index 0000000..4f7dfc9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EU/NSSpellServer.h-SOVCR17P4GEU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV new file mode 100644 index 0000000..22d127b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EV/NSPersonNameComponents.h-1E4YRUKQUKEV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW new file mode 100644 index 0000000..6cf7918 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/EW/NSValue.h-2SMKEMAZRZREW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 new file mode 100644 index 0000000..b8b046b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/WSMethodInvocation.h-2F9C095H0OUF0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 new file mode 100644 index 0000000..d1b83c0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/_strings.h-PN2XMI1TXF0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 new file mode 100644 index 0000000..992a7de Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F0/readpassphrase.h-2UTB1XPODPXF0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 new file mode 100644 index 0000000..200679a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/_structs.h-3FSW98T3MEBF2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 new file mode 100644 index 0000000..1214f89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F2/mach_voucher.h-3FX41Y9XG4EF2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 new file mode 100644 index 0000000..74e8b16 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/IOCFPlugIn.h-PSP1P00NTIF5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 new file mode 100644 index 0000000..8e6eccb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/arm64e-apple-macos.swiftinterface_Assert-1I2E2BDJC3WF5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 new file mode 100644 index 0000000..76e8da3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/mach_voucher_types.h-NI5N6FBFYFF5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 new file mode 100644 index 0000000..91690d9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F6/sys_domain.h-XVUF2W07LCF6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 new file mode 100644 index 0000000..99b3bea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/NSKeyedArchiver.h-3T4KL12GJ7F7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 new file mode 100644 index 0000000..e466016 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/_guid_t.h-3EHDQN3U7L2F7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 new file mode 100644 index 0000000..bbc9666 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F7/limits.h-KYDI3UFR3ZF7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 new file mode 100644 index 0000000..d7a9428 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/tcp.h-3GHXSIK6KFCF8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 new file mode 100644 index 0000000..5c4fb89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/menu.h-2LAIBWU4H0JF9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA new file mode 100644 index 0000000..4b53d2d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FA/IOFireWireStorageCharacteristics.h-2Z18NKUKVJ9FA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD new file mode 100644 index 0000000..4c1f051 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FD/_rune_t.h-2EX2ELYQ68HFD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE new file mode 100644 index 0000000..d649bdc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/IOLLEvent.h-ZATDCJMZTJFE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE new file mode 100644 index 0000000..2ca274e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/arm64e-apple-macos.swiftinterface_C-1EEFPAQIANPFE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI new file mode 100644 index 0000000..7a07368 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/ipc.h-3B0XWDGCRQ8FI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK new file mode 100644 index 0000000..463cf3b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFHTTPStream.h-26CN1ZYB7UZFK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK new file mode 100644 index 0000000..3a73af2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/CFMessagePort.h-2QTSARUA6LVFK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK new file mode 100644 index 0000000..7101aaa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FK/xpc.h-23Y6JINMAEOFK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM new file mode 100644 index 0000000..5eebe0c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FM/CFBinaryHeap.h-2NEFVOGQ5Y9FM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN new file mode 100644 index 0000000..c4b21a9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FN/_uint32_t.h-2ACO9Z7SYNJFN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ new file mode 100644 index 0000000..ce8050f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/IOAccelClientConnect.h-2TX9OB2WUMWFQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS new file mode 100644 index 0000000..ce4f65a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/IOPMLibDefs.h-16L4R99W4C4FS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS new file mode 100644 index 0000000..a096cee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_blkcnt_t.h-3OAKIIP1GR1FS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS new file mode 100644 index 0000000..f7f04f1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/_uint64_t.h-2YO6WHJTFP8FS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV new file mode 100644 index 0000000..a64a372 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FV/qos.h-1AFKC4JYQ5RFV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW new file mode 100644 index 0000000..fe8ab82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/_malloc.h-V0R2NNV7GWFW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW new file mode 100644 index 0000000..43bf864 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FW/types.h-KYSQM1DL0TFW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX new file mode 100644 index 0000000..2b06ede Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/AuthSession.h-BPF6E00VGEFX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX new file mode 100644 index 0000000..22887eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FX/vm_purgable.h-ZYVYIERNZAFX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY new file mode 100644 index 0000000..dff0a8e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/crt_externs.h-2ESQD98U3O8FY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ new file mode 100644 index 0000000..c9eeaf2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/AvailabilityVersions.h-1ZKBII1HQ35FZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ new file mode 100644 index 0000000..6c79289 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/FZ/nlist.h-1B4UDTW9VPLFZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 new file mode 100644 index 0000000..da6cae3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G0/_param.h-ZWE95B89NYG0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 new file mode 100644 index 0000000..c6a9e0b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G1/IOHIDEventServiceTypes.h-17AG9XXTS9TG1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 new file mode 100644 index 0000000..6384e93 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/SecPolicy.h-3CLBUNHZ2UQG3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 new file mode 100644 index 0000000..32adb89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/Timer.h-1NUJLV8YQ95G3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 new file mode 100644 index 0000000..ecd3234 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G3/kern_return.h-DD3PH6O8C5G3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 new file mode 100644 index 0000000..55d79b3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G4/SCSICmds_READ_CAPACITY_Definitions.h-2OJBM5HY6XWG4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 new file mode 100644 index 0000000..a8d1b82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/_inttypes.h-F4RGBLYOHSG6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 new file mode 100644 index 0000000..c4ae13f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/_int16_t.h-3UIVR2BRPCHG7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 new file mode 100644 index 0000000..31da2aa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/errno.h-HT34MMPF0FG7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 new file mode 100644 index 0000000..167736c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G8/fsgetpath.h-15Y9F097OMFG8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 new file mode 100644 index 0000000..33aaa89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/G9/workloop.h-1YSUXMQYKAHG9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB new file mode 100644 index 0000000..a63ea11 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/CFDateFormatter.h-33MAWTA4LBBGB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB new file mode 100644 index 0000000..c3cea85 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GB/IOSCSIMultimediaCommandsDevice.h-2F71F3KH0X5GB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC new file mode 100644 index 0000000..4f0a799 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/fnmatch.h-3N5D29XH1OOGC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC new file mode 100644 index 0000000..d15fd65 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GC/mach_host.h-21BDHOWGA9LGC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE new file mode 100644 index 0000000..307ca10 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/_fsobj_id_t.h-CS7Y49BG1FGE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE new file mode 100644 index 0000000..b738694 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/xattr_flags.h-2HFOPRHG8GJGE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF new file mode 100644 index 0000000..560a27d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/CFHTTPAuthentication.h-1SVORXYF5H2GF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF new file mode 100644 index 0000000..3a10808 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/arm64e-apple-macos.swiftinterface-3G133JS5QKBGF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF new file mode 100644 index 0000000..f6b55dc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GF/pwd.h-OOJQV03Y2JGF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG new file mode 100644 index 0000000..321031a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GG/CFStream.h-1TJ8NJAHBBAGG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH new file mode 100644 index 0000000..d4ee4c5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GH/resource.h-PLII4B1BJBGH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI new file mode 100644 index 0000000..9522de4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/IOBlockStorageDriver.h-3FA2ISLZP2GI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI new file mode 100644 index 0000000..45a79ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/_vnode_t.h-3U4OBQLN4MDGI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI new file mode 100644 index 0000000..1efd21a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GI/x509defs.h-19VGZEXYYIVGI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL new file mode 100644 index 0000000..36238e1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/sysdir.h-S0RTNC1I5AGL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN new file mode 100644 index 0000000..a126530 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/NSPropertyList.h-6T4R04DA0UGN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO new file mode 100644 index 0000000..1a3e01d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/MixedMode.h-1QKL3LD3MZ4GO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO new file mode 100644 index 0000000..4bff99e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/NSAffineTransform.h-1MCC90R7QI1GO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO new file mode 100644 index 0000000..c6eb519 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/___wctype.h-3EPX3F11OVVGO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO new file mode 100644 index 0000000..b0dbe28 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GO/debug.h-281ZUAE1KC2GO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ new file mode 100644 index 0000000..f3c6c4c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GQ/CFError.h-2TKAIT4FQ8IGQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS new file mode 100644 index 0000000..d6c5312 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/Aliases.h-33GMWE44FK9GS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT new file mode 100644 index 0000000..6a7ab98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/IOATAStorageDefines.h-1PZ35E52MYXGT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT new file mode 100644 index 0000000..455036b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/appleapiopts.h-3ITOOK4VH6MGT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY new file mode 100644 index 0000000..488da5c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/GY/IOCFSerialize.h-1LFLK0N8158GY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 new file mode 100644 index 0000000..ef15942 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/IONetworkLib.h-3S7A1DOUZ86H0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 new file mode 100644 index 0000000..ff6802a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H0/time_value.h-1HMCIU6YXZ9H0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 new file mode 100644 index 0000000..c8b433f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/IOReturn.h-MHLV6IRR78H3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 new file mode 100644 index 0000000..5c2c782 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_OSByteOrder.h-1HPWPR6ZTZ2H3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 new file mode 100644 index 0000000..62cbd3f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H3/_ssize_t.h-2CDSKK2UNDGH3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 new file mode 100644 index 0000000..0da1314 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/OSTypes.h-2K0HJNPP8EAH4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 new file mode 100644 index 0000000..7567236 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H4/ucred.h-34T3WQAWUBHH4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 new file mode 100644 index 0000000..de2c99c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H5/OSDebug.h-F3PWZOY7ZHH5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 new file mode 100644 index 0000000..dc4a98d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H6/IOHIDElement.h-NVV49X8V36H6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 new file mode 100644 index 0000000..77893ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/NSPortMessage.h-2CUJB9AHXWOH7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 new file mode 100644 index 0000000..979dbbc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/OSByteOrder.h-LIHQEK988PH7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 new file mode 100644 index 0000000..66a6b05 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H7/arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-31UGSO8191XH7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 new file mode 100644 index 0000000..1f2bc14 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H8/ar.h-2758Q8E8XG9H8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 new file mode 100644 index 0000000..262743a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/CSIdentityAuthority.h-2E2IBZQ2ZI1H9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 new file mode 100644 index 0000000..1c0ab5e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/mach_param.h-SL78NQGZGVH9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA new file mode 100644 index 0000000..e572bd4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HA/wait.h-5M8QVLO773HA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC new file mode 100644 index 0000000..fb0933b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HC/event_status_driver.h-1XWQBHLINH0HC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG new file mode 100644 index 0000000..a81ece2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HG/arm64e-apple-macos.swiftinterface_Playground-200G2GK961RHG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH new file mode 100644 index 0000000..f28aaef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/NSZone.h-2CC0G4HGMM5HH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH new file mode 100644 index 0000000..b9bd040 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/clock_reply.h-1TBZ0N44AX7HH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH new file mode 100644 index 0000000..75dd34f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/sysctl.h-JLXMROS93RHH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ new file mode 100644 index 0000000..2eaee68 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HJ/_malloc_type.h-HAROD4Q7OFHJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM new file mode 100644 index 0000000..b4802a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/SCSICommandOperationCodes.h-2OGDUAFWYRZHM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM new file mode 100644 index 0000000..71354ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/in6.h-27XK0PQQKQYHM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM new file mode 100644 index 0000000..64250fc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HM/route.h-3KQNONJSIKJHM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO new file mode 100644 index 0000000..123d730 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/CFCharacterSet.h-2YUVXPAPN35HO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO new file mode 100644 index 0000000..776fb4d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HO/NSFileWrapper.h-2GXFCEVYAL6HO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP new file mode 100644 index 0000000..c878f89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/IODataQueueShared.h-1PTND49FKHJHP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP new file mode 100644 index 0000000..4e38d3d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HP/ncurses_dll.h-9VC29QYZSPHP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU new file mode 100644 index 0000000..40cb754 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HU/_uint8_t.h-1MKLFPUURJLHU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV new file mode 100644 index 0000000..2e8c89e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HV/IORPC.h-2O2206FWRFUHV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW new file mode 100644 index 0000000..5838215 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HW/AEUserTermTypes.h-1T1AAF2N4J9HW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY new file mode 100644 index 0000000..c02aa7e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HY/NSTimeZone.h-TVTKJKZGSUHY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ new file mode 100644 index 0000000..bf62572 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/IONetworkStats.h-3I18JSF768SHZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ new file mode 100644 index 0000000..c9887cc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/HZ/NSCoder.h-1F3A7A4WV6HZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 new file mode 100644 index 0000000..901c801 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I0/syslimits.h-TA97PN7JO9I0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 new file mode 100644 index 0000000..6004312 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/NSRegularExpression.h-2WU5IGZCGESI2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 new file mode 100644 index 0000000..277c389 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/cpio.h-18WNI7IDS9AI2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 new file mode 100644 index 0000000..9f76f90 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I2/utmp.h-1528IHW8RL6I2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 new file mode 100644 index 0000000..5b4dd70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I5/UnicodeUtilities.h-D693Y5RRJSI5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 new file mode 100644 index 0000000..fb78609 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I6/kauth.h-1U3GR7E9DFCI6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 new file mode 100644 index 0000000..d948f59 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I7/NSOrderedSet.h-29OQDF326G3I7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 new file mode 100644 index 0000000..bb5ba96 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSDate.h-FXZ9VZ2MZWI8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 new file mode 100644 index 0000000..0d1945e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I8/NSXMLNode.h-1NN9G4AMNFEI8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 new file mode 100644 index 0000000..9948923 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/I9/_strings.h-1CYI0LJSD29I9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB new file mode 100644 index 0000000..6a3d0d4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IB/membership.h-B7NJDGTK7BIB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID new file mode 100644 index 0000000..f4ec351 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ID/hashtable2.h-28TS6481FURID differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH new file mode 100644 index 0000000..c10908e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IH/_posix_availability.h-2HCVA4MYO2DIH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II new file mode 100644 index 0000000..a8035ee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/II/NSLocale.h-11I7H6MCF98II differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ new file mode 100644 index 0000000..8b9f1a3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IJ/__stddef_rsize_t.h-LACUAKZMXYIJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK new file mode 100644 index 0000000..61dc887 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/AERegistry.h-3HPB3PZ2TNAIK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK new file mode 100644 index 0000000..41e59a8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IK/SecTrust.h-USZ5NWHL83IK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL new file mode 100644 index 0000000..318e8eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/buf.h-5TA1S26VV7IL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL new file mode 100644 index 0000000..d212048 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IL/objc-exception.h-O8WMV7DKAIL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM new file mode 100644 index 0000000..3225789 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IM/NSURLAuthenticationChallenge.h-JD7HE6YJ7CIM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP new file mode 100644 index 0000000..12e45be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/NSJSONSerialization.h-1FLCSY8BNZUIP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP new file mode 100644 index 0000000..f90ae8e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/termios.h-2J45YFKYXBCIP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP new file mode 100644 index 0000000..f014ff2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IP/time.h-1P7AN79RYECIP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR new file mode 100644 index 0000000..483cee5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/MacTypes.h-1SMUUQB891HIR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR new file mode 100644 index 0000000..3a8a528 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/NSPathUtilities.h-1NUYZJH9PYGIR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR new file mode 100644 index 0000000..22331cc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IR/malloc.h-9AGPIZAOWXIR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS new file mode 100644 index 0000000..24e5639 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IS/data.h-VDPF7OC87TIS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW new file mode 100644 index 0000000..975f9b5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/CoreFoundation.h-RMHS7O65L8IW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW new file mode 100644 index 0000000..bbdce81 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/IOAccelTypes.h-1Y808RWE432IW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW new file mode 100644 index 0000000..9d5996b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/NSURLResponse.h-PKCQU9AFW7IW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW new file mode 100644 index 0000000..5dc4af3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IW/__xlocale.h-23OTWEN2PLTIW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX new file mode 100644 index 0000000..114edba Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/certextensions.h-P40XZVSUSZIX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 new file mode 100644 index 0000000..9c39ad4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_clock_t.h-34TVOYNGQ4EJ0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 new file mode 100644 index 0000000..954ccab Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J0/_uintptr_t.h-3AIKHMCKYW0J0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 new file mode 100644 index 0000000..23791ed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J1/CFFileSecurity.h-2RTUKU61BSLJ1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 new file mode 100644 index 0000000..bb18797 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J2/NSBundle.h-FS3HXBLR36J2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 new file mode 100644 index 0000000..46a1cc1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSProtocolChecker.h-HOHAK17LHXJ3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 new file mode 100644 index 0000000..418d7f9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/NSXMLDocument.h-2VHMJSBTKRLJ3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 new file mode 100644 index 0000000..9017b56 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J3/thread_state.h-36GQREYHE4DJ3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 new file mode 100644 index 0000000..6bb01fe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J6/_intmax_t.h-3YYKIEJQSMJ6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 new file mode 100644 index 0000000..ab0130a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/IODataQueueClient.h-3UCTYQ69M1SJ7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 new file mode 100644 index 0000000..f3fca6d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J7/bootparams.h-1ERAQTAYPY0J7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 new file mode 100644 index 0000000..eb99a1e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J8/audit_socket_type.h-14GPEE50VTGJ8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 new file mode 100644 index 0000000..9e96d89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/J9/TargetConditionals.h-16SORJ6HUVLJ9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA new file mode 100644 index 0000000..d54fc90 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/NSScriptCoercionHandler.h-31504PXKKGUJA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD new file mode 100644 index 0000000..e416433 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JD/NSUbiquitousKeyValueStore.h-4QL2QC50ZKJD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE new file mode 100644 index 0000000..66d0e68 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/_inttypes.h-3S0NPHRWK5HJE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE new file mode 100644 index 0000000..3373be9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/oidsattr.h-1MGNNNIH6SWJE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE new file mode 100644 index 0000000..dfd5c5a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JE/ttychars.h-N8R1W21ZX9JE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF new file mode 100644 index 0000000..a6707a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JF/IOHIDDeviceTypes.h-1OGVPVZUBYWJF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG new file mode 100644 index 0000000..c7a589d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JG/_nlink_t.h-3ED2UEP62POJG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI new file mode 100644 index 0000000..3c2a974 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/SecAsn1Types.h-MOE1WR64R8JI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI new file mode 100644 index 0000000..288e974 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/fp.h-2LJ0TFF2Z8UJI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI new file mode 100644 index 0000000..912d5a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/libDER_config.h-VZ690IR5BMJI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ new file mode 100644 index 0000000..3ec34bf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JJ/dyld_images.h-115BLV11MJ9JJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL new file mode 100644 index 0000000..173f16f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JL/oidsalg.h-1VMBTWO7BACJL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM new file mode 100644 index 0000000..b0fbcf6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/NSHTTPCookie.h-3LUI5ZOOA7TJM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM new file mode 100644 index 0000000..025965f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JM/__stddef_offsetof.h-2LUNIPF6B18JM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP new file mode 100644 index 0000000..b0e192f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/IOBDBlockStorageDevice.h-2EJIP667C6AJP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP new file mode 100644 index 0000000..0d50bb9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSKeyValueCoding.h-9M8N9ORDW4JP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP new file mode 100644 index 0000000..e13babe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/NSObject.h-1XVSOO2GKI4JP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP new file mode 100644 index 0000000..c6a19a8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/igmp_var.h-2BDL9DCQE5SJP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP new file mode 100644 index 0000000..8a82aa6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JP/ip_icmp.h-2J4OUTLQTBPJP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ new file mode 100644 index 0000000..1502529 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JQ/IOFireWireLib.h-39B0V81AZHXJQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR new file mode 100644 index 0000000..6626800 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JR/cdefs.h-VEI3H6Q51YJR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS new file mode 100644 index 0000000..14e5496 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/emmtype.h-2SZ4BCGBMAJS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS new file mode 100644 index 0000000..fa46766 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/icmp6.h-X1YT7TTP6KJS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU new file mode 100644 index 0000000..6cef17b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JU/_locale.h-3D53YSZ4BQQJU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW new file mode 100644 index 0000000..e41ae54 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JW/hfs_mount.h-3D2I40O494ZJW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX new file mode 100644 index 0000000..e17ca97 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JX/arm64e-apple-macos.swiftinterface_Protocols-34033LU3WQOJX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY new file mode 100644 index 0000000..f8eef19 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/JY/AuthorizationDB.h-348WC36GVHJY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 new file mode 100644 index 0000000..e861ed8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K1/IOKitServer.h-3J2G39IGFS4K1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 new file mode 100644 index 0000000..3d70282 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/NSURLCredentialStorage.h-2MR0J0CEHKWK2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 new file mode 100644 index 0000000..31cc150 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K2/_mach_port_t.h-RNHOROTXYAK2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 new file mode 100644 index 0000000..d9bdb0d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K3/CFUUID.h-7FK1KNZT6EK3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 new file mode 100644 index 0000000..c57d809 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K4/IOFilterScheme.h-1OMTQK478BBK4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 new file mode 100644 index 0000000..4c5b971 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K5/_int32_t.h-3MR7DZZIHJ4K5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 new file mode 100644 index 0000000..492805c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K6/__stddef_wchar_t.h-3MNV84OUMYLK6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 new file mode 100644 index 0000000..ad244e2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K7/task_special_ports.h-1LC7W2JRODOK7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 new file mode 100644 index 0000000..84e81a8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/K9/arm64.h-FHT9WT2DQNK9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA new file mode 100644 index 0000000..acb3f2a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/_null.h-1KC2UXHVQ0QKA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA new file mode 100644 index 0000000..8f02097 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/fmtmsg.h-3GM282SX335KA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB new file mode 100644 index 0000000..643c677 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/IOCFUnserialize.h-1V19GVB7SD9KB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB new file mode 100644 index 0000000..c2d4287 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/_monetary.h-3PP93RDN6CTKB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB new file mode 100644 index 0000000..c8b02f5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/mach_error.h-1IWYXGMD968KB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB new file mode 100644 index 0000000..ab4c5af Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/printerdb.h-17U5IVRQSJ0KB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB new file mode 100644 index 0000000..40bcd70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KB/thread_act.h-35VJFMGJB6PKB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE new file mode 100644 index 0000000..1f50de1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/CSIdentityQuery.h-YBH8GCY6MHKE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE new file mode 100644 index 0000000..19c8766 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/_locale_t.h-WOA8STU2H2KE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE new file mode 100644 index 0000000..864e8a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KE/hfs_format.h-3E51473HNSKKE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG new file mode 100644 index 0000000..d373562 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/NSAppleScript.h-2T5EZZS7FG4KG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG new file mode 100644 index 0000000..8bd0205 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KG/traps.h-35PCFD07TKSKG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI new file mode 100644 index 0000000..ecd36e5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KI/cssmkrspi.h-1QT1M6ZWOZLKI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ new file mode 100644 index 0000000..98f98f5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/AppleEvents.h-2WRTYLL06LFKJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ new file mode 100644 index 0000000..2b529df Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/LSQuarantine.h-18R0I488Z02KJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ new file mode 100644 index 0000000..7e09404 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/NSDistributedLock.h-3SY7ZQPZD5XKJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ new file mode 100644 index 0000000..b83d887 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KJ/inet.h-11F05ZXC5T2KJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL new file mode 100644 index 0000000..158fa28 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KL/sdt_isa.h-1VREDZXGE7YKL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM new file mode 100644 index 0000000..c11b623 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KM/__float_float.h-35PIKQLS43DKM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN new file mode 100644 index 0000000..74b1601 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/NSCalendar.h-2FEV31DVYJ6KN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN new file mode 100644 index 0000000..406ea94 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/ranlib.h-NRXX6ORQTRKN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN new file mode 100644 index 0000000..28113ef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KN/sem.h-2B3TFRC6TAIKN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP new file mode 100644 index 0000000..6bbe539 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KP/host_reboot.h-1YFJ2L8YS58KP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR new file mode 100644 index 0000000..11bf305 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/DateTimeUtils.h-GOGHIGSVMSKR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR new file mode 100644 index 0000000..9aee30a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KR/NSThread.h-3QMTDFPW1EKKR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS new file mode 100644 index 0000000..a7b344a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/Finder.h-272SHLQGNH4KS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS new file mode 100644 index 0000000..0c28d16 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/dirent.h-2XUW7TORCBXKS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT new file mode 100644 index 0000000..51b7aae Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/NSPortNameServer.h-3JUX3WBBR8FKT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU new file mode 100644 index 0000000..a04bf4f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KU/IOGraphicsEngine.h-2P7FCT4MHL4KU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV new file mode 100644 index 0000000..6591ce0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/KV/_key_t.h-FG2O1960JQKV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 new file mode 100644 index 0000000..bbd774e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/NSDebug.h-2L04XK5QEYYL1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 new file mode 100644 index 0000000..6339774 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/mds.h-1FARYB7FLVBL2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 new file mode 100644 index 0000000..176b67f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L2/stat.h-3NJF7FAUKCYL2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 new file mode 100644 index 0000000..bb61bb1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L3/_caddr_t.h-13CMSBL2SPFL3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 new file mode 100644 index 0000000..3274f6f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/SecImportExport.h-2ZQYSZRDPHTL4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 new file mode 100644 index 0000000..970ac07 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L4/ndr_def.h-ZZA3IEUUROL4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 new file mode 100644 index 0000000..9332050 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSFileManager.h-29BGEJ2TEJIL5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 new file mode 100644 index 0000000..647d290 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/asm.h-28UD7C38W6AL6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 new file mode 100644 index 0000000..c750605 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/CSIdentityBase.h-TF5B3UGD6ML7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/L8/IOApplePartitionScheme.h-3LGP0XRBCRXL8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA new file mode 100644 index 0000000..8b3c16b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/arm64e-apple-macos.swiftinterface-372W3URMQIGLA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA new file mode 100644 index 0000000..15fa85d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LA/if_ether.h-19LKX3SD72RLA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC new file mode 100644 index 0000000..b0ce020 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LC/_pid_t.h-2FE53P1CFSQLC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE new file mode 100644 index 0000000..cdfecc3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/sync_policy.h-1WVV1INCZXSLE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE new file mode 100644 index 0000000..b3680a3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LE/vm_map.h-2CSE59GO075LE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG new file mode 100644 index 0000000..94d0c7a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LG/IOEthernetStats.h-3O1IB61UPOILG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH new file mode 100644 index 0000000..6c153ec Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSFilePresenter.h-2CF5BFVR8F9LH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH new file mode 100644 index 0000000..e1c63db Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/NSScriptStandardSuiteCommands.h-3H5T8T3Z5B0LH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/arm64e-apple-macos.swiftinterface-1D97FSPU8YXLH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/arm64e-apple-macos.swiftinterface-1D97FSPU8YXLH new file mode 100644 index 0000000..5a5c9df Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/arm64e-apple-macos.swiftinterface-1D97FSPU8YXLH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI new file mode 100644 index 0000000..ab0b805 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/NSGeometry.h-3APFRLYONLOLI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ new file mode 100644 index 0000000..d4c35ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LJ/UnicodeConverter.h-391IITF8MHKLJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN new file mode 100644 index 0000000..b22ea13 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LN/NSXMLElement.h-1SQLKX09DYNLN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO new file mode 100644 index 0000000..f2ba87c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/IOStreamLib.h-3NAIMTVY5MELO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO new file mode 100644 index 0000000..96bf919 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LO/stdbool.h-1TBOA4V1O4GLO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP new file mode 100644 index 0000000..34f9f70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LP/IOAudioDefines.h-CUQ2PPWOSJLP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ new file mode 100644 index 0000000..2fbac45 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LQ/cssmcli.h-2C2L0NDW24OLQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW new file mode 100644 index 0000000..d4059b6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LW/PEFBinaryFormat.h-24G8C1ND8MULW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX new file mode 100644 index 0000000..f1c913d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LX/ev_keymap.h-1CB655QNUT5LX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY new file mode 100644 index 0000000..f10b5be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/LY/processor_set.h-CAN0N3YK1YLY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 new file mode 100644 index 0000000..f975567 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/ip.h-3GL6DJPY92VM1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 new file mode 100644 index 0000000..7b948a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M1/vm_page_size.h-3FDTGWCYFUWM1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 new file mode 100644 index 0000000..946160e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M2/_pthread_rwlock_t.h-D4SHZJTDCLM2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 new file mode 100644 index 0000000..ff02904 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/IOPowerSources.h-3MNH881Q1UEM4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 new file mode 100644 index 0000000..69767c0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M4/SecKeychain.h-2V0GXF9O6WEM4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 new file mode 100644 index 0000000..d4f0220 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M5/termios.h-NGI0QGB9PM5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 new file mode 100644 index 0000000..43ddfb2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/IOHIDProperties.h-2NZQTULKQ6SM6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 new file mode 100644 index 0000000..efdd5fc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/_pthread_once_t.h-2P5WKU6353VM6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 new file mode 100644 index 0000000..449a3cd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M7/MDImporter.h-39S5Z45H46LM7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 new file mode 100644 index 0000000..2aa41bf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M8/FoundationErrors.h-2EBXNAJX1U5M8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 new file mode 100644 index 0000000..5868009 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/IOPMKeys.h-3N5LIM7HCE3M9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 new file mode 100644 index 0000000..785257d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/NSXMLParser.h-3E86E3ODFLHM9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 new file mode 100644 index 0000000..14c62fd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/M9/fcntl.h-JIBISTDVT3M9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA new file mode 100644 index 0000000..6f82d01 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MA/proc.h-2IQ3RIUAQQHMA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB new file mode 100644 index 0000000..25903cd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MB/_id_t.h-362Q6A6ME9EMB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC new file mode 100644 index 0000000..df37c8f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/panel.h-23T681O1ZHNMC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF new file mode 100644 index 0000000..f9e7967 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/CFAttributedString.h-PP3O3MX2FCMF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG new file mode 100644 index 0000000..e3dc037 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MG/CFNetworkDefs.h-1MUT8HXM0JHMG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH new file mode 100644 index 0000000..c0e4de4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/NSMetadataAttributes.h-27M3VHHE9GJMH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH new file mode 100644 index 0000000..59ea876 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/_wint_t.h-3AKPTTYEK6HMH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH new file mode 100644 index 0000000..11585f9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MH/types.h-2MW2TQ815JMH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ new file mode 100644 index 0000000..1d2d2ee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/NSPredicateValidating.h-2QPFP7GPH3OMJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ new file mode 100644 index 0000000..faef055 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MJ/ToolUtils.h-3D4D9BKMU97MJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN new file mode 100644 index 0000000..be64bc4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOKitKeys.h-3LE4UJBV1REMN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN new file mode 100644 index 0000000..fe4d932 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MN/IOPSKeys.h-17LO74H4WRMMN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO new file mode 100644 index 0000000..3853c6d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MO/mman.h-16H7TJ08HYEMO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP new file mode 100644 index 0000000..e072794 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/udp.h-2I82RDASYY9MP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ new file mode 100644 index 0000000..f642c21 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/ioss.h-2A7V0VB3TGCMQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ new file mode 100644 index 0000000..9d4e48c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MQ/user.h-1DH14OMA2G5MQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS new file mode 100644 index 0000000..0615a59 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/DERItem.h-3ELVL7YXMZMS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS new file mode 100644 index 0000000..e115798 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/NSURLRequest.h-1G7BNTSZKNBMS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS new file mode 100644 index 0000000..54e9907 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MS/thread_status.h-K6PRQDDDTVMS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT new file mode 100644 index 0000000..532347c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MT/KeychainCore.h-3QFCSRMYJPTMT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU new file mode 100644 index 0000000..8b2faa0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/CFBag.h-5T0U4GPYO8MU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX new file mode 100644 index 0000000..065e1c3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MX/SecureDownload.h-1Z79CX7Q7PGMX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ new file mode 100644 index 0000000..19f655e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/__float_infinity_nan.h-2K082V914N7MZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ new file mode 100644 index 0000000..54da647 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/MZ/ndrv.h-1V72NPCZSU4MZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 new file mode 100644 index 0000000..f250f70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N1/_graftdmg_un.h-2V6PR4UM7X7N1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 new file mode 100644 index 0000000..77ae94d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/IOUPSPlugIn.h-KK5X35SDUNN4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 new file mode 100644 index 0000000..8611299 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N5/OSReturn.h-1QNX56UXB6MN5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 new file mode 100644 index 0000000..1a4f4a7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/SecTransform.h-2VZ8LS535CTN7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 new file mode 100644 index 0000000..f97f215 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N7/_rsize_t.h-2IWFWLNHB1EN7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 new file mode 100644 index 0000000..27adc6b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/N9/_pthread_attr_t.h-2CVG635GKOCN9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA new file mode 100644 index 0000000..58dcc1f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NA/NSURLHandle.h-OXPLEATCB2NA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB new file mode 100644 index 0000000..31912fa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/unpcb.h-GXG2XGN19ANB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/KeychainService.swift-A55MCH1HHLND b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/KeychainService.swift-A55MCH1HHLND new file mode 100644 index 0000000..89bced7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/KeychainService.swift-A55MCH1HHLND differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND new file mode 100644 index 0000000..fe53ac0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/SecPolicySearch.h-3IHBEEB3FWFND differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND new file mode 100644 index 0000000..283bf71 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ND/workgroup_object.h-155A6N16G1RND differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE new file mode 100644 index 0000000..2801b0f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NE/msgbuf.h-2IF781P25YANE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF new file mode 100644 index 0000000..b08dbdd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOCFBundle.h-B3T3J1QX36NF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF new file mode 100644 index 0000000..9dccab4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/IOHIDDevice.h-3QQK1RBWSQ9NF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF new file mode 100644 index 0000000..320deee Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NF/unctrl.h-1BWH6HS6Z3GNF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG new file mode 100644 index 0000000..5255215 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NG/__stddef_size_t.h-EV3CIHQ00TNG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH new file mode 100644 index 0000000..3a0d542 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/IOVideoTypes.h-MR93PSBCC4NH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH new file mode 100644 index 0000000..e727fa3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NH/fasttrap_isa.h-2OJI6ECWG5LNH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI new file mode 100644 index 0000000..2307d22 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NI/_iovec_t.h-2JBJIZE1HEMNI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ new file mode 100644 index 0000000..110ddf5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/NSLocalizedNumberFormatRule.h-28RBEBWNSRONJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ new file mode 100644 index 0000000..687ccd8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/SecAccess.h-PV7MXDHMYLNJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ new file mode 100644 index 0000000..8c729c2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/arm64e-apple-macos.swiftinterface_Math_Floating-19NHU6EPG6NJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ new file mode 100644 index 0000000..183bf05 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/audit_kevents.h-2HQ6BH07B5KNJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK new file mode 100644 index 0000000..3d72fdd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/NSUserNotification.h-2QGU097MJAZNK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK new file mode 100644 index 0000000..79330de Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NK/oidscrl.h-58CLUQZMV6NK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL new file mode 100644 index 0000000..509c707 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NL/_ctype.h-1528JOSV6LHNL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM new file mode 100644 index 0000000..a84d8d7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NM/_timespec.h-27MEHSAP8CNNM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO new file mode 100644 index 0000000..cf2324a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NO/limits.h-33VFA90LD0INO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP new file mode 100644 index 0000000..887048b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/thread_state.h-RCK64T92QVNP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR new file mode 100644 index 0000000..d61e8fc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/IOBDTypes.h-9WT7QBMG0NR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR new file mode 100644 index 0000000..92947dd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSExtensionContext.h-1LFZIF8YSFDNR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR new file mode 100644 index 0000000..a317957 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NR/NSURLProtectionSpace.h-K9SYZSRAHFNR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW new file mode 100644 index 0000000..f8ac640 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NW/thread_info.h-3KPSWJU4D1KNW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX new file mode 100644 index 0000000..745df8d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NX/if_types.h-1ITWCUH63WPNX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY new file mode 100644 index 0000000..9d9b667 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/NSMethodSignature.h-2OQEZSSAKGDNY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY new file mode 100644 index 0000000..c2a9a37 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/ttycom.h-13TQDF1M5X8NY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ new file mode 100644 index 0000000..814a3c5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/NZ/_mount_t.h-3K12HB2OHYHNZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 new file mode 100644 index 0000000..a851033 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/filio.h-2AHZBJ1LNJ7O1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 new file mode 100644 index 0000000..bbe353f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O1/time.h-OEEZHVRQX1O1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 new file mode 100644 index 0000000..16a7374 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O3/IONetworkUserClient.h-DLCTP1T906O3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 new file mode 100644 index 0000000..2ca1025 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/CFByteOrder.h-1PX35BQKGFGO4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 new file mode 100644 index 0000000..0261331 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O4/SCSICmds_REQUEST_SENSE_Defs.h-3D95W4BMYK8O4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 new file mode 100644 index 0000000..1238138 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/NSBackgroundActivityScheduler.h-1V7VVFRCWJ0O8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 new file mode 100644 index 0000000..539edb0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/SCSITask.h-2O0UC0B1LYO8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 new file mode 100644 index 0000000..af8a382 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/_u_int64_t.h-946RWGK2CSO9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 new file mode 100644 index 0000000..af7fe2c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/O9/spawn.h-330X424E4BAO9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA new file mode 100644 index 0000000..45d0e6f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OA/in6_var.h-3UL6T9RX4WYOA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC new file mode 100644 index 0000000..d033974 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/IOHIDKeys.h-2D5DOVYBXGQOC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC new file mode 100644 index 0000000..831c0f7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/NSArchiver.h-3MIU12JIQEEOC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC new file mode 100644 index 0000000..1a36c22 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OC/audit_record.h-3AACR3E2ULLOC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE new file mode 100644 index 0000000..49a5e86 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/NSURLConnection.h-3Q8AZ1Z437POE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE new file mode 100644 index 0000000..a55ade7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/OSKextLib.h-TZ2KWFZRHLOE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE new file mode 100644 index 0000000..d2bf994 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/_static_assert.h-3FMFFJN8XD2OE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE new file mode 100644 index 0000000..3d80826 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OE/clock_priv.h-4XA2NPBFBYOE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF new file mode 100644 index 0000000..6ff7cbe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OF/IOCDTypes.h-3LJH2XUGXZCOF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH new file mode 100644 index 0000000..fe2cb47 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/NSAttributedString.h-27RKLLBJBYBOH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH new file mode 100644 index 0000000..e69f781 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OH/ntsid.h-2M2UHH4KAFSOH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ new file mode 100644 index 0000000..1245aea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/AssertMacros.h-10PZ2I9NIABOJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ new file mode 100644 index 0000000..311a96f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OJ/err.h-3SI1P8CGUUVOJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK new file mode 100644 index 0000000..e000922 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/setjmp.h-1577B0MFJ0IOK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM new file mode 100644 index 0000000..e00f5d4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OM/_langinfo.h-1AKHCV1V920OM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO new file mode 100644 index 0000000..35866a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_suseconds_t.h-67FXSHAT6LOO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO new file mode 100644 index 0000000..db0fdcb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/resourcevar.h-3IORAS1ZI9DOO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP new file mode 100644 index 0000000..98e32a7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OP/IOSharedLock.h-3IQF3G6PBNWOP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR new file mode 100644 index 0000000..7ab7b72 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/AvailabilityMacros.h-1NX9T40N4VFOR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR new file mode 100644 index 0000000..e55d377 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OR/IOHIDLibObsolete.h-3716POZ21T3OR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT new file mode 100644 index 0000000..4d6c93a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OT/_int64_t.h-1C8PBLFOABIOT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU new file mode 100644 index 0000000..0b8ee9b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/LSInfoDeprecated.h-2NIWOUIT1HROU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU new file mode 100644 index 0000000..a555079 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OU/NSDecimal.h-1J0CHRW808TOU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW new file mode 100644 index 0000000..a6574eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OW/MacMemory.h-1114X80XW6FOW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX new file mode 100644 index 0000000..25204c4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OX/NSUndoManager.h-1TOQPQ0YV4ROX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY new file mode 100644 index 0000000..b8d5c7e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OY/IODVDMedia.h-1IADR67QMDJOY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ new file mode 100644 index 0000000..860b836 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/rbtree.h-3USKXMRPWDOZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 new file mode 100644 index 0000000..2d16f1a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P0/message.h-18EMHMAU0D1P0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 new file mode 100644 index 0000000..6a82d6a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/arm64e-apple-macos.swiftinterface-1Q27AH1NQS4P4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 new file mode 100644 index 0000000..8645d06 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P4/ttydefaults.h-35INNBIF154P4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 new file mode 100644 index 0000000..5fd5375 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P6/ftw.h-396MBCLQBJUP6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 new file mode 100644 index 0000000..1281744 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P7/IOHIDValue.h-EWS717BDKGP7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 new file mode 100644 index 0000000..2edef90 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/P8/_timeval64.h-MGP0EBZG2P8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB new file mode 100644 index 0000000..4ec958b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PB/OSCacheControl.h-S5WQ2HGYR0PB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC new file mode 100644 index 0000000..88787c3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/Endian.h-280BEL3WUOPPC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD new file mode 100644 index 0000000..7a56f1d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PD/fileport.h-28FAZUTOUEYPD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE new file mode 100644 index 0000000..afd364e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PE/IOHIDUsageTables.h-3F1KGGEEBVNPE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG new file mode 100644 index 0000000..04c5590 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/vm.h-1GG2706LNZOPG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG new file mode 100644 index 0000000..6fce1f3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PG/workgroup_parallel.h-3MGN7KW9RUTPG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH new file mode 100644 index 0000000..0f0b4e7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/_size_t.h-2DIE3BNGF2HPH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH new file mode 100644 index 0000000..7231991 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/signal.h-3EUZHENASIUPH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM new file mode 100644 index 0000000..b649fbf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PM/SecIdentitySearch.h-M5HTA2UAJ5PM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN new file mode 100644 index 0000000..2c364de Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PN/_uintmax_t.h-1AH75M817EMPN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP new file mode 100644 index 0000000..e4db422 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/CFXMLNode.h-1Q0QXBXMGQGPP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP new file mode 100644 index 0000000..1b7f00e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PP/NSTimer.h-1CUUBXC2HWJPP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU new file mode 100644 index 0000000..a759ac1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/assert.h-3Q5UWG6FV2DPU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU new file mode 100644 index 0000000..d7baba6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PU/nl_types.h-1RI0YTXRNAHPU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX new file mode 100644 index 0000000..9297890 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/PX/NSScriptObjectSpecifiers.h-33JV2QDV824PX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 new file mode 100644 index 0000000..af217a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q2/vm_types.h-2LKVKU7ZPO8Q2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 new file mode 100644 index 0000000..8c5a92b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/_wctrans_t.h-3915B7EZBIZQ3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 new file mode 100644 index 0000000..ac5a387 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/audit_uevents.h-3RXCXKXNA32Q3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 new file mode 100644 index 0000000..513ef16 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q4/_stdio.h-126GQ83FVKLQ4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 new file mode 100644 index 0000000..bd5de72 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q5/mach_vm.h-3ICJOFPAVUVQ5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 new file mode 100644 index 0000000..b12fb8a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/NSObjCRuntime.h-3PSNP8D3UDWQ6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 new file mode 100644 index 0000000..c42ce5c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q6/proc_info.h-11R8ATFQC3CQ6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 new file mode 100644 index 0000000..742bd70 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/DriverSynchronization.h-2I566SHKQ1MQ8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 new file mode 100644 index 0000000..bce863e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/NSFormatter.h-N7QVL6B0MQQ8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 new file mode 100644 index 0000000..f89345b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/socket.h-3OG12DLFMT1Q8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 new file mode 100644 index 0000000..8d39233 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Q9/arm64e-apple-macos.swiftinterface-8NDBVH2NOMQ9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA new file mode 100644 index 0000000..7077d63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QA/objc-api.h-1M641QLUA1UQA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC new file mode 100644 index 0000000..46fedd3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QC/SecDigestTransform.h-1X5JHIDIF6VQC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD new file mode 100644 index 0000000..930725e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/availability.h-1H3AIPDSPNRQD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE new file mode 100644 index 0000000..4ce52eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QE/arm64e-apple-macos.swiftinterface_Misc-23ESY5AMRN5QE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH new file mode 100644 index 0000000..629a4e2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/CFNetDiagnostics.h-3QAYWXNJZX0QH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH new file mode 100644 index 0000000..3d8a18f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/IconsCore.h-1GVYAY8JOZ6QH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH new file mode 100644 index 0000000..c1b7eaa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmapi.h-DAQ8RH9C6PQH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH new file mode 100644 index 0000000..a24b632 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QH/cssmconfig.h-8SW7G5XUPLQH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM new file mode 100644 index 0000000..c8a68a7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QM/cssmtype.h-P99HR65TP2QM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO new file mode 100644 index 0000000..17a818b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/IOStorageProtocolCharacteristics.h-TXWW9OGDEQO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO new file mode 100644 index 0000000..1619f41 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QO/NSFileCoordinator.h-4A24DXEN1CQO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP new file mode 100644 index 0000000..82e3682 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QP/NSHashTable.h-2U34LMDXQU1QP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ new file mode 100644 index 0000000..407e98d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QQ/KextManager.h-3KKQDSHMMRSQQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR new file mode 100644 index 0000000..1c13152 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/CipherSuite.h-1K52IFK0DSRQR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR new file mode 100644 index 0000000..2fa551f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/IOCFURLAccess.h-LGFY1B3HIPQR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR new file mode 100644 index 0000000..c8d0d92 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QR/NSPort.h-GLS9ZUZ758QR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW new file mode 100644 index 0000000..3bedd50 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/_common.h-2A7D8BS7YTYQW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW new file mode 100644 index 0000000..f63d9f0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QW/tcpip.h-1E8BOIN97SQQW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX new file mode 100644 index 0000000..0ccceb7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/QX/spawn.h-IEQ0WC7I9AQX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 new file mode 100644 index 0000000..8fb1d8b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/IOHIDLib.h-2EC1LQX3I7WR4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 new file mode 100644 index 0000000..bb8fef5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R4/NSMeasurement.h-2RLBC1ESTIXR4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 new file mode 100644 index 0000000..d3d6e0b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R6/NSCompoundPredicate.h-QYB9FPFW6NR6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 new file mode 100644 index 0000000..6bd921c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/_time.h-1TUFDNHS1L7R7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 new file mode 100644 index 0000000..bf8444f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R7/task_inspect.h-VAFQTDZORBR7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 new file mode 100644 index 0000000..cc35153 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/vm_info.h-1FS5WA5LXUKR8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 new file mode 100644 index 0000000..14d279a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/DADissenter.h-2LASJ8KZYOWR9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 new file mode 100644 index 0000000..7e6da69 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/R9/uuid.h-NGGNDAOU1UR9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA new file mode 100644 index 0000000..f2b4835 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/oidsbase.h-2Y5IWQ000FARA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA new file mode 100644 index 0000000..083b7d6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RA/signal.h-2NUSFF1P700RA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD new file mode 100644 index 0000000..b2a7e49 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/AEPackObject.h-3R64LQGW3BGRD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD new file mode 100644 index 0000000..ca7a120 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RD/notify.h-3P0IS3RGS8RD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF new file mode 100644 index 0000000..39337eb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/Debugging.h-34C76LO0P8ZRF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF new file mode 100644 index 0000000..1db2467 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/_offsetof.h-3I240G3UW2FRF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH new file mode 100644 index 0000000..4a5f2a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/IOStreamShared.h-1B991I513ZTRH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH new file mode 100644 index 0000000..7d27822 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/NSData.h-AI1JK1PM0GRH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH new file mode 100644 index 0000000..d936087 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/arm64e-apple-macos.swiftinterface_Span-2K5DFWY2WL1RH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH new file mode 100644 index 0000000..9450f23 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RH/if_var.h-3629DNCGEO7RH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI new file mode 100644 index 0000000..301cc2b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RI/LowMem.h-2NIRHU0Y6H9RI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ new file mode 100644 index 0000000..bb0a81a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RJ/unistd.h-2MWHJ11PD4SRJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN new file mode 100644 index 0000000..e5fdea2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/udp_var.h-219VOV8P4YXRN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO new file mode 100644 index 0000000..d1431d7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/NSXMLDTDNode.h-2IP9IAESZWVRO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP new file mode 100644 index 0000000..cefb4e6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RP/pthread.h-2P7NT3J95ECRP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ new file mode 100644 index 0000000..c13baa9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/arm64e-apple-macos.swiftinterface-1R3IMRLGB5URQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ new file mode 100644 index 0000000..48acd71 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RQ/socketvar.h-FRKW9MBMSCRQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR new file mode 100644 index 0000000..0b49caf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/MachineExceptions.h-66BI9EKN86RR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR new file mode 100644 index 0000000..7c47e64 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RR/reloc.h-E9BYTDA3OERR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV new file mode 100644 index 0000000..6f2a62a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/FixMath.h-3DU3L4Z95M3RV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV new file mode 100644 index 0000000..a735400 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/IOBDMediaBSDClient.h-1JVYKHVF56KRV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV new file mode 100644 index 0000000..5d51994 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RV/dyld.h-3VVLPDU8GS2RV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY new file mode 100644 index 0000000..fd18b99 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RY/NSString.h-3TWB82YRX3FRY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ new file mode 100644 index 0000000..20a9dfd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/fstab.h-B2V49I5L98RZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 new file mode 100644 index 0000000..01be1b4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S1/_endian.h-1GMC998VR1AS1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 new file mode 100644 index 0000000..145e895 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/bank_types.h-27K20Z5IPHTS3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 new file mode 100644 index 0000000..b2b73b5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S3/zone_info.h-2HAN07W4TQZS3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 new file mode 100644 index 0000000..af52021 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/syscall.h-WO2KVITOFJS4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 new file mode 100644 index 0000000..7c5ff63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S5/SKSummary.h-2FY9LMASYBDS5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 new file mode 100644 index 0000000..324c630 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S7/poll.h-3D2J6AZEE1ZS7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 new file mode 100644 index 0000000..9f7ce0a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S8/SecRandom.h-2OI48NF3M6RS8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 new file mode 100644 index 0000000..bc7d2bc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/S9/quota.h-SOYU388IW2S9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA new file mode 100644 index 0000000..3630258 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SA/NSDateInterval.h-31J90Q36P0SA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC new file mode 100644 index 0000000..9da8058 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SC/SecKeychainItem.h-3V2BDWCQ8VXSC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE new file mode 100644 index 0000000..94f0371 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SE/NSCalendarDate.h-2KBRL6MK3ERSE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG new file mode 100644 index 0000000..2ec9437 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/constrained_ctypes.h-1VYS3DVEZBVSG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG new file mode 100644 index 0000000..b086849 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SG/machine.h-3NGUP3QACBWSG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI new file mode 100644 index 0000000..f74bb30 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/Block.h-2HBZC0LU1UYSI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI new file mode 100644 index 0000000..a3c5891 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/LSSharedFileList.h-TJ5CIQK4XOSI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI new file mode 100644 index 0000000..c0c6a03 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileHandle.h-1X1UVJK7WRWSI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI new file mode 100644 index 0000000..da580a1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SI/NSFileVersion.h-4IF3KSV4LTSI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ new file mode 100644 index 0000000..e11ba63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/port_obj.h-2WCZO5EPZB5SJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK new file mode 100644 index 0000000..cbc68f6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SK/IONetworkController.h-2S4O7C94B18SK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL new file mode 100644 index 0000000..5d52267 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SL/IOFireWireAVCLib.h-1HVICCTRCPJSL differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR new file mode 100644 index 0000000..7f96087 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SR/filedesc.h-LTBWTIGQI7SR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV new file mode 100644 index 0000000..2254cd9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/SV/vm_behavior.h-200MK08T64LSV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 new file mode 100644 index 0000000..9fa1e53 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/IOUSBLib.h-2IQBH4EWBLUT0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 new file mode 100644 index 0000000..a210c18 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T0/arm64e-apple-macos.swiftinterface-3835HN5WAKUT0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 new file mode 100644 index 0000000..f600049 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/NSMapTable.h-3EPDVP8D6Q3T1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 new file mode 100644 index 0000000..3f784fd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/SecSharedCredential.h-TWDE2IGONXT1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 new file mode 100644 index 0000000..08804a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T1/glob.h-1ICZXAHYHG5T1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 new file mode 100644 index 0000000..32b3512 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOCDMediaBSDClient.h-2NTTMZJSF1IT2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 new file mode 100644 index 0000000..500364b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/IOHIDDeviceKeys.h-248XACO3FIT2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 new file mode 100644 index 0000000..1e2f36c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_fsid_t.h-1CULW1KPTLOT2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 new file mode 100644 index 0000000..b0cfbd8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T2/_langinfo.h-2X91Z58KCSTT2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 new file mode 100644 index 0000000..c773c00 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/tty.h-1O588E9BUCGT4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 new file mode 100644 index 0000000..4b159d0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T4/utmpx.h-3TOXZBRVRWHT4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 new file mode 100644 index 0000000..a1bd6ba Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/_uid_t.h-2LYC3XYB7D8T5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 new file mode 100644 index 0000000..bbf274c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/NSRelativeDateTimeFormatter.h-3TV6RDKX48QT6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 new file mode 100644 index 0000000..43c9a93 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T6/cssmapple.h-31UX90O2W08T6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 new file mode 100644 index 0000000..bcefb87 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/_socklen_t.h-1VITE68ADQLT8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 new file mode 100644 index 0000000..5aa7b8f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T8/base.h-1C8R6AOVBA9T8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 new file mode 100644 index 0000000..ae2d979 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/_pthread_cond_t.h-1G1J8WDWBMGT9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 new file mode 100644 index 0000000..c7c1146 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/T9/clock_types.h-3463DCVFLF9T9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA new file mode 100644 index 0000000..d4076b9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/LSOpenDeprecated.h-R6CTQ7HZ6OTA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA new file mode 100644 index 0000000..1c5a675 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TA/_stdlib.h-3STU2JWTP7PTA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB new file mode 100644 index 0000000..cbee880 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TB/queue.h-2PIVBWHNV36TB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC new file mode 100644 index 0000000..a28655a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/CFData.h-11AETK2NXWHTC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC new file mode 100644 index 0000000..3918bed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/NSItemProvider.h-Y916T3V3SXTC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC new file mode 100644 index 0000000..0f6e627 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TC/base.h-8C9L9TTVEUTC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD new file mode 100644 index 0000000..6c5d4f7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TD/_bounds.h-QC6Z8QOCLSTD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG new file mode 100644 index 0000000..f13728a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/_assert.h-1JX3HXJYAB0TG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG new file mode 100644 index 0000000..f62ce29 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TG/kern_return.h-3LV7N7PVUXBTG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI new file mode 100644 index 0000000..5d1b1dc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TI/CFSocketStream.h-1XRADVQS3HWTI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK new file mode 100644 index 0000000..29e1a21 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TK/NSPortCoder.h-71MC1Y0S5LTK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM new file mode 100644 index 0000000..98a7eea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/objc.h-2XJ4EJWY45JTM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP new file mode 100644 index 0000000..c098247 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/NSListFormatter.h-2TOTQNXJBPRTP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ new file mode 100644 index 0000000..498666e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/NSValueTransformer.h-34A132VTF6UTQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ new file mode 100644 index 0000000..b97090a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TQ/tar.h-HALLC6LE46TQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR new file mode 100644 index 0000000..625e5a1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TR/IOMapTypes.h-2QC3QJUR4WBTR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS new file mode 100644 index 0000000..5a0e311 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/NSMorphology.h-35O6F58HXBNTS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT new file mode 100644 index 0000000..34ca26f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/NSNetServices.h-1600ZFQTXFYTT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT new file mode 100644 index 0000000..6e1479e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TT/icmp_var.h-36D5SU1Q787TT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU new file mode 100644 index 0000000..2187700 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TU/disk.h-LGEAMJIITU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV new file mode 100644 index 0000000..afff976 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TV/OSSpinLockDeprecated.h-17D5XNF9354TV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW new file mode 100644 index 0000000..5a2e0dd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/cssmtpi.h-1JMCJTV264ZTW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY new file mode 100644 index 0000000..96edce7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/TY/stdint.h-VX859H0V0GTY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 new file mode 100644 index 0000000..c26d811 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/CFURLAccess.h-382GQ3WHT3OU0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 new file mode 100644 index 0000000..7e9d6e5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U0/IOFireWireSBP2Lib.h-24GCN07VTJU0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 new file mode 100644 index 0000000..e14c025 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U3/CFNetServices.h-DA0GECN5U3U3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 new file mode 100644 index 0000000..471548d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U5/ulimit.h-2CQIZYHHYQRU5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 new file mode 100644 index 0000000..add69a0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/IOGUIDPartitionScheme.h-3AGWZ80I5GKU7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 new file mode 100644 index 0000000..67597a1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/NSProgress.h-1NT2HLO23ZTU7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 new file mode 100644 index 0000000..a65162c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/arm64e-apple-macos.swiftinterface_Result-34P37AHWRP3U7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 new file mode 100644 index 0000000..2401bb1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U7/page_info.h-KIPV6GWQP4U7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 new file mode 100644 index 0000000..4a43a82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/kern_event.h-1XV5DB78TNWU8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 new file mode 100644 index 0000000..7338a3a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U8/tgmath.h-1IODXDZZ7Q6U8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 new file mode 100644 index 0000000..4cd3afd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/AuthorizationPlugin.h-2J45MVWGQOIU9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 new file mode 100644 index 0000000..ea751c4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/U9/ip_var.h-LQQ6KH1OUIU9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA new file mode 100644 index 0000000..26a428a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/io.h-2I71JE2X78UA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA new file mode 100644 index 0000000..4be0987 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/protosw.h-20P2M7MMTCZUA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA new file mode 100644 index 0000000..df05d54 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UA/vsock.h-HGNC4TBCO7UA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB new file mode 100644 index 0000000..ff2f313 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UB/arm64e-apple-macos.swiftinterface_Math_Vector-1LHGA0TVAYGUB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC new file mode 100644 index 0000000..6e9ce82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UC/arm64e-apple-macos.swiftinterface-2ZZL440X3A1UC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD new file mode 100644 index 0000000..42ad46c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/SecCertificateOIDs.h-17EDKY2Z8JZUD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD new file mode 100644 index 0000000..0456eb3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UD/_pthread_mutexattr_t.h-I2R5H8MA2DUD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF new file mode 100644 index 0000000..dd67602 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/NSEnumerator.h-1PT7B16TNERUF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF new file mode 100644 index 0000000..b683d45 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UF/_wchar_t.h-2D7TWI0JBA9UF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG new file mode 100644 index 0000000..49444e0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UG/Availability.h-1I3UYFLVKXHUG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH new file mode 100644 index 0000000..f5344ed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/NSAppleEventManager.h-BSZV8PS06KUH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK new file mode 100644 index 0000000..f3cb140 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UK/MacErrors.h-XUGCG31SC3UK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM new file mode 100644 index 0000000..a9c6664 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/MDItem.h-2N1PQEAM30KUM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM new file mode 100644 index 0000000..2348687 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UM/_pthread_t.h-1BZJ7FHWXOJUM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN new file mode 100644 index 0000000..1c2c361 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/AuthorizationTags.h-JKGPQ8TBIPUN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN new file mode 100644 index 0000000..7b4238a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/NSTermOfAddress.h-31WSG1ZSHDZUN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN new file mode 100644 index 0000000..6a37e84 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UN/tcp_seq.h-25ZTWMQHI6UUN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP new file mode 100644 index 0000000..ae493f3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/PLStringFuncs.h-1T00LXJXVX9UP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR new file mode 100644 index 0000000..e0d0e9f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/CFFTPStream.h-NPHAV10TCCUR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR new file mode 100644 index 0000000..81b09e0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/_locale_posix2008.h-2PBXNCRB4L3UR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS new file mode 100644 index 0000000..464813f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/US/NSKeyValueObserving.h-13JJ236L3OXUS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT new file mode 100644 index 0000000..24419e8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UT/bpf.h-2MHCJ37TZGOUT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV new file mode 100644 index 0000000..28fb61c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/_string.h-3V02R26Y3F7UV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV new file mode 100644 index 0000000..b954e17 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/shm.h-W71B93UE2RUV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW new file mode 100644 index 0000000..593acff Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/endpoint.h-21ENJCU6IXHUW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX new file mode 100644 index 0000000..fe906b3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBase.h-10VYD22UNFUUX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 new file mode 100644 index 0000000..2af60df Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V1/NSIndexSet.h-3JUVI0PZU7WV1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 new file mode 100644 index 0000000..754449c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V2/CFPropertyList.h-3DBA8FC16KTV2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 new file mode 100644 index 0000000..79cd522 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V3/NSHost.h-2BSIN910QN4V3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 new file mode 100644 index 0000000..602760e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V8/SCSICommandDefinitions.h-3TR8D6D27I1V8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 new file mode 100644 index 0000000..4b40daf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/SecAccessControl.h-27X3NDKFV2OV9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 new file mode 100644 index 0000000..070a6aa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/V9/WSTypes.h-10A5N2FNFUQV9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA new file mode 100644 index 0000000..47ee1a9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VA/NSSet.h-2CG8231C2ORVA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB new file mode 100644 index 0000000..5d6320d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VB/if_llc.h-2L4526QTMPZVB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD new file mode 100644 index 0000000..0598add Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VD/_wctype.h-2YYVT5PEKBGVD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF new file mode 100644 index 0000000..bda2f80 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VF/AEMach.h-3L7RKFOI82QVF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH new file mode 100644 index 0000000..a1ea006 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VH/Components.h-2SPG66LOG5VVH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ new file mode 100644 index 0000000..3b015fa Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VJ/host_notify.h-2FK0JHSZA55VJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK new file mode 100644 index 0000000..8a46523 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VK/if.h-B1DYMVKH3JVK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN new file mode 100644 index 0000000..b7aef16 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/arm64e-apple-macos.swiftinterface-2OPBIJBBBFGVN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN new file mode 100644 index 0000000..302681a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VN/emmspi.h-1LHPI34FDSWVN differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO new file mode 100644 index 0000000..cf5f422 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/NSXPCConnection.h-1LNOPVGRL39VO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO new file mode 100644 index 0000000..de03261 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/sysexits.h-1N51R85V5G7VO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO new file mode 100644 index 0000000..9445b63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VO/vm_statistics.h-1RNA8KEC8XZVO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ new file mode 100644 index 0000000..801bd67 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/acct.h-Q6HQYOC54AVQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR new file mode 100644 index 0000000..4d61cae Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VR/_sa_family_t.h-2ZYNC75AX1KVR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU new file mode 100644 index 0000000..bc5c92e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/CFSocket.h-34GTCW5ITB1VU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU new file mode 100644 index 0000000..ffbc0d1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VU/NSArray.h-16U0QV9CB0AVU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV new file mode 100644 index 0000000..31b9890 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VV/NSURL.h-2DIFLM1OLI4VV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW new file mode 100644 index 0000000..93e6b21 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/VW/nc_tparm.h-30JCDU09O3BVW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 new file mode 100644 index 0000000..08cf58a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/CFNetworkErrors.h-1RJLDMFM2QAW1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 new file mode 100644 index 0000000..4d16f48 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W2/IOSerialKeys.h-1TN8H410O6ZW2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 new file mode 100644 index 0000000..61db7bd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W3/NSCache.h-15PYUAXKX7FW3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 new file mode 100644 index 0000000..3dedfe2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/CFRunLoop.h-1X7C4LV80P9W4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 new file mode 100644 index 0000000..e221004 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W4/cssmdli.h-3I062R2429KW4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 new file mode 100644 index 0000000..1e2d9a8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W7/NSIndexPath.h-2CBSROGSCXCW7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 new file mode 100644 index 0000000..9b51892 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/NSLinguisticTagger.h-1HFFU23V8X3W9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 new file mode 100644 index 0000000..44bf47b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/aliasdb.h-19MBW03ECXHW9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 new file mode 100644 index 0000000..bd23051 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/W9/statvfs.h-R1CIZP372BW9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA new file mode 100644 index 0000000..b3815ea Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WA/vcmd.h-337OX3U172AWA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD new file mode 100644 index 0000000..3411a21 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WD/MultiprocessingInfo.h-2RQLFNIPJDVWD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE new file mode 100644 index 0000000..3dfeb86 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/IOFireWireLibIsoch.h-1T4YO9H12UBWE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE new file mode 100644 index 0000000..fdb1bf6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WE/vm_inherit.h-3ERY6WTPBWHWE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG new file mode 100644 index 0000000..9d1f5af Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/IOVideoDeviceLib.h-31PN5B207MWG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG new file mode 100644 index 0000000..c9295da Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WG/ndbm.h-2U9L172NPZJWG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI new file mode 100644 index 0000000..a0d7f3c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/IOI2CInterface.h-3KTC89CDY8ZWI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI new file mode 100644 index 0000000..a7cf809 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/dirent.h-DP97TXQISJWI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI new file mode 100644 index 0000000..0eba9a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WI/types.h-EDPX0HDHYBWI differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK new file mode 100644 index 0000000..ef6c4a4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/CFPlugInCOM.h-15V2J7N4JH0WK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK new file mode 100644 index 0000000..1de5d0c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WK/NSURLProtocol.h-CSYK0VRSX6WK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM new file mode 100644 index 0000000..c64bd83 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/SecureTransport.h-3SXD4C887DTWM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO new file mode 100644 index 0000000..b4303e5 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/_fsblkcnt_t.h-3TL2TW8Z7AHWO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO new file mode 100644 index 0000000..8896cfe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WO/arm64e-apple-macos.swiftinterface_KeyPaths-2B61W68YLPLWO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP new file mode 100644 index 0000000..7194a03 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WP/mach.h-NIHV5KJ8HZWP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR new file mode 100644 index 0000000..f37bf98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/NSOrderedCollectionChange.h-L5SWUNYAATWR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR new file mode 100644 index 0000000..9bb3941 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WR/ethernet.h-M6FNGIMNTKWR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT new file mode 100644 index 0000000..188c2a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WT/objc-auto.h-3JIGMUK2LK7WT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU new file mode 100644 index 0000000..1fed6c6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WU/mach_traps.h-ROCTDGRWMGWU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV new file mode 100644 index 0000000..73c06c8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WV/IOStorageControllerCharacteristics.h-2FC8UOFL3O7WV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW new file mode 100644 index 0000000..8ce78e6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WW/_string.h-1B5UG9QVTTMWW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX new file mode 100644 index 0000000..6a3facd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WX/NSScriptSuiteRegistry.h-1TETGV1Z3PCWX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ new file mode 100644 index 0000000..5a97458 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/WZ/Threads.h-30OK24PL9NUWZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 new file mode 100644 index 0000000..9e9ff6e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X1/_types.h-39CPQMKHSA7X1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 new file mode 100644 index 0000000..68e3081 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X2/ATASMARTLib.h-29RO9DH167DX2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 new file mode 100644 index 0000000..a058bc3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X6/IOCDBlockStorageDevice.h-1GJPBRM0ZI1X6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 new file mode 100644 index 0000000..fb78df3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/X7/launch.h-UFIX2EEKMKX7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC new file mode 100644 index 0000000..81980ed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XC/DASession.h-2OJBX0VX70DXC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF new file mode 100644 index 0000000..cc8e14e Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XF/arm64e-apple-macos.swiftinterface-2H40FEA1EJMXF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG new file mode 100644 index 0000000..2a20fb3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/grp.h-GI865IO248XG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG new file mode 100644 index 0000000..c4040c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XG/vm_attributes.h-1K9AZVGKWO2XG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK new file mode 100644 index 0000000..cc08a59 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XK/NSDistributedNotificationCenter.h-25SLNIIX16HXK differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM new file mode 100644 index 0000000..eabeffc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/IOCDPartitionScheme.h-2L1GLTVS8BRXM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM new file mode 100644 index 0000000..bc09720 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XM/arm64e-apple-macos.swiftinterface-1XYZMC7VLVMXM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO new file mode 100644 index 0000000..229e7ba Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/CSCommon.h-1FJEEUMMEQVXO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO new file mode 100644 index 0000000..d5e8abb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XO/ip6.h-2W6NHFXOPHHXO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP new file mode 100644 index 0000000..16082d9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/IOHIDTransaction.h-18ZWP5C8Y00XP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP new file mode 100644 index 0000000..6395fda Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XP/lock.h-36BE6GF747XXP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ new file mode 100644 index 0000000..0ed717a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XQ/_gid_t.h-3QLFYT8GCA5XQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR new file mode 100644 index 0000000..2b10d00 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/HFSVolumes.h-2H8C5EEMRHCXR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR new file mode 100644 index 0000000..902a1dd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XR/ioctl.h-N7DH46EM6ZXR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU new file mode 100644 index 0000000..c337502 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XU/IOAccelSurfaceConnect.h-209GLZHY20VXU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV new file mode 100644 index 0000000..2255a6c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XV/CFString.h-2PUZ1L6COPVXV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX new file mode 100644 index 0000000..6ebac89 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/Resources.h-J9XS6AU6JJXX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX new file mode 100644 index 0000000..28ca2a6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ldsyms.h-1IMM53TV5CMXX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY new file mode 100644 index 0000000..54c8ded Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/XY/CFMachPort.h-1ZCWDNMPKQFXY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 new file mode 100644 index 0000000..6f0c817 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/NSUserDefaults.h-3C2UJ6PVABLY0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 new file mode 100644 index 0000000..bf3245a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y0/ioccom.h-3KH8E9YCWJTY0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 new file mode 100644 index 0000000..0c9ffed Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/CFNotificationCenter.h-388RU7NYVHXY1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 new file mode 100644 index 0000000..a575d81 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/LSInfo.h-6DXUP2MDEVY1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 new file mode 100644 index 0000000..ed2df11 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/base.h-1SPB4ATQ2W3Y1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 new file mode 100644 index 0000000..006f166 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y1/posix_sem.h-3O9GAOBIRL9Y1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 new file mode 100644 index 0000000..4ecac1f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y4/DictionaryServices.h-1IDKZFOIKD6Y4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 new file mode 100644 index 0000000..cdeb6de Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y5/SecACL.h-1TWNZNONBMEY5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 new file mode 100644 index 0000000..eeb91d7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y6/device_port.h-2XCK08B15NWY6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 new file mode 100644 index 0000000..6c772a2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Y8/kdebug_signpost.h-1PZYEMHCI2WY8 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE new file mode 100644 index 0000000..e993166 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YE/IOHIDParameter.h-ESGPDNDSU8YE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG new file mode 100644 index 0000000..3f49555 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/SecEncryptTransform.h-49HCZVDQ8VYG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH new file mode 100644 index 0000000..5b1f9c9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YH/connection.h-2WD2D26MG76YH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ new file mode 100644 index 0000000..03db300 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YQ/gethostuuid.h-2PN6OXCITWTYQ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR new file mode 100644 index 0000000..6bc333c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YR/cssmaci.h-2513F688QJ1YR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT new file mode 100644 index 0000000..fda9bef Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/CFURL.h-31IUVDSAWS3YT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT new file mode 100644 index 0000000..499eb63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YT/NSExtensionItem.h-24Q5QRBV4KDYT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU new file mode 100644 index 0000000..549d575 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YU/SCSITaskLib.h-1Z9QNURJLPLYU differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV new file mode 100644 index 0000000..02aca3b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/IONetworkStack.h-2AO5GQDXFREYV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV new file mode 100644 index 0000000..e5b0e2a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/arm64e-apple-macos.swiftinterface-1PNEE8QGBVPYV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV new file mode 100644 index 0000000..6848f18 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YV/vm_types.h-15AZFY6BAJYV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW new file mode 100644 index 0000000..49f79d7 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/CFUserNotification.h-Q2QNLWA8BRYW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW new file mode 100644 index 0000000..539681c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/NSHTTPCookieStorage.h-Q7UNUV9UC6YW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW new file mode 100644 index 0000000..d146012 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/dispatch.h-YOXIC764IOYW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW new file mode 100644 index 0000000..168f297 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YW/tcp_timer.h-38D8ILLBHBMYW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX new file mode 100644 index 0000000..2cc39a9 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YX/NSKeyValueSharedObservers.h-1XMJWSQH4LZYX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY new file mode 100644 index 0000000..fbdd550 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/BackupCore.h-VID7AQKAB8YY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY new file mode 100644 index 0000000..fb9d08b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/Math64.h-3TDIM2TXH2KYY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY new file mode 100644 index 0000000..b52db97 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/YY/NSMeasurementFormatter.h-196VNFCM4XFYY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 new file mode 100644 index 0000000..80ac77f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z0/CFPreferences.h-Y53KEVDFESZ0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 new file mode 100644 index 0000000..d786447 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z1/CFStringEncodingExt.h-1CF9BBS3H4LZ1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 new file mode 100644 index 0000000..ef379ce Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z2/SecAsn1Coder.h-252J56ACK5NZ2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 new file mode 100644 index 0000000..90bc7b1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/CFCGTypes.h-CZ3Y3OQ5UXZ4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 new file mode 100644 index 0000000..b9279be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z4/hfs_unistr.h-30PY041J8IKZ4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 new file mode 100644 index 0000000..9cc9ca6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/hash_info.h-P8LLEJ8AJMZ7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 new file mode 100644 index 0000000..7b6e0be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z7/pthread_spis.h-MU9LVG3CFRZ7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 new file mode 100644 index 0000000..74136d4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/IOFireWireAVCConsts.h-2CHNEVD7X3MZ9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 new file mode 100644 index 0000000..c9b32ca Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/__stddef_unreachable.h-XIIQIY1GE3Z9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 new file mode 100644 index 0000000..b43d449 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/Z9/_s_ifmt.h-12HWKFN1SAUZ9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB new file mode 100644 index 0000000..02c2631 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/_pthread_mutex_t.h-28S1WVUTFPXZB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB new file mode 100644 index 0000000..8640e31 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/exception.h-C7ISZWPMWTZB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC new file mode 100644 index 0000000..6e097c1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/NSEnergyFormatter.h-20XEKVB4M25ZC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC new file mode 100644 index 0000000..f5d62e3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/mig.h-3XDIEW4W8KZC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC new file mode 100644 index 0000000..420075c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZC/once.h-24CLFOKC317ZC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD new file mode 100644 index 0000000..fb252b1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/audit_domain.h-34NZNIZIECDZD differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE new file mode 100644 index 0000000..fee6ff6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/NSUnit.h-ENWKMTJZUNZE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE new file mode 100644 index 0000000..2f30076 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZE/pthread_impl.h-1E29VD117ABZE differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG new file mode 100644 index 0000000..f459cdc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/SKSearch.h-A4T8Q3Z8O2ZG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG new file mode 100644 index 0000000..da29210 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/cssmspi.h-1UD1J00SHKLZG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG new file mode 100644 index 0000000..24dd7fb Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZG/param.h-30A0KZP4JSZZG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH new file mode 100644 index 0000000..f8ad16f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZH/activity.h-249WM1UVLY3ZH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ new file mode 100644 index 0000000..c2f6c6a Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZJ/IOGraphicsInterfaceTypes.h-2KP8HIDU6BAZJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO new file mode 100644 index 0000000..617bcdf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZO/CFXMLParser.h-31IID0GY0ACZO differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP new file mode 100644 index 0000000..dd58815 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZP/kmod.h-3VLMID9KMKTZP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR new file mode 100644 index 0000000..f04f995 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/AvailabilityInternal.h-3NVL0BEZJ5MZR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR new file mode 100644 index 0000000..6a51c98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/_abort.h-3PDSUDR7RMJZR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR new file mode 100644 index 0000000..58c848f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZR/mach_port.h-2187URF9OG6ZR differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS new file mode 100644 index 0000000..0629187 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZS/Files.h-3LREJA7B9I7ZS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW new file mode 100644 index 0000000..65eb0b4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZW/_time_t.h-37AGCAPPN49ZW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX new file mode 100644 index 0000000..cd88664 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/UTType.h-Q9QB21S1SRZX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX new file mode 100644 index 0000000..f799da1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZX/block.h-24XXBP8TIS4ZX differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY new file mode 100644 index 0000000..34817bd Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZY/IOHIDManager.h-1UY56COXEG2ZY differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ new file mode 100644 index 0000000..035a980 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/NSPointerArray.h-PULC5HCJ0WZZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ new file mode 100644 index 0000000..44a6435 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/records/ZZ/arm64e-apple-macos.swiftinterface-2KINSS3HY61ZZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3VI1W9LCLDNER b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3VI1W9LCLDNER new file mode 100644 index 0000000..4148957 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CFNetwork-1PNPO1ORVQZLS.pcm-3VI1W9LCLDNER differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2KPDSFGEWC6AT b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2KPDSFGEWC6AT new file mode 100644 index 0000000..dc0fdb0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreFoundation-16SA8WK3L6MQN.pcm-2KPDSFGEWC6AT differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1WJWN6XWH2W0K b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1WJWN6XWH2W0K new file mode 100644 index 0000000..d8c5c66 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/CoreServices-39NCTJOEW7PQ2.pcm-1WJWN6XWH2W0K differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3BEDLQ9GFTOWG b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3BEDLQ9GFTOWG new file mode 100644 index 0000000..1df15e4 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Darwin-1FXX23EKWOBA9.pcm-3BEDLQ9GFTOWG differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-S4I3TCDPJ9DP b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-S4I3TCDPJ9DP new file mode 100644 index 0000000..acf7964 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/DiskArbitration-3LBJF5I58QD8.pcm-S4I3TCDPJ9DP differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3BAR6ULXK1GWZ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3BAR6ULXK1GWZ new file mode 100644 index 0000000..8109035 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Dispatch-R76HXUP80TVL.pcm-3BAR6ULXK1GWZ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1LEFDK8O3UEPH b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1LEFDK8O3UEPH new file mode 100644 index 0000000..84fe353 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Foundation-24LYWIP48SHNP.pcm-1LEFDK8O3UEPH differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-21BXCJKBGLJFB b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-21BXCJKBGLJFB new file mode 100644 index 0000000..4a3b92b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/IOKit-1IAL9NTK1TABA.pcm-21BXCJKBGLJFB differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/KeychainService.swift.o-CICIJHS2AFR6 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/KeychainService.swift.o-CICIJHS2AFR6 new file mode 100644 index 0000000..5c0e043 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/KeychainService.swift.o-CICIJHS2AFR6 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3BZFX2COKJTB9 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3BZFX2COKJTB9 new file mode 100644 index 0000000..1becfcc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/MachO-20RPYVQSX341K.pcm-3BZFX2COKJTB9 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3DJ7KYVT353TJ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3DJ7KYVT353TJ new file mode 100644 index 0000000..3485729 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ObjectiveC-1G8H182PQX3QE.pcm-3DJ7KYVT353TJ differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-16D4A91HX5MM4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-16D4A91HX5MM4 new file mode 100644 index 0000000..63f30da Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/Security-3QCVXOV25KK54.pcm-16D4A91HX5MM4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-DI9V4XAIMW4 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-DI9V4XAIMW4 new file mode 100644 index 0000000..5f033f8 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/XPC-T0ZXCAST7PE3.pcm-DI9V4XAIMW4 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1VB9ZIHS2ACQV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1VB9ZIHS2ACQV new file mode 100644 index 0000000..254fac2 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_AvailabilityInternal-2YSBQADOLX02V.pcm-1VB9ZIHS2ACQV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-DK6U7GDQ0DUW b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-DK6U7GDQ0DUW new file mode 100644 index 0000000..88450d6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_float-2OQWMRBVRD4OJ.pcm-DK6U7GDQ0DUW differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-29NTWHXOANLER b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-29NTWHXOANLER new file mode 100644 index 0000000..f0276be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_inttypes-2OQWMRBVRD4OJ.pcm-29NTWHXOANLER differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-F7Q8X005T5IV b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-F7Q8X005T5IV new file mode 100644 index 0000000..27e2643 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_limits-2OQWMRBVRD4OJ.pcm-F7Q8X005T5IV differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-2VCMPMKJMD32B b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-2VCMPMKJMD32B new file mode 100644 index 0000000..d41d40b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdarg-2OQWMRBVRD4OJ.pcm-2VCMPMKJMD32B differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-1TJQS0DAPXB25 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-1TJQS0DAPXB25 new file mode 100644 index 0000000..243ae3b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdbool-2OQWMRBVRD4OJ.pcm-1TJQS0DAPXB25 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-17M41GMIH5080 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-17M41GMIH5080 new file mode 100644 index 0000000..21c5905 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stddef-2OQWMRBVRD4OJ.pcm-17M41GMIH5080 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2DC7ISKZ3DTS5 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2DC7ISKZ3DTS5 new file mode 100644 index 0000000..6fc5394 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_Builtin_stdint-2OQWMRBVRD4OJ.pcm-2DC7ISKZ3DTS5 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-3BTU79N7HQN4Y b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-3BTU79N7HQN4Y new file mode 100644 index 0000000..6cbca82 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation1-2YSBQADOLX02V.pcm-3BTU79N7HQN4Y differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-1THR1R473YR82 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-1THR1R473YR82 new file mode 100644 index 0000000..c375782 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation2-3J4ZFA06I5V1P.pcm-1THR1R473YR82 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3R8GT1UK5J1WC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3R8GT1UK5J1WC new file mode 100644 index 0000000..58dbb63 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_DarwinFoundation3-2NSGASPTSNBVQ.pcm-3R8GT1UK5J1WC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-5YR9JWD8YG7X b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-5YR9JWD8YG7X new file mode 100644 index 0000000..3ef5745 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/_SwiftConcurrencyShims-2IMTS4WWRU7VJ.pcm-5YR9JWD8YG7X differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 new file mode 100644 index 0000000..a990809 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-16XI1MP8Z7AE3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM new file mode 100644 index 0000000..561391c Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1BZVBI0DZLKBM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 new file mode 100644 index 0000000..7a34b1d Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1KXEPPLXTKKA0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 new file mode 100644 index 0000000..bacc02f Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1NVTEMDB9CNK3 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G new file mode 100644 index 0000000..e5cc8ca Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1ROQMSUEZ1H0G differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA new file mode 100644 index 0000000..a494396 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-1WM09V0PBE3AA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC new file mode 100644 index 0000000..70b5eb3 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-259PMDN7IBVSC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 new file mode 100644 index 0000000..dbb5b27 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-25YZUAYIGP5E1 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 new file mode 100644 index 0000000..7b9ea81 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2DRKELW4UJTK0 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 new file mode 100644 index 0000000..bfce1d0 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2HW4DEQZFWNK2 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND new file mode 100644 index 0000000..cd10ac1 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-2QIK9H60NNRND differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V new file mode 100644 index 0000000..5351c09 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-335EFZ0WRMP2V differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC new file mode 100644 index 0000000..1869c98 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-3AW893KJ3LRC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 new file mode 100644 index 0000000..b289cbe Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-A3C05DCG71G7 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF new file mode 100644 index 0000000..cc09d31 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/arm64e-apple-macos.swiftinterface-ZSZS0DXZI7FF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-36YMYH9SKBS3C b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-36YMYH9SKBS3C new file mode 100644 index 0000000..4ab41cc Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/launch-3T3BU4MASLMUM.pcm-36YMYH9SKBS3C differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1R05BTHO9X9EA b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1R05BTHO9X9EA new file mode 100644 index 0000000..9036ff6 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libDER-26DYHF6GC6WWA.pcm-1R05BTHO9X9EA differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-NKXYYGUNRXM b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-NKXYYGUNRXM new file mode 100644 index 0000000..0a9fedf Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/libkern-2KQ0X67RTM1JF.pcm-NKXYYGUNRXM differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2JOPQQKLOWJ29 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2JOPQQKLOWJ29 new file mode 100644 index 0000000..b028e99 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_object-2MV8OP7R98AN8.pcm-2JOPQQKLOWJ29 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-WBVTNXW4IL85 b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-WBVTNXW4IL85 new file mode 100644 index 0000000..0352d45 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/os_workgroup-2MV8OP7R98AN8.pcm-WBVTNXW4IL85 differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-2EWAC15WK81YF b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-2EWAC15WK81YF new file mode 100644 index 0000000..90bed5b Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrauth-2OQWMRBVRD4OJ.pcm-2EWAC15WK81YF differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-1EUJ5QL63NQTC b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-1EUJ5QL63NQTC new file mode 100644 index 0000000..8adcc57 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/ptrcheck-2OQWMRBVRD4OJ.pcm-1EUJ5QL63NQTC differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3LQ6XAKBNNUSS b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3LQ6XAKBNNUSS new file mode 100644 index 0000000..d9411be Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store/v5/units/sys_types-3J4ZFA06I5V1P.pcm-3LQ6XAKBNNUSS differ diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/plugin-tools-description.json b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/plugin-tools-description.json new file mode 100644 index 0000000..d5292ae --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/plugin-tools-description.json @@ -0,0 +1,223 @@ +{ + "builtTestProducts" : [ + + ], + "copyCommands" : { + + }, + "explicitTargetDependencyImportCheckingMode" : { + "none" : { + + } + }, + "generatedSourceTargetSet" : [ + + ], + "pluginDescriptions" : [ + + ], + "swiftCommands" : { + "C.VelodyUtilities-arm64-apple-macosx-debug.module" : { + "executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "fileList" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources", + "importPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules", + "inputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + } + ], + "isLibrary" : true, + "moduleName" : "VelodyUtilities", + "moduleOutputPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule", + "objects" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o" + ], + "otherArguments" : [ + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodyutilities" + ], + "outputFileMapPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json", + "outputs" : [ + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule" + } + ], + "prepareForIndexing" : false, + "sources" : [ + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + ], + "tempsPath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build", + "wholeModuleOptimization" : false + } + }, + "swiftFrontendCommands" : { + + }, + "swiftTargetScanArgs" : { + "VelodyUtilities" : [ + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", + "-module-name", + "VelodyUtilities", + "-package-name", + "velodyutilities", + "-c", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift", + "-I", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules", + "-target", + "arm64-apple-macosx14.0", + "-incremental", + "-enable-batch-mode", + "-serialize-diagnostics", + "-index-store-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store", + "-Onone", + "-enable-testing", + "-j10", + "-DSWIFT_PACKAGE", + "-DDEBUG", + "-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE", + "-module-cache-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache", + "-parseable-output", + "-parse-as-library", + "-emit-objc-header", + "-emit-objc-header-path", + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h", + "-swift-version", + "5", + "-plugin-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", + "-sdk", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-F", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-I", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-L", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", + "-g", + "-Xcc", + "-isysroot", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk", + "-Xcc", + "-F", + "-Xcc", + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", + "-Xcc", + "-fPIC", + "-Xcc", + "-g", + "-package-name", + "velodyutilities", + "-driver-use-frontend-path", + "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + ] + }, + "targetDependencyMap" : { + "VelodyUtilities" : [ + + ] + }, + "testDiscoveryCommands" : { + + }, + "testEntryPointCommands" : { + + }, + "traitConfiguration" : { + "default" : { + + } + }, + "writeCommands" : { + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" : { + "alwaysOutOfDate" : false, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + }, + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : { + "alwaysOutOfDate" : true, + "inputs" : [ + { + "kind" : "virtual", + "name" : "" + }, + { + "kind" : "file", + "name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc" + } + ], + "outputFilePath" : "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + } + } +} \ No newline at end of file diff --git a/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt new file mode 100644 index 0000000..caf9e2b --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt @@ -0,0 +1,2 @@ +Apple Swift version 6.3.2 (swiftlang-6.3.2.1.108 clang-2100.1.1.101) +Target: arm64-apple-macosx26.0 diff --git a/packages/apple/VelodyUtilities/.build/build.db b/packages/apple/VelodyUtilities/.build/build.db new file mode 100644 index 0000000..0b94307 Binary files /dev/null and b/packages/apple/VelodyUtilities/.build/build.db differ diff --git a/packages/apple/VelodyUtilities/.build/debug b/packages/apple/VelodyUtilities/.build/debug new file mode 120000 index 0000000..9733fca --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/debug @@ -0,0 +1 @@ +arm64-apple-macosx/debug \ No newline at end of file diff --git a/packages/apple/VelodyUtilities/.build/debug.yaml b/packages/apple/VelodyUtilities/.build/debug.yaml new file mode 100644 index 0000000..d6c0e2f --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/debug.yaml @@ -0,0 +1,47 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyUtilities-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule"] + outputs: [""] + + "C.VelodyUtilities-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule"] + description: "Compiling Swift Module 'VelodyUtilities' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyUtilities","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodyutilities"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyUtilities/.build/plugin-tools.yaml b/packages/apple/VelodyUtilities/.build/plugin-tools.yaml new file mode 100644 index 0000000..d6c0e2f --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/plugin-tools.yaml @@ -0,0 +1,47 @@ +client: + name: basic + file-system: device-agnostic +tools: {} +targets: + "PackageStructure": [""] + "VelodyUtilities-arm64-apple-macosx-debug.module": [""] + "main": [""] + "test": [""] +default: "main" +nodes: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/": + is-directory-structure: true + content-exclusion-patterns: [".git",".build"] +commands: + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources": + tool: write-auxiliary-file + inputs: ["","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources"] + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources" + + "/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt": + tool: write-auxiliary-file + inputs: ["","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"] + always-out-of-date: "true" + description: "Write auxiliary file /Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" + + "": + tool: phony + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule"] + outputs: [""] + + "C.VelodyUtilities-arm64-apple-macosx-debug.module": + tool: shell + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources"] + outputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/KeychainService.swift.o","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule"] + description: "Compiling Swift Module 'VelodyUtilities' (1 sources)" + args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","VelodyUtilities","-emit-dependencies","-emit-module","-emit-module-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules/VelodyUtilities.swiftmodule","-output-file-map","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/output-file-map.json","-parse-as-library","-incremental","-c","@/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/sources","-I","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-index-store-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/index/store","-Onone","-enable-testing","-j10","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-parse-as-library","-emit-objc-header","-emit-objc-header-path","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/.build/arm64-apple-macosx/debug/VelodyUtilities.build/include/VelodyUtilities-Swift.h","-swift-version","5","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","velodyutilities"] + + "PackageStructure": + tool: package-structure-tool + inputs: ["/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Sources/VelodyUtilities/","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Package.swift","/Users/diya/Docker/Apps/velody/packages/apple/VelodyUtilities/Package.resolved"] + outputs: [""] + description: "Planning build" + allow-missing-inputs: true + diff --git a/packages/apple/VelodyUtilities/.build/workspace-state.json b/packages/apple/VelodyUtilities/.build/workspace-state.json new file mode 100644 index 0000000..7c0cb06 --- /dev/null +++ b/packages/apple/VelodyUtilities/.build/workspace-state.json @@ -0,0 +1,14 @@ +{ + "object" : { + "artifacts" : [ + + ], + "dependencies" : [ + + ], + "prebuilts" : [ + + ] + }, + "version" : 7 +} \ No newline at end of file diff --git a/packages/apple/VelodyUtilities/Package.swift b/packages/apple/VelodyUtilities/Package.swift new file mode 100644 index 0000000..ca24aa3 --- /dev/null +++ b/packages/apple/VelodyUtilities/Package.swift @@ -0,0 +1,21 @@ +// swift-tools-version: 5.9 +import PackageDescription + +let package = Package( + name: "VelodyUtilities", + platforms: [ + .iOS(.v17), + .macOS(.v14), + ], + products: [ + .library( + name: "VelodyUtilities", + targets: ["VelodyUtilities"] + ), + ], + targets: [ + .target( + name: "VelodyUtilities" + ), + ] +) diff --git a/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift b/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift new file mode 100644 index 0000000..42ca9b5 --- /dev/null +++ b/packages/apple/VelodyUtilities/Sources/VelodyUtilities/KeychainService.swift @@ -0,0 +1,20 @@ +import Foundation + +public protocol KeychainService: Sendable { + func save(_ value: String, forKey key: String) async + func loadValue(forKey key: String) async -> String? +} + +public actor MemoryKeychainService: KeychainService { + private var storage: [String: String] = [:] + + public init() {} + + public func save(_ value: String, forKey key: String) async { + storage[key] = value + } + + public func loadValue(forKey key: String) async -> String? { + storage[key] + } +} diff --git a/runtime/local-dropbox/.gitkeep b/runtime/local-dropbox/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/runtime/local-dropbox/.gitkeep @@ -0,0 +1 @@ + diff --git a/runtime/logs/.gitkeep b/runtime/logs/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/runtime/logs/.gitkeep @@ -0,0 +1 @@ + diff --git a/runtime/storage/.gitkeep b/runtime/storage/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/runtime/storage/.gitkeep @@ -0,0 +1 @@ +