├── .build ├── arm64-apple-macosx │ ├── build.db │ └── debug │ │ ├── ModuleCache │ │ ├── 2VLDC423QWMDG │ │ │ ├── CFNetwork-2QM24TU1OUNU.pcm │ │ │ ├── CoreData-3DC7JJOJKG7MT.pcm │ │ │ ├── CoreFoundation-XRVNUAOWDGXL.pcm │ │ │ ├── CoreGraphics-3T9VBW5GP5OQV.pcm │ │ │ ├── CoreServices-3FK4JMT7K1IRE.pcm │ │ │ ├── Darwin-14TRD15FCACV2.pcm │ │ │ ├── DiskArbitration-QK5Z60WO3GCK.pcm │ │ │ ├── Dispatch-Y4ZZ1HR72FEI.pcm │ │ │ ├── FileProvider-1AA56FMT2XQ92.pcm │ │ │ ├── Foundation-2M8Y3D1H909LB.pcm │ │ │ ├── IOKit-1YJU4L4Q03Y5.pcm │ │ │ ├── MachO-YWFNV22Z5VUT.pcm │ │ │ ├── ObjectiveC-2C4A7FIGEFV6M.pcm │ │ │ ├── Security-3MRSRYU7H638B.pcm │ │ │ ├── SwiftOverlayShims-39ZO3A1THQ3HL.pcm │ │ │ ├── SwiftShims-39ZO3A1THQ3HL.pcm │ │ │ ├── XPC-1O6EQOTZ7QBYA.pcm │ │ │ ├── _Builtin_stddef_max_align_t-23F22BLV37QFM.pcm │ │ │ ├── launch-14TRD15FCACV2.pcm │ │ │ ├── libDER-2YDAHEQ2C7FF0.pcm │ │ │ ├── libkern-14TRD15FCACV2.pcm │ │ │ ├── os_object-14TRD15FCACV2.pcm │ │ │ ├── os_workgroup-14TRD15FCACV2.pcm │ │ │ └── ptrauth-23F22BLV37QFM.pcm │ │ ├── Combine-2VB5AD9D94GOX.swiftmodule │ │ ├── CoreData-3NYHXZK2GUOBJ.swiftmodule │ │ ├── CoreFoundation-2UN38KOJZGI5W.swiftmodule │ │ ├── CoreGraphics-RAJ6LXG7SAL3.swiftmodule │ │ ├── Darwin-GIELUOXQ5YSA.swiftmodule │ │ ├── Dispatch-361R0J8NU3ARI.swiftmodule │ │ ├── FileProvider-1E9GDGJ1E8AFH.swiftmodule │ │ ├── Foundation-1IP91RX438WTY.swiftmodule │ │ ├── IOKit-17OW4H50W1KTT.swiftmodule │ │ ├── ObjectiveC-VLOUFTHE3DWV.swiftmodule │ │ ├── Swift-JGPGLIQCUJ23.swiftmodule │ │ ├── SwiftOnoneSupport-3PHBB4R1YRM5O.swiftmodule │ │ ├── XPC-2PTZWFIU1NHY6.swiftmodule │ │ ├── _Concurrency-3P4N8RN6F5QSL.swiftmodule │ │ ├── _StringProcessing-2MDFTTSH7SFE3.swiftmodule │ │ └── modules.timestamp │ │ ├── QuickDB.abi.json │ │ ├── QuickDB.build │ │ ├── Core │ │ │ ├── CoreDataErrors.d │ │ │ ├── CoreDataErrors.swift.o │ │ │ ├── CoreDataErrors.swiftdeps │ │ │ ├── QuickDB.d │ │ │ ├── QuickDB.swift.o │ │ │ ├── QuickDB.swiftdeps │ │ │ ├── QuickFM.d │ │ │ ├── QuickFM.swift.o │ │ │ ├── QuickFM.swiftdeps │ │ │ ├── QuickIndexable.d │ │ │ ├── QuickIndexable.swift.o │ │ │ └── QuickIndexable.swiftdeps │ │ ├── Extensions │ │ │ ├── Data+QuickFileConvertable.d │ │ │ ├── Data+QuickFileConvertable.swift.o │ │ │ ├── Data+QuickFileConvertable.swiftdeps │ │ │ ├── QuickFileConvertable.d │ │ │ ├── QuickFileConvertable.swift.o │ │ │ └── QuickFileConvertable.swiftdeps │ │ ├── QuickDB-Swift.h │ │ ├── QuickDB.emit-module.d │ │ ├── QuickData │ │ │ ├── QuickData+Extensions.d │ │ │ ├── QuickData+Extensions.swift.o │ │ │ ├── QuickData+Extensions.swiftdeps │ │ │ ├── QuickData.d │ │ │ ├── QuickData.swift.o │ │ │ ├── QuickData.swiftdeps │ │ │ ├── QuickDataFile.d │ │ │ ├── QuickDataFile.swift.o │ │ │ ├── QuickDataFile.swiftdeps │ │ │ ├── QuickDataRecord.d │ │ │ ├── QuickDataRecord.swift.o │ │ │ └── QuickDataRecord.swiftdeps │ │ ├── Utils │ │ │ ├── CoreDataStack.d │ │ │ ├── CoreDataStack.swift.o │ │ │ ├── CoreDataStack.swiftdeps │ │ │ ├── CoreUtils.d │ │ │ ├── CoreUtils.swift.o │ │ │ ├── CoreUtils.swiftdeps │ │ │ ├── GenericDataBase.d │ │ │ ├── GenericDataBase.swift.o │ │ │ ├── GenericDataBase.swiftdeps │ │ │ ├── GenericModel+CoreDataClass.d │ │ │ ├── GenericModel+CoreDataClass.swift.o │ │ │ ├── GenericModel+CoreDataClass.swiftdeps │ │ │ ├── GenericModel+CoreDataProperties.d │ │ │ ├── GenericModel+CoreDataProperties.swift.o │ │ │ ├── GenericModel+CoreDataProperties.swiftdeps │ │ │ ├── GenericModel+Decodable.d │ │ │ ├── GenericModel+Decodable.swift.o │ │ │ ├── GenericModel+Decodable.swiftdeps │ │ │ ├── MimeType.d │ │ │ ├── MimeType.swift.o │ │ │ ├── MimeType.swiftdeps │ │ │ ├── Swime.d │ │ │ ├── Swime.swift.o │ │ │ └── Swime.swiftdeps │ │ ├── master.priors │ │ ├── master.swiftdeps │ │ ├── module.modulemap │ │ └── output-file-map.json │ │ ├── QuickDB.swiftdoc │ │ ├── QuickDB.swiftmodule │ │ ├── QuickDB.swiftsourceinfo │ │ ├── QuickDBPackageTests.product │ │ └── Objects.LinkFileList │ │ ├── description.json │ │ └── index │ │ └── store │ │ └── v5 │ │ ├── records │ │ ├── 10 │ │ │ ├── CFFileDescriptor.h-1LFLZ7KPOD10 │ │ │ └── IOFireWireStorageCharacteristics.h-26I4UJTHKOB10 │ │ ├── 12 │ │ │ └── termios.h-1DJI1ENF3KT12 │ │ ├── 13 │ │ │ ├── NSConnection.h-20S2KEW5P7V13 │ │ │ ├── NSXMLDocument.h-PLQYPMR1YW13 │ │ │ └── objc-auto.h-1QQN52ZXMJD13 │ │ ├── 15 │ │ │ ├── IOHIDDevicePlugIn.h-2OWTWKX17ED15 │ │ │ ├── nlist.h-31VB0NWOLC15 │ │ │ └── pthread.h-3MMX82CPVT115 │ │ ├── 16 │ │ │ └── exception_types.h-1KWWV2ZAW4R16 │ │ ├── 17 │ │ │ ├── NSOrthography.h-1E5J0NSXWJZ17 │ │ │ └── cssmapi.h-2FDVM38CIY917 │ │ ├── 19 │ │ │ └── arm64e-apple-macos.swiftinterface_Math-1XV1PJVF5ZT19 │ │ ├── 20 │ │ │ ├── IOStorageControllerCharacteristics.h-I9DSQ3S1TD20 │ │ │ └── Swime.swift-MYKT8LQQPW20 │ │ ├── 21 │ │ │ ├── _pid_t.h-3FAM2X9IFTE21 │ │ │ └── _pthread_attr_t.h-3GH09RSMDI821 │ │ ├── 23 │ │ │ ├── NSFileVersion.h-2BFYCOLKMYC23 │ │ │ └── NSPersistentCloudKitContainerOptions.h-2AOILINNHOG23 │ │ ├── 24 │ │ │ └── _sigset_t.h-L3QKIW160724 │ │ ├── 26 │ │ │ ├── CGWindow.h-2MV6RXZXUYJ26 │ │ │ ├── route.h-34GSORMGV1U26 │ │ │ └── tcp_var.h-16QDQ21U3UK26 │ │ ├── 28 │ │ │ └── CGColorSpace.h-1T7RBO7K7NA28 │ │ ├── 29 │ │ │ ├── NSScriptObjectSpecifiers.h-2FRJ2ZSCP4R29 │ │ │ └── NSUndoManager.h-ADFZCVTKOJ29 │ │ ├── 31 │ │ │ └── _timeval64.h-609JG1VIHV31 │ │ ├── 32 │ │ │ └── kext_net.h-3LSMUGOHX0132 │ │ ├── 33 │ │ │ └── appleapiopts.h-2QW2ZRJEZIL33 │ │ ├── 34 │ │ │ └── arm64e-apple-macos.swiftinterface_Collection-3LDRFETQC4534 │ │ ├── 35 │ │ │ ├── IOGraphicsTypes.h-14K9E6RE0IY35 │ │ │ ├── NSFileProviderDomain.h-1R0R91CHL1F35 │ │ │ └── arm64e-apple-macos.swiftinterface_Collection_HashedCollections-X1RM6KOM2435 │ │ ├── 36 │ │ │ └── raw_ip6.h-2BR1MT2O7PB36 │ │ ├── 38 │ │ │ ├── debug.h-8VXGH494PL38 │ │ │ ├── processor_info.h-9CQSY1D2O038 │ │ │ └── tar.h-1EODT1LPJWF38 │ │ ├── 40 │ │ │ ├── LibcOverlayShims.h-OM26OUHKR40 │ │ │ └── icmp6.h-171DKWMOA0A40 │ │ ├── 42 │ │ │ ├── NSNetServices.h-3NOZNZTALVF42 │ │ │ ├── _graftdmg_un.h-2G9Z5E8EVDP42 │ │ │ └── lctx.h-3D5YRMLY6LD42 │ │ ├── 44 │ │ │ ├── CMSEncoder.h-3LL3VW3ZCPX44 │ │ │ ├── USB.h-1ZPOPTFKGHE44 │ │ │ ├── connection.h-1FXCBDEGL8744 │ │ │ └── wctype.h-39XI1WQM4ZS44 │ │ ├── 45 │ │ │ └── Data+QuickFileConvertable.swift-1UZA1APNSXR45 │ │ ├── 46 │ │ │ └── CFMessagePort.h-3J28IADM08Y46 │ │ ├── 48 │ │ │ ├── AEUserTermTypes.h-2E4G7RXJCFN48 │ │ │ └── sbuf.h-2ORU0HRU8N948 │ │ ├── 49 │ │ │ ├── ldsyms.h-27JXT822Z8V49 │ │ │ └── ttychars.h-VG8YX3BBGB49 │ │ ├── 50 │ │ │ └── semaphore.h-B0FI86BFB250 │ │ ├── 53 │ │ │ ├── CFXMLParser.h-HHVOBCP0BR53 │ │ │ └── vnode.h-H3UX69JZ0H53 │ │ ├── 54 │ │ │ └── IOPM.h-CWXP5JVXB554 │ │ ├── 56 │ │ │ └── NSURLProtectionSpace.h-327TTCLG6ZJ56 │ │ ├── 57 │ │ │ ├── MacMemory.h-1OM0IKSJIE857 │ │ │ └── mach_traps.h-BIAVT4E11G57 │ │ ├── 58 │ │ │ └── IOHIDTypes.h-4DRPQ3VUSE58 │ │ ├── 59 │ │ │ └── ipcomp.h-1YY08SSZCS859 │ │ ├── 61 │ │ │ └── arm64e-apple-macos.swiftinterface-3VZKMP0OOJV61 │ │ ├── 62 │ │ │ ├── cssmcli.h-23QBICAT3YI62 │ │ │ └── ranlib.h-2GIK262BCPB62 │ │ ├── 65 │ │ │ └── IODVDMedia.h-YUJE76743L65 │ │ ├── 67 │ │ │ ├── CGDisplayStream.h-1378BZS4I2067 │ │ │ └── IODVDBlockStorageDevice.h-30Y01ERBOR67 │ │ ├── 68 │ │ │ └── NSXPCConnection.h-2YULYKQRIGD68 │ │ ├── 73 │ │ │ └── _sigaltstack.h-11B5WB8ACJJ73 │ │ ├── 74 │ │ │ ├── NSScriptKeyValueCoding.h-1UNPWPJN3KF74 │ │ │ └── xlocale.h-1PW6YCCHX3M74 │ │ ├── 75 │ │ │ └── workgroup_base.h-2AQAGEFC40E75 │ │ ├── 76 │ │ │ ├── NSRelationshipDescription.h-3U8ARY5BMLA76 │ │ │ └── NSXMLNodeOptions.h-1J46NN83NA976 │ │ ├── 77 │ │ │ └── CFSet.h-3G6R0I3L5H577 │ │ ├── 78 │ │ │ └── NSMigrationManager.h-3AGCUTF9Y8V78 │ │ ├── 79 │ │ │ ├── NSUUID.h-1ZKRYL5L6R479 │ │ │ ├── NSUbiquitousKeyValueStore.h-16FGQ2OLPIC79 │ │ │ ├── arm64e-apple-macos.swiftinterface_Reflection-23WEYYATJ6M79 │ │ │ └── runtime.h-8QS3N00NDN79 │ │ ├── 80 │ │ │ ├── NSXMLDTDNode.h-1AJ32FPUQGR80 │ │ │ └── SecEncodeTransform.h-1BRC9X4Y69U80 │ │ ├── 81 │ │ │ └── IOBlockStorageDriver.h-1P265S3LU1A81 │ │ ├── 82 │ │ │ ├── CGDataProvider.h-2R0ATMO8KE282 │ │ │ ├── NSManagedObjectContext.h-LB9JPX2ELN82 │ │ │ └── NSURLHandle.h-2CTDUBS2N0882 │ │ ├── 85 │ │ │ ├── _ctype.h-1F7GCLBGCMH85 │ │ │ └── arm64e-apple-macos.swiftinterface_Result-196P5TZD7SO85 │ │ ├── 86 │ │ │ ├── _ptrdiff_t.h-3OM8PUEPGXQ86 │ │ │ └── error.h-S8C2KPLOLV86 │ │ ├── 87 │ │ │ ├── IOFDiskPartitionScheme.h-Y123OYQCTG87 │ │ │ └── audit_record.h-3V8F526ZAV987 │ │ ├── 90 │ │ │ └── SecCode.h-2AIFQP21RYA90 │ │ ├── 91 │ │ │ ├── IOPSKeys.h-WORIZ4Q49291 │ │ │ ├── NSEntityMigrationPolicy.h-3IVUB6IIG491 │ │ │ └── compact_unwind_encoding.h-DJFR77AEFC91 │ │ ├── 92 │ │ │ ├── CFRunLoop.h-1OIQ9GE666R92 │ │ │ ├── IOAccelTypes.h-1WDH36B835092 │ │ │ └── IOHIDManager.h-LD6UROLPMU92 │ │ ├── 93 │ │ │ └── scope6_var.h-3KOUVOFGN7X93 │ │ ├── 94 │ │ │ ├── IOCDPartitionScheme.h-2PS52JY97PT94 │ │ │ └── utmp.h-IC8UJBPELR94 │ │ ├── 95 │ │ │ └── host_security.h-NRLXTM4VIC95 │ │ ├── 96 │ │ │ └── IONetworkController.h-2733FT3RZ1196 │ │ ├── 97 │ │ │ ├── page_info.h-1HPSIURHGUT97 │ │ │ └── sched.h-2186HB5FQX097 │ │ ├── 98 │ │ │ ├── ATASMARTLib.h-T2XKL2485P98 │ │ │ └── source.h-JCEDFJD6N698 │ │ ├── 99 │ │ │ ├── _size_t.h-1WMN0XH487G99 │ │ │ └── task_inspect.h-10WJ57ZBVVO99 │ │ ├── 00 │ │ │ ├── Script.h-1PQS7KH93G800 │ │ │ ├── SecCertificateOIDs.h-390BZWLCY9T00 │ │ │ └── _nl_item.h-2FUYZMN7ZDC00 │ │ ├── 01 │ │ │ └── IOStorageCardCharacteristics.h-23869LRFTI001 │ │ ├── 03 │ │ │ └── CFBitVector.h-30FBKGSYYDR03 │ │ ├── 05 │ │ │ └── NSFileProviderEnumerating.h-2UGI3D4SL2K05 │ │ ├── 06 │ │ │ └── _u_int16_t.h-UAXXM6PX4F06 │ │ ├── 07 │ │ │ ├── MDQuery.h-26HNPVR1S7N07 │ │ │ └── cssmaci.h-2LWWCQJ3BSZ07 │ │ ├── 08 │ │ │ ├── NSDate.h-1P96IM6ZYHZ08 │ │ │ ├── NSNotificationQueue.h-2QSWF6H6IWW08 │ │ │ └── cssmkrspi.h-3FM7ONQR7GX08 │ │ ├── 09 │ │ │ └── NSIncrementalStore.h-1JJ8ATMX5GZ09 │ │ ├── 0A │ │ │ ├── Debugging.h-2LGND60WJRE0A │ │ │ └── NSFetchedResultsController.h-1XODDIL15J50A │ │ ├── 0B │ │ │ └── mach_time.h-2C4IZEPIL620B │ │ ├── 0G │ │ │ ├── IOPMLib.h-S9CMN341U70G │ │ │ └── NSIncrementalStoreNode.h-QO3N4NHPGS0G │ │ ├── 0H │ │ │ ├── arm64e-apple-macos.swiftinterface_Pointer-3DM227147140H │ │ │ └── igmp_var.h-2B16QACBYLP0H │ │ ├── 0I │ │ │ └── search.h-BE9NP4GP2S0I │ │ ├── 0J │ │ │ └── shm.h-1W48WARISF80J │ │ ├── 0L │ │ │ └── GenericDataBase.swift-3DM2U50P0LV0L │ │ ├── 0N │ │ │ └── SecSharedCredential.h-3ECY5D4MBVY0N │ │ ├── 0O │ │ │ ├── CFData.h-14BSHD9Z2LM0O │ │ │ ├── timeb.h-2NUF02V60WL0O │ │ │ └── workgroup_interval.h-YON4YIPH10O │ │ ├── 0P │ │ │ └── base.h-1GKXV34ROC0P │ │ ├── 0S │ │ │ └── AEPackObject.h-1MJOGFTO99P0S │ │ ├── 0T │ │ │ ├── NSArchiver.h-3IOCXFAG6B80T │ │ │ ├── NSIndexPath.h-25UQ5ASUUSC0T │ │ │ └── SecProtocolMetadata.h-VUY239F5130T │ │ ├── 0U │ │ │ ├── IOHIDLib.h-1H55FFBH52Z0U │ │ │ ├── NSDateInterval.h-1U69F3L6DPP0U │ │ │ └── uuid.h-27TD0T0ZS8Q0U │ │ ├── 0Y │ │ │ └── __wctype.h-2Y3NT0M58F80Y │ │ ├── 0Z │ │ │ ├── CFNetDiagnostics.h-YQL1H8NFZ80Z │ │ │ ├── NSFileWrapper.h-1OJ7BRBDEMR0Z │ │ │ └── NSPropertyList.h-2ISW7ERPM0Y0Z │ │ ├── 1A │ │ │ └── DASession.h-J0PGSFSHN1A │ │ ├── 1B │ │ │ └── in6_var.h-255UFE3XRA61B │ │ ├── 1C │ │ │ └── System.h-20RCQQSPA841C │ │ ├── 1G │ │ │ ├── NSByteOrder.h-2AJSKBB6LSK1G │ │ │ └── mach_error.h-78BP3O3DHW1G │ │ ├── 1H │ │ │ └── NSPortMessage.h-1BAEJHMMI121H │ │ ├── 1I │ │ │ └── sysctl.h-SA7L7MR7O41I │ │ ├── 1L │ │ │ └── vm_prot.h-28678DZP05X1L │ │ ├── 1M │ │ │ └── NSNumberFormatter.h-2CD7FLKQG321M │ │ ├── 1N │ │ │ └── _int8_t.h-2MH339WR3JO1N │ │ ├── 1O │ │ │ ├── WSProtocolHandler.h-16Y0FE3KAAA1O │ │ │ └── cssmcspi.h-3LT92KOAKN31O │ │ ├── 1P │ │ │ └── lockgroup_info.h-1LJZO8TE6N71P │ │ ├── 1Q │ │ │ ├── IOStreamLib.h-3OBDA7TB3P51Q │ │ │ └── dyld_kernel.h-3RT1155NFS71Q │ │ ├── 1R │ │ │ └── _u_int.h-2ZQJPFKG0NQ1R │ │ ├── 1S │ │ │ └── CSIdentityQuery.h-MYUS9BTBS81S │ │ ├── 1T │ │ │ └── ttycom.h-2ZQMN1A6GY21T │ │ ├── 1V │ │ │ ├── CGPSConverter.h-1KX8H0IPTM61V │ │ │ └── NSPersistentCloudKitContainerEventRequest.h-3EBZ8LSRCEC1V │ │ ├── 1Y │ │ │ └── NSXMLNode.h-1TF5LLEK80I1Y │ │ ├── 1Z │ │ │ └── arm64e-apple-macos.swiftinterface_String-3ICATXTE6LO1Z │ │ ├── 2A │ │ │ ├── CoreFoundationShims.h-YDBVAGVZ6P2A │ │ │ └── IOAccelClientConnect.h-3RDCKB7W1QY2A │ │ ├── 2B │ │ │ └── stat.h-2Z8VRU6BQI12B │ │ ├── 2D │ │ │ └── _key_t.h-K8LYMMKSYA2D │ │ ├── 2E │ │ │ └── NSFileCoordinator.h-20EQVTX7WA32E │ │ ├── 2G │ │ │ └── CFPlugInCOM.h-I1INKEXHKC2G │ │ ├── 2H │ │ │ └── fmtmsg.h-2H2A7ID3QPY2H │ │ ├── 2K │ │ │ ├── IODVDMediaBSDClient.h-1WH27SRQRSW2K │ │ │ └── _fd_def.h-1JHQPN7GLZD2K │ │ ├── 2M │ │ │ ├── SecTrustedApplication.h-39SK5N74KQW2M │ │ │ └── time.h-3UIJR7VQQ7P2M │ │ ├── 2O │ │ │ └── util.h-3TS2MSW994R2O │ │ ├── 2P │ │ │ ├── CGEvent.h-11BW0Y30DRU2P │ │ │ └── IOGUIDPartitionScheme.h-OB6UMODJAN2P │ │ ├── 2R │ │ │ ├── IOSCSIMultimediaCommandsDevice.h-358UQG0L3WN2R │ │ │ ├── SecAsn1Types.h-ALTQ9JRJYC2R │ │ │ └── _locale.h-3E06S75YEY22R │ │ ├── 2T │ │ │ ├── NSDecimal.h-K8RER7KXTY2T │ │ │ ├── QuickDataFile.swift-RHVURRXUJC2T │ │ │ ├── SecAsn1Templates.h-1K5U0GL3LTP2T │ │ │ └── arm64e-apple-macos.swiftinterface_Misc-17YX6SNTUJ52T │ │ ├── 2U │ │ │ └── thread_status.h-XYYOV5VP12U │ │ ├── 2W │ │ │ └── NSBundle.h-DYYSYKUJLB2W │ │ ├── 2Z │ │ │ └── mach_port.h-29GG7GH8YYI2Z │ │ ├── 3B │ │ │ └── QuickFM.swift-T33SYV9IZ43B │ │ ├── 3C │ │ │ └── msg.h-2R6YA19OESO3C │ │ ├── 3E │ │ │ └── IONetworkData.h-3UMOCRU52Y63E │ │ ├── 3F │ │ │ └── UnicodeData.h-2WQ05NXKXO53F │ │ ├── 3I │ │ │ └── mach.h-3OQ72XQ2K723I │ │ ├── 3J │ │ │ └── bpf.h-13H1VU7CC9U3J │ │ ├── 3K │ │ │ ├── IOHIDTransaction.h-NFJU6D4F963K │ │ │ └── SecProtocolTypes.h-2Q9ZAL86B3V3K │ │ ├── 3M │ │ │ ├── CGError.h-D9DBG957EQ3M │ │ │ └── NSProxy.h-DA614VX1B3M │ │ ├── 3N │ │ │ └── NSData.h-Y62K06HCDA3N │ │ ├── 3P │ │ │ └── NSFileProviderThumbnailing.h-2ACVA122EKK3P │ │ ├── 3Q │ │ │ ├── NSOrderedCollectionDifference.h-XO9PPAM22J3Q │ │ │ └── host_special_ports.h-1CEJ8JPON03Q │ │ ├── 3R │ │ │ └── arch.h-2JCVG3I145U3R │ │ ├── 3S │ │ │ └── _mcontext.h-3B6PBUTKG8M3S │ │ ├── 3T │ │ │ ├── AssertionReporting.h-3UZGL917YEX3T │ │ │ └── param.h-RSMIRBZ1CB3T │ │ ├── 3U │ │ │ ├── CFNotificationCenter.h-BZ4XJK5LAG3U │ │ │ ├── QuickDataRecord.swift-DJ9T24OXEM3U │ │ │ └── data.h-20PKNGCGAPB3U │ │ ├── 3W │ │ │ └── _pthread_cond_t.h-14PH7WR6K3Z3W │ │ ├── 4A │ │ │ └── wordexp.h-3CYB9X1Y2FZ4A │ │ ├── 4B │ │ │ ├── LSInfoDeprecated.h-NHO5I34ODM4B │ │ │ ├── MDSchema.h-36IGR381TR54B │ │ │ ├── mach_voucher_types.h-376U2IUIHVE4B │ │ │ └── unistd.h-2CYNYYTR28U4B │ │ ├── 4C │ │ │ ├── CGContext.h-14FO2XFBF954C │ │ │ ├── MacLocales.h-3KNN4BRDQCO4C │ │ │ └── NSUserActivity.h-2H3OX58TPC24C │ │ ├── 4D │ │ │ ├── NSPersistentStoreCoordinator.h-2OYVWNXV6B14D │ │ │ └── _pthread_mutex_t.h-22TP5MBHHRU4D │ │ ├── 4F │ │ │ └── Authorization.h-21644XRIDMD4F │ │ ├── 4G │ │ │ ├── _uint64_t.h-31OW8R4UX2S4G │ │ │ └── times.h-3FJARNQDZQC4G │ │ ├── 4H │ │ │ └── task_special_ports.h-3SWYZWGWUJL4H │ │ ├── 4L │ │ │ └── MDLabel.h-3W3OROYXY134L │ │ ├── 4M │ │ │ └── posix_shm.h-3NZFIQYWNJT4M │ │ ├── 4O │ │ │ ├── NSSet.h-2MLA4KIX99E4O │ │ │ └── time.h-2PGAYBARLLF4O │ │ ├── 4P │ │ │ ├── NSPersistentStore.h-D5490MO2114P │ │ │ ├── inttypes.h-33RLGVS83KY4P │ │ │ └── xattr.h-2DX7GWF3A834P │ │ ├── 4Q │ │ │ └── AuthorizationDB.h-16C83MXTI9L4Q │ │ ├── 4R │ │ │ └── stddef.h-FQM0AR1NR04R │ │ ├── 4S │ │ │ ├── IOHIDElement.h-1ZSSM2D5TC44S │ │ │ └── UTCoreTypes.h-31AAIGB502K4S │ │ ├── 4V │ │ │ ├── NSNotification.h-1CCCN3D7HZX4V │ │ │ ├── _fsblkcnt_t.h-30YUADDFJVW4V │ │ │ └── signal.h-2P6HLIMNNAU4V │ │ ├── 4X │ │ │ ├── UnicodeUtilities.h-1TV5UV4W4FU4X │ │ │ └── _ssize_t.h-1IHUK27T3C14X │ │ ├── 5A │ │ │ ├── Collections.h-2AFFJOU1HHC5A │ │ │ └── NSManagedObjectID.h-2TAEBM879GY5A │ │ ├── 5B │ │ │ └── NSMetadata.h-2SBODN3H3DJ5B │ │ ├── 5C │ │ │ └── CGPDFArray.h-6O3HDQDHYM5C │ │ ├── 5D │ │ │ └── _timeval32.h-15FTAXVFZ9K5D │ │ ├── 5E │ │ │ ├── asm.h-34PJVSZ3PMP5E │ │ │ └── vm_inherit.h-INHNH5BLBN5E │ │ ├── 5F │ │ │ └── CoreDataErrors.swift-2X1K5WKTATC5F │ │ ├── 5G │ │ │ └── OSSpinLockDeprecated.h-2W6KVPVBBUR5G │ │ ├── 5H │ │ │ └── arm64e-apple-macos.swiftinterface-2IF3LDPVR2D5H │ │ ├── 5J │ │ │ ├── NSPersistentStoreDescription.h-1EQFC75II195J │ │ │ ├── _socklen_t.h-1CJF5KRQC5O5J │ │ │ └── reloc.h-1ZC2ZGKDH9O5J │ │ ├── 5K │ │ │ └── _va_list.h-13EMPEUL0G05K │ │ ├── 5L │ │ │ └── errno.h-3J8JAD9EINI5L │ │ ├── 5M │ │ │ └── NSSpellServer.h-2WBYCI1X4PV5M │ │ ├── 5N │ │ │ └── NSPersistentCloudKitContainerEvent.h-LHVZYEQZGB5N │ │ ├── 5O │ │ │ ├── NSPointerFunctions.h-3V10I2WWE675O │ │ │ └── udp_var.h-2WV4SWIN5395O │ │ ├── 5P │ │ │ ├── CGDirectDisplay.h-2OQ4PC6C8P5P │ │ │ └── NSAtomicStore.h-3RN62RX5GBN5P │ │ ├── 5Q │ │ │ └── AIFF.h-KMN7OHIIZ35Q │ │ ├── 5S │ │ │ ├── SecCodeHost.h-PFIBFYL0FN5S │ │ │ ├── _endian.h-12FWFBIDJX75S │ │ │ └── if.h-2O0UVFVVBUH5S │ │ ├── 5T │ │ │ ├── CGPDFDocument.h-3UWCS5IQK505T │ │ │ └── QuickData+Extensions.swift-16D2E9CTZMD5T │ │ ├── 5V │ │ │ └── availability.h-U2BFV6WBA05V │ │ ├── 5W │ │ │ ├── HeapObject.h-1WPFTBQUNT45W │ │ │ └── OSTypes.h-2QVSORLCYVC5W │ │ ├── 6A │ │ │ ├── IOHIDKeys.h-313AK64VOY46A │ │ │ ├── MixedMode.h-1GWX2XLQS476A │ │ │ ├── _stdio.h-1J8KSXCOT2S6A │ │ │ └── _strings.h-3JL9IQ929QA6A │ │ ├── 6B │ │ │ └── CSIdentityAuthority.h-2D9LP6XUGCA6B │ │ ├── 6C │ │ │ ├── IOAudioDefines.h-11S1M8LCUHG6C │ │ │ └── NSAppleScript.h-2PM775CB9GY6C │ │ ├── 6E │ │ │ ├── NSJSONSerialization.h-QXRBMIOB6T6E │ │ │ ├── SCSICmds_INQUIRY_Definitions.h-EY0IRFO1OH6E │ │ │ └── limits.h-EF6NZAQN1R6E │ │ ├── 6G │ │ │ └── ToolUtils.h-HCHE1S103A6G │ │ ├── 6I │ │ │ └── hfs_format.h-381YCRP2E4H6I │ │ ├── 6K │ │ │ ├── IOBSD.h-C61QRSKBSI6K │ │ │ └── IOStorageDeviceCharacteristics.h-3VUN31LC9RN6K │ │ ├── 6L │ │ │ └── ncurses_dll.h-1QENRQNKHYS6L │ │ ├── 6O │ │ │ ├── IOI2CInterface.h-GUZR438N146O │ │ │ ├── _stdio.h-3D9O3S91UYW6O │ │ │ └── _stdlib.h-15FFFU2HOAK6O │ │ ├── 6P │ │ │ └── fenv.h-17I40V38Y9F6P │ │ ├── 6Q │ │ │ └── Files.h-E54GLYEI876Q │ │ ├── 6R │ │ │ └── DictionaryServices.h-5NEMIV0ARL6R │ │ ├── 6U │ │ │ └── message.h-2AJFMCEC1TV6U │ │ ├── 6V │ │ │ ├── CFBase.h-2P81VDGEAMH6V │ │ │ └── esp.h-1GQFK509VYS6V │ │ ├── 6W │ │ │ ├── IOGraphicsEngine.h-3U9V3SVIFRO6W │ │ │ └── NSDecimalNumber.h-3VK9ZYQC7KP6W │ │ ├── 6X │ │ │ └── _select.h-11YCW5OPMOC6X │ │ ├── 6Y │ │ │ ├── arm64e-apple-macos.swiftinterface_Math_Vector-HD98BLXTX66Y │ │ │ └── if_ether.h-2892O1137V06Y │ │ ├── 7A │ │ │ └── CGDisplayFade.h-20IO7ZTKZKU7A │ │ ├── 7B │ │ │ ├── CGAffineTransform.h-1DBTZ7QNELA7B │ │ │ ├── CGBase.h-2LP8ALE0BWA7B │ │ │ └── LibcShims.h-K4RWF87LMS7B │ │ ├── 7D │ │ │ ├── Finder.h-YK758WP5CX7D │ │ │ └── NSFileProviderService.h-3NKSHY706PX7D │ │ ├── 7E │ │ │ ├── _mbstate_t.h-1HVOP32N2B77E │ │ │ └── audit_kevents.h-2MGQ0FJAXI07E │ │ ├── 7F │ │ │ └── pipe.h-B3S7JLT96C7F │ │ ├── 7H │ │ │ ├── NSArray.h-20HYX4WHUB17H │ │ │ └── NSScriptCommand.h-8HQSXR9ONP7H │ │ ├── 7I │ │ │ ├── KeychainCore.h-1P71381LXXE7I │ │ │ ├── SCSICmds_READ_CAPACITY_Definitions.h-2HEU3093PB17I │ │ │ └── socket.h-UO3VGM5GYK7I │ │ ├── 7K │ │ │ ├── alloca.h-3TNP729IQAP7K │ │ │ └── workloop.h-208Y8SDNYDM7K │ │ ├── 7L │ │ │ ├── NSComparisonPredicate.h-1FYWG8LSEF57L │ │ │ └── getsect.h-10B7UIFLWWT7L │ │ ├── 7M │ │ │ └── kdebug.h-1CJUPJDRGQE7M │ │ ├── 7P │ │ │ └── _ct_rune_t.h-N3QCM2I3RR7P │ │ ├── 7R │ │ │ ├── kmod.h-3ALFVWM6UOA7R │ │ │ └── object.h-2CL4RR2IATW7R │ │ ├── 7S │ │ │ └── MDItem.h-3D5BL0G2LC67S │ │ ├── 7U │ │ │ └── IONetworkLib.h-3NWJF7BJLTO7U │ │ ├── 7V │ │ │ └── SecSignVerifyTransform.h-2DPOD0KOHFO7V │ │ ├── 7W │ │ │ └── _langinfo.h-1KI0FVXUJ7R7W │ │ ├── 7X │ │ │ └── CFError.h-27YKJA1OS947X │ │ ├── 7Y │ │ │ └── IOLLEvent.h-1B6T4TXTM917Y │ │ ├── 7Z │ │ │ ├── DriverSynchronization.h-1F14AGGOTHT7Z │ │ │ ├── StringCompare.h-37ZVR03T8TJ7Z │ │ │ └── limits.h-1OG8CV13JVK7Z │ │ ├── 8B │ │ │ └── CFCGTypes.h-14TDUMWVWCX8B │ │ ├── 8C │ │ │ └── audit_internal.h-1SUO9JRBYHX8C │ │ ├── 8D │ │ │ ├── NSISO8601DateFormatter.h-358S6OMOPO78D │ │ │ └── utime.h-1V28B9YJB488D │ │ ├── 8E │ │ │ ├── cssmdli.h-CLXJOIZBXA8E │ │ │ └── malloc.h-ZFAXPKO79K8E │ │ ├── 8F │ │ │ ├── MDImporter.h-REJX3KU0I38F │ │ │ ├── exception.h-L7PR47E5OD8F │ │ │ ├── proc.h-MA24EPZZ3M8F │ │ │ └── task.h-4RJEOQAZ48F │ │ ├── 8H │ │ │ ├── IOAudioTypes.h-CW8VK7NSKV8H │ │ │ └── exc.h-2RW7EJ5FJPF8H │ │ ├── 8I │ │ │ ├── IOHIDUserDevice.h-1Y08K5ECG1Y8I │ │ │ └── IntlResources.h-33YBKITKALF8I │ │ ├── 8J │ │ │ └── CFURL.h-904KRGLQN38J │ │ ├── 8L │ │ │ ├── kauth.h-EDYYUL6BIT8L │ │ │ └── x509defs.h-4WQ0IUKZVQ8L │ │ ├── 8R │ │ │ └── if_utun.h-1NLV8FVBA0T8R │ │ ├── 8W │ │ │ ├── IOPartitionScheme.h-2U1S1IQV6D18W │ │ │ ├── IOUPSPlugIn.h-10JUX85W4ZV8W │ │ │ └── NSDateIntervalFormatter.h-2ULN59TIRRX8W │ │ ├── 8Z │ │ │ ├── NSHFSFileTypes.h-2SGBN41KH888Z │ │ │ └── OSReturn.h-1792TIX7QX28Z │ │ ├── 9A │ │ │ └── NSDistributedNotificationCenter.h-1ZSXR150D959A │ │ ├── 9B │ │ │ └── NSMetadataAttributes.h-2P5HR62ZWQ39B │ │ ├── 9C │ │ │ └── loader.h-CD7TRJTK5T9C │ │ ├── 9D │ │ │ └── stab.h-3SS13A71JRB9D │ │ ├── 9E │ │ │ └── SecProtocolOptions.h-1MJP1TN1E6L9E │ │ ├── 9F │ │ │ └── PLStringFuncs.h-394X43B208I9F │ │ ├── 9G │ │ │ ├── KeyPath.h-1BF7RNCHNZK9G │ │ │ └── _uint16_t.h-3HRC145T9AX9G │ │ ├── 9H │ │ │ └── SecDecodeTransform.h-3IY3QNS6Q4C9H │ │ ├── 9L │ │ │ └── arm64e-apple-macos.swiftinterface-1EHH2TEDV019L │ │ ├── 9N │ │ │ ├── CSCommon.h-1B4V7VCIPB49N │ │ │ └── SecEncryptTransform.h-263EWI4S1VQ9N │ │ ├── 9R │ │ │ └── Aliases.h-DWS9L59KDF9R │ │ ├── 9S │ │ │ └── CFHTTPStream.h-2H691DMG5KH9S │ │ ├── 9T │ │ │ ├── CFSocket.h-1UAXUR2AASG9T │ │ │ └── IODataQueueShared.h-399RB6JM1XK9T │ │ ├── 9U │ │ │ └── queue.h-2ZTYXW084IF9U │ │ ├── A0 │ │ │ └── endian.h-5F44DL0MTXA0 │ │ ├── A4 │ │ │ └── semaphore.h-1M198T0LVHFA4 │ │ ├── A6 │ │ │ └── NSCharacterSet.h-1YKO4GN42DLA6 │ │ ├── A7 │ │ │ └── oidsbase.h-2716MYAXVNYA7 │ │ ├── AD │ │ │ └── DADissenter.h-39TUMUAG01GAD │ │ ├── AH │ │ │ └── Availability.h-3F5G6IM52Y7AH │ │ ├── AI │ │ │ ├── SwiftStdbool.h-39X72BUVJXAI │ │ │ ├── __wctype.h-6X07FQTJBUAI │ │ │ └── certextensions.h-7QPVPTT235AI │ │ ├── AJ │ │ │ ├── NSScriptWhoseTests.h-8GBUA1G8N5AJ │ │ │ └── unpcb.h-3PNGKCSFA6TAJ │ │ ├── AM │ │ │ └── objc-exception.h-NXXZ5CP26SAM │ │ ├── AN │ │ │ ├── NSMethodSignature.h-5A6CRHYO1HAN │ │ │ ├── NSQueryGenerationToken.h-249A3ERG33TAN │ │ │ └── SecDigestTransform.h-3UP4JU4NLDMAN │ │ ├── AP │ │ │ └── _ucontext64.h-NXD8F6UGY8AP │ │ ├── AQ │ │ │ ├── _blkcnt_t.h-LWHDZNFJZXAQ │ │ │ └── _pthread_once_t.h-1H441XSH3H5AQ │ │ ├── AR │ │ │ └── NSPersistentHistoryChangeRequest.h-1LR5YJZNPBRAR │ │ ├── AT │ │ │ └── CGPDFStream.h-3U64W5RELOAT │ │ ├── AU │ │ │ ├── _ino_t.h-7TT1FNBJ6AU │ │ │ └── _xlocale.h-1E6B5Z3O6K7AU │ │ ├── AY │ │ │ ├── IOHIDDevice.h-ZITIBJ60GLAY │ │ │ └── NSEnergyFormatter.h-374SEKRI41BAY │ │ ├── AZ │ │ │ └── ptrauth.h-2GJVY99Q070AZ │ │ ├── B0 │ │ │ └── thread_status.h-5FV1ED5HQ5B0 │ │ ├── B1 │ │ │ ├── NSCalendar.h-2UNV5KKAVZIB1 │ │ │ ├── mach_debug_types.h-20Y5FWPI7B1B1 │ │ │ └── sys_domain.h-2QVCMW5IL6SB1 │ │ ├── B2 │ │ │ └── SecRequirement.h-1Q5CI0FBN2WB2 │ │ ├── B7 │ │ │ ├── IOHIDQueue.h-D6XTQW5JA2B7 │ │ │ └── NSListFormatter.h-VSHD8PNVWBB7 │ │ ├── B8 │ │ │ └── NSPropertyMapping.h-3ZIDDZGGJDB8 │ │ ├── B9 │ │ │ └── IONetworkUserClient.h-3QDZRNMYT2CB9 │ │ ├── BA │ │ │ └── AuthorizationTags.h-3DH350Y0MFDBA │ │ ├── BD │ │ │ ├── mach_host.h-2C8MXZYSMA9BD │ │ │ └── pthread_impl.h-19HCXMUDJE6BD │ │ ├── BE │ │ │ └── _symbol_aliasing.h-1ZT6WTTBXQ0BE │ │ ├── BF │ │ │ └── statvfs.h-1V2JT2TBVPYBF │ │ ├── BG │ │ │ └── USBSpec.h-36130DYJG89BG │ │ ├── BH │ │ │ ├── IOHIDProperties.h-153Q18X7TI4BH │ │ │ └── _pthread_key_t.h-34KP9KAS47HBH │ │ ├── BJ │ │ │ ├── RefCount.h-2OK4WIO3NWKBJ │ │ │ └── port.h-CAR5I09DDPBJ │ │ ├── BK │ │ │ ├── _types.h-11DI1F7KYCGBK │ │ │ └── clonefile.h-W1MGZ0UO4JBK │ │ ├── BL │ │ │ ├── OSAtomicDeprecated.h-2OERGSG37Z6BL │ │ │ └── if_dl.h-3NI9UEJCX57BL │ │ ├── BN │ │ │ ├── _wint_t.h-W36X40S11JBN │ │ │ ├── audit_errno.h-1HPFX9OTT46BN │ │ │ └── kdebug_signpost.h-1U5TWDJI9KGBN │ │ ├── BP │ │ │ ├── NSAtomicStoreCacheNode.h-C4M51LV28JBP │ │ │ ├── NSFetchRequest.h-P785ZBMJ5RBP │ │ │ └── SCSICmds_MODE_Definitions.h-1F2MDSOX9HRBP │ │ ├── BR │ │ │ ├── _pthread_t.h-384PFNCJ91LBR │ │ │ └── libgen.h-3F07RAIHUNJBR │ │ ├── BS │ │ │ └── in_pcb.h-15DEIXZC5SIBS │ │ ├── BU │ │ │ ├── NSURLCredentialStorage.h-IXFHHU1CN1BU │ │ │ └── _u_int8_t.h-1DVGNFUUV5ABU │ │ ├── BW │ │ │ └── oids.h-COJDIB4G5PBW │ │ ├── BX │ │ │ ├── NSFileManager.h-118L68Y61PTBX │ │ │ └── if_arp.h-24DAKSMDP6YBX │ │ ├── BY │ │ │ ├── CFAttributedString.h-1WNCMERJXUZBY │ │ │ └── types.h-KHWN4RMFYVBY │ │ ├── BZ │ │ │ └── poll.h-16DKD7AYKYEBZ │ │ ├── C0 │ │ │ └── _pthread_mutexattr_t.h-3P80GBK7H8UC0 │ │ ├── C1 │ │ │ └── host_reboot.h-22B31WW1AVC1 │ │ ├── C4 │ │ │ └── NSBatchInsertRequest.h-15COLRH72YLC4 │ │ ├── C5 │ │ │ └── NSFetchedPropertyDescription.h-YZWSO5TQXPC5 │ │ ├── C6 │ │ │ ├── AvailabilityVersions.h-33SUFMI8IISC6 │ │ │ └── NSSaveChangesRequest.h-1LKITB50HTHC6 │ │ ├── C9 │ │ │ └── NSTimeZone.h-1MEAEQL56ORC9 │ │ ├── CA │ │ │ └── lock.h-339DFRIFNU0CA │ │ ├── CE │ │ │ ├── NSDateFormatter.h-2QOXVSX94RACE │ │ │ └── QuickFileConvertable.swift-1Z0H6AVT96ECE │ │ ├── CH │ │ │ └── IOFireWireFamilyCommon.h-3SMS9JVWECVCH │ │ ├── CI │ │ │ └── event_status_driver.h-3TNWM9W87JNCI │ │ ├── CJ │ │ │ └── _mode_t.h-RFXP6PA3MQCJ │ │ ├── CK │ │ │ └── stdatomic.h-FRUK482SMLCK │ │ ├── CM │ │ │ └── TextUtils.h-OZJ7HGBP5OCM │ │ ├── CO │ │ │ ├── OSCacheControl.h-F4W8SLVHK3CO │ │ │ └── base.h-1QUZ565LJ0LCO │ │ ├── CP │ │ │ └── audit.h-3ABS70M7P40CP │ │ ├── CR │ │ │ ├── NSManagedObject.h-2MTCX0R23C9CR │ │ │ └── ethernet.h-3WXSW6XRD2CR │ │ ├── CT │ │ │ └── block.h-1NXX6RGJZX8CT │ │ ├── CU │ │ │ ├── CFDateFormatter.h-3DS1OBZLK5CCU │ │ │ └── spawn.h-2WKONGOTORLCU │ │ ├── CV │ │ │ ├── AppleEvents.h-WZWQU706V2CV │ │ │ └── io.h-2RLAR9ISBCCV │ │ ├── D0 │ │ │ └── cssmtpi.h-2FY98HT668SD0 │ │ ├── D1 │ │ │ ├── IOCDMedia.h-3I0U8UK1K96D1 │ │ │ ├── _dev_t.h-CJZNNUBS9MD1 │ │ │ └── complex.h-3BEMDFQG7ZMD1 │ │ ├── D2 │ │ │ └── sockio.h-1HEFDMSZZ2TD2 │ │ ├── D3 │ │ │ ├── MacTypes.h-1NT60UFBMHCD3 │ │ │ └── _pthread_condattr_t.h-2RXZH6YJ15AD3 │ │ ├── D6 │ │ │ ├── IOFireWireAVCConsts.h-2MZEBDYFSL3D6 │ │ │ ├── emmspi.h-QYEM7JCC22D6 │ │ │ └── kern_return.h-3J2GVMLG25SD6 │ │ ├── D7 │ │ │ ├── if_media.h-2OJGPUWOBM1D7 │ │ │ └── select.h-E6S7E80NFGD7 │ │ ├── D8 │ │ │ ├── arm64e-apple-macos.swiftinterface-3VZZ37EO17TD8 │ │ │ ├── arm64e-apple-macos.swiftinterface_Protocols-1JR191BQ51XD8 │ │ │ └── swap.h-3CY4TGM2OUID8 │ │ ├── D9 │ │ │ └── CGPDFObject.h-36ZGQAY1C19D9 │ │ ├── DC │ │ │ └── clock_types.h-1HVS8LMZXBYDC │ │ ├── DD │ │ │ └── arm64e-apple-macos.swiftinterface_Bool-3EU87B9YY44DD │ │ ├── DE │ │ │ └── objc-api.h-3A9YA0M6CQWDE │ │ ├── DF │ │ │ ├── IconsCore.h-1PBR44E3SB9DF │ │ │ └── curses.h-1H5DOBHKD11DF │ │ ├── DG │ │ │ ├── _int16_t.h-2RFY87RA7S5DG │ │ │ └── audit_uevents.h-3N47NH8G2QSDG │ │ ├── DI │ │ │ └── IOCDBlockStorageDevice.h-2QNH3W9WVGUDI │ │ ├── DJ │ │ │ └── NSError.h-288BSJB90NJDJ │ │ ├── DK │ │ │ └── IOKitServer.h-14XQV1NBCWXDK │ │ ├── DL │ │ │ ├── IOBDMedia.h-2T6RDJKYWZBDL │ │ │ ├── _time_t.h-18Y7MQ2S7TIDL │ │ │ └── arm64e-apple-macos.swiftinterface-2WOSAC0KW21DL │ │ ├── DP │ │ │ └── ip_var.h-2N9UDMU4LSZDP │ │ ├── DR │ │ │ └── CFDictionary.h-1DGATYBWUFJDR │ │ ├── DT │ │ │ ├── CFTimeZone.h-25CVD99CTMBDT │ │ │ ├── Math64.h-87DG9EIF8WDT │ │ │ ├── PEFBinaryFormat.h-IIOC299HRGDT │ │ │ └── filedesc.h-1Q420YEWNJRDT │ │ ├── DU │ │ │ ├── CFMachPort.h-2ZD5D0XSKXXDU │ │ │ ├── NSFileProviderError.h-1WMR90CUUO0DU │ │ │ └── NSScriptClassDescription.h-2THXSN6XIRHDU │ │ ├── DW │ │ │ └── FoundationShims.h-2RCMT74ITJ1DW │ │ ├── DX │ │ │ └── _timespec.h-3MYLHLLB0PXDX │ │ ├── DY │ │ │ └── if_var.h-34DEA66U1EQDY │ │ ├── DZ │ │ │ └── arm64e-apple-macos.swiftinterface_Assert-QC2TV6Y48ADZ │ │ ├── E1 │ │ │ └── CGPDFContentStream.h-3K4YRNSY3YRE1 │ │ ├── E2 │ │ │ └── SecTransformReadTransform.h-2XDJSY8O9POE2 │ │ ├── E4 │ │ │ ├── NSPropertyDescription.h-AHAUB7RK5UE4 │ │ │ └── mach_voucher.h-12KN7M4JWHKE4 │ │ ├── E5 │ │ │ └── NSIndexSet.h-BJ6PQCKWENE5 │ │ ├── E7 │ │ │ └── hash_info.h-1NW5EQQI34RE7 │ │ ├── E8 │ │ │ └── NSObjCRuntime.h-8CICFXSTO6E8 │ │ ├── E9 │ │ │ ├── NSObject.h-2SR28GU5ULDE9 │ │ │ └── stddef.h-2DTKN6PLCKTE9 │ │ ├── EB │ │ │ └── cdefs.h-5BWJOCM6AOEB │ │ ├── EC │ │ │ ├── Multiprocessing.h-1FRXSVWJIHMEC │ │ │ └── NSFileProviderTesting.h-226JDCIDE1TEC │ │ ├── EE │ │ │ └── NSInflectionRule.h-1JDUQ9PC0HIEE │ │ ├── EF │ │ │ └── CGPDFOperatorTable.h-3U6IKP3CAE9EF │ │ ├── EH │ │ │ └── runetype.h-68PGZV930SEH │ │ ├── EJ │ │ │ └── conf.h-WCYT3ITVZ1EJ │ │ ├── EK │ │ │ └── NSRelativeDateTimeFormatter.h-34T8WIOE6M2EK │ │ ├── EL │ │ │ └── param.h-ZYK4MF7KXEL │ │ ├── EN │ │ │ └── CoreDataErrors.h-2E89T2J8AUCEN │ │ ├── EO │ │ │ ├── CFBundle.h-EX96TGNJY3EO │ │ │ └── paths.h-5N28MV3FJNEO │ │ ├── EQ │ │ │ ├── KextManager.h-7XB4BF1OJIEQ │ │ │ ├── OSByteOrder.h-WS9HQKOQBKEQ │ │ │ └── spawn.h-3SIPB2FLDX0EQ │ │ ├── ES │ │ │ └── CMSDecoder.h-3MLHVASM5TSES │ │ ├── EV │ │ │ └── AERegistry.h-2T98VYC0GK3EV │ │ ├── EW │ │ │ └── NSValueTransformer.h-9V35L1NEC2EW │ │ ├── EX │ │ │ └── gmon.h-17LQ5YNTI2UEX │ │ ├── EZ │ │ │ └── NSMapTable.h-Y6G4IXMZOAEZ │ │ ├── F0 │ │ │ ├── IOAccelSurfaceConnect.h-3S797VCDAWSF0 │ │ │ └── vm_purgable.h-10B0YLXS00AF0 │ │ ├── F3 │ │ │ ├── fat.h-1MTWZX4GSF5F3 │ │ │ └── thread_state.h-E92AYMHAC4F3 │ │ ├── F5 │ │ │ ├── CFURLAccess.h-18A789QNGK7F5 │ │ │ ├── queue.h-3B2VM7YPV3VF5 │ │ │ └── sysexits.h-2W7V24VLV3GF5 │ │ ├── F8 │ │ │ └── _uuid_t.h-11U1FTXA5TMF8 │ │ ├── F9 │ │ │ ├── _seek_set.h-3BBFR5ASTL7F9 │ │ │ └── tty.h-FTGPU74OSKF9 │ │ ├── FA │ │ │ └── thread_act.h-1WC88NWOITFA │ │ ├── FB │ │ │ └── OSAtomicQueue.h-37OEODFKWZWFB │ │ ├── FD │ │ │ └── _blksize_t.h-2Z42LSJY9LJFD │ │ ├── FE │ │ │ ├── NSEntityMapping.h-8JO9IQUGI2FE │ │ │ └── traps.h-2GQWH4ELZZCFE │ │ ├── FG │ │ │ ├── CSIdentity.h-IQ9KRWZQC9FG │ │ │ └── DiskSpaceRecovery.h-2BYLZXOMFJHFG │ │ ├── FI │ │ │ └── AEMach.h-35E6SUQEVTVFI │ │ ├── FJ │ │ │ ├── NSValue.h-32SVSO48D78FJ │ │ │ └── libbsm.h-19QA1ZBHL9DFJ │ │ ├── FM │ │ │ └── CFUserNotification.h-2D1F1Z8DNW9FM │ │ ├── FN │ │ │ └── NSPersonNameComponentsFormatter.h-3ENHD315RB3FN │ │ ├── FQ │ │ │ └── _wctype_t.h-QBQFXED0CKFQ │ │ ├── FS │ │ │ └── CFHost.h-7SSJJ8RIY7FS │ │ ├── FT │ │ │ └── _uintptr_t.h-26W2XAJW8BXFT │ │ ├── FU │ │ │ └── SecBase.h-22Y0P98QWE4FU │ │ ├── FV │ │ │ └── objc-sync.h-1TW6EELT8W0FV │ │ ├── FW │ │ │ ├── IONetworkInterface.h-29TLI4W7FXYFW │ │ │ ├── IOUSBHostFamilyDefinitions.h-1U6S1KQXT7IFW │ │ │ └── LSQuarantine.h-33UF45RJ36UFW │ │ ├── FX │ │ │ └── IOApplePartitionScheme.h-I5FJI1GWNFX │ │ ├── FY │ │ │ └── emmtype.h-10GAVIXBN4FY │ │ ├── FZ │ │ │ └── NSFetchRequestExpression.h-3PTPPPI9R8GFZ │ │ ├── G0 │ │ │ └── SecureDownload.h-2C2ZW6PKGC7G0 │ │ ├── G1 │ │ │ └── arm64e-apple-macos.swiftinterface_KeyPaths-OUD75WWHZGG1 │ │ ├── G2 │ │ │ └── kern_return.h-3PSLKX3WEJCG2 │ │ ├── G5 │ │ │ ├── NSDerivedAttributeDescription.h-18CFX4BLEIJG5 │ │ │ ├── NSPathUtilities.h-1DYF84Z4EPUG5 │ │ │ └── SCSICommandDefinitions.h-14FUD6J16Y2G5 │ │ ├── G6 │ │ │ └── syslog.h-3TJ2BLMQXAEG6 │ │ ├── G7 │ │ │ ├── FSEvents.h-VNHGDQBSB8G7 │ │ │ ├── SCSICmds_REQUEST_SENSE_Defs.h-2A1JVI6ZUBXG7 │ │ │ └── launch.h-3L1GR5ZBTDMG7 │ │ ├── G9 │ │ │ ├── IOMapTypes.h-34X86PMXOPUG9 │ │ │ ├── SecKeychainItem.h-1KFA6BHATWVG9 │ │ │ └── _uint32_t.h-14WHQ1ZGMZEG9 │ │ ├── GB │ │ │ └── NSURLSession.h-1E46G7I9GN7GB │ │ ├── GE │ │ │ └── time.h-3KQRU3MZHB4GE │ │ ├── GI │ │ │ ├── CFStringEncodingExt.h-2I5SSXZY8Z2GI │ │ │ ├── CGColorConversionInfo.h-1VAO63YGPSPGI │ │ │ ├── IOHIDUsageTables.h-NC7Z5SK1LBGI │ │ │ └── NSScanner.h-2S709BP3NFFGI │ │ ├── GL │ │ │ └── NSLock.h-E45WMAZ6R5GL │ │ ├── GM │ │ │ ├── NSLengthFormatter.h-1KQLG3ILPKGGM │ │ │ └── NSUnit.h-3VF32NUB623GM │ │ ├── GN │ │ │ ├── OSUtils.h-3OBZ5JEQ83RGN │ │ │ └── tcp_seq.h-3U4OLA64X8VGN │ │ ├── GP │ │ │ ├── NSHTTPCookieStorage.h-1OPZYK00CEIGP │ │ │ ├── SecTrustSettings.h-2PFM8ANKXITGP │ │ │ └── utmpx.h-1J92TF6H7RKGP │ │ ├── GR │ │ │ └── CFHTTPAuthentication.h-1C676QVU9WGR │ │ ├── GS │ │ │ └── _int64_t.h-18IOGH4BBJOGS │ │ ├── GT │ │ │ ├── NSLinguisticTagger.h-253ESBZD196GT │ │ │ └── xpc.h-169UHKYKYYLGT │ │ ├── GU │ │ │ ├── SecKeychain.h-JFGTUBP9HEGU │ │ │ └── libc.h-2B3TLTYSW2XGU │ │ ├── GV │ │ │ └── processor_info.h-1GH9PJ98EPHGV │ │ ├── GW │ │ │ ├── CFNetworkErrors.h-1MGUA6PIJB0GW │ │ │ └── clock_reply.h-7WVMGWA2ZUGW │ │ ├── GX │ │ │ ├── NSScriptSuiteRegistry.h-1TRHTO4L51IGX │ │ │ └── posix_sem.h-1PDHMPPJVGJGX │ │ ├── GY │ │ │ └── netport.h-1YGRNX1PQXPGY │ │ ├── H1 │ │ │ └── NSSortDescriptor.h-VXBH08ILMHH1 │ │ ├── H2 │ │ │ └── buf.h-20QGBKHUZDH2 │ │ ├── H4 │ │ │ └── oidsattr.h-14F0QLVEZQGH4 │ │ ├── H5 │ │ │ └── vm_map.h-3L8YKUQF865H5 │ │ ├── H6 │ │ │ ├── _u_short.h-1LRWFLY0S2WH6 │ │ │ └── vm_types.h-2ICZYZG5DOCH6 │ │ ├── H9 │ │ │ └── objc.h-1EST1JFEHWOH9 │ │ ├── HA │ │ │ ├── CoreDataStack.swift-1TM6AISWT84HA │ │ │ └── _common.h-1ZMO9BRGG55HA │ │ ├── HC │ │ │ ├── NSFileProviderItem.h-2KJ5K34O1L1HC │ │ │ └── vm_types.h-2NEGIA43SAXHC │ │ ├── HD │ │ │ ├── activity.h-34WI7KLBOJ4HD │ │ │ └── workgroup_object.h-164L3YJX6XFHD │ │ ├── HE │ │ │ └── audit_socket_type.h-2JU6L6456DEHE │ │ ├── HF │ │ │ └── _uid_t.h-1766ASS1LU1HF │ │ ├── HG │ │ │ ├── Random.h-298LTSDKCMNHG │ │ │ └── SKIndex.h-9RI5Z7NEE5HG │ │ ├── HH │ │ │ └── _time.h-3MAQ5GW10CQHH │ │ ├── HI │ │ │ ├── CFProxySupport.h-39Y0FCXCMZZHI │ │ │ └── CGLayer.h-27O2XFDF14IHI │ │ ├── HL │ │ │ └── NSPersonNameComponents.h-3Q4F843OGS4HL │ │ ├── HM │ │ │ └── processor_set.h-2KUHLFLD0PMHM │ │ ├── HN │ │ │ ├── arm64e-apple-macos.swiftinterface-2VKYR8TAV2SHN │ │ │ └── stdio.h-1OVW4CCAYEDHN │ │ ├── HO │ │ │ ├── AEDataModel.h-2QGD55RE50UHO │ │ │ └── IOKitLib.h-2A9O5UWL6SCHO │ │ ├── HP │ │ │ ├── SCSITaskLib.h-2DFNK8Z0FUJHP │ │ │ └── stdint.h-1I0ZZLDQML0HP │ │ ├── HQ │ │ │ └── NSFileProviderModifyItemOptions.h-38BJSV8Y33LHQ │ │ ├── HR │ │ │ └── regex.h-2AWF7MRZKKNHR │ │ ├── HT │ │ │ ├── availability.h-O4CX0Y1JU2HT │ │ │ └── disk.h-16135C9POBMHT │ │ ├── HV │ │ │ └── IOHIDEventServiceKeys.h-2DJVU3N1YAGHV │ │ ├── HW │ │ │ ├── CGImage.h-UILXIV9K77HW │ │ │ └── libDER_config.h-UPCNRQVX59HW │ │ ├── HZ │ │ │ └── constrained_ctypes.h-39Z5CKGJ9QXHZ │ │ ├── I0 │ │ │ └── task_policy.h-3BXSM3ZCMJ1I0 │ │ ├── I1 │ │ │ └── NSAttributeDescription.h-3ANDRRRAYX5I1 │ │ ├── I3 │ │ │ └── IOHIDEventServiceTypes.h-2VRNT0PAP3JI3 │ │ ├── I5 │ │ │ └── vm_statistics.h-2MQROAJBW4SI5 │ │ ├── IB │ │ │ └── vm_attributes.h-1CY5KVOKCXEIB │ │ ├── IF │ │ │ └── workgroup_parallel.h-IG1ESYC5FRIF │ │ ├── IG │ │ │ ├── IOHIDValue.h-37NLAOEV6YGIG │ │ │ └── cssmspi.h-D3EX4FR344IG │ │ ├── II │ │ │ └── ioctl_compat.h-1QXC1WLTG0GII │ │ ├── IJ │ │ │ └── thread_state.h-2FIGJUAZS7TIJ │ │ ├── IK │ │ │ ├── CGShading.h-2HP9SBU0KYJIK │ │ │ ├── NSBatchUpdateRequest.h-2UBAJ61RBA5IK │ │ │ ├── langinfo.h-42NYIFW8I1IK │ │ │ └── mach_init.h-24ANFRBZE8VIK │ │ ├── IL │ │ │ └── IOHIDDeviceKeys.h-1YCVW8ICOP6IL │ │ ├── IN │ │ │ └── igmp.h-ZZPR27N20LIN │ │ ├── IO │ │ │ └── CGDirectDisplayMetal.h-2BT0FMA5H34IO │ │ ├── IQ │ │ │ ├── SecACL.h-NT4BSKL30AIQ │ │ │ ├── arm64e-apple-macos.swiftinterface_Collection_Lazy_Views-37DLZ8UL4S3IQ │ │ │ └── notify.h-2BLCNB76D6VIQ │ │ ├── IR │ │ │ └── _intmax_t.h-2WSVRVUZA79IR │ │ ├── IS │ │ │ └── readpassphrase.h-F6H9L532LOIS │ │ ├── IU │ │ │ └── _useconds_t.h-3VT20V7QM2IIU │ │ ├── IX │ │ │ └── ev.h-11CHEW0DLEBIX │ │ ├── J0 │ │ │ └── IOMedia.h-ZSZP813H0IJ0 │ │ ├── J1 │ │ │ ├── NSAppleEventDescriptor.h-30STSIU6IV5J1 │ │ │ ├── ThreadLocalStorage.h-UFU813IXTXJ1 │ │ │ └── _stdio.h-3420TYVM94KJ1 │ │ ├── J2 │ │ │ └── reboot.h-32OF6A6HT41J2 │ │ ├── J3 │ │ │ └── device_types.h-UJPXC5269JJ3 │ │ ├── J7 │ │ │ └── tcp_fsm.h-1UTXZLQK54JJ7 │ │ ├── J8 │ │ │ └── net_kev.h-341VP873R0UJ8 │ │ ├── J9 │ │ │ └── IOFilterScheme.h-23K1BASGN51J9 │ │ ├── JA │ │ │ ├── _regex.h-35U2GE8UWWGJA │ │ │ └── float.h-FURBUFPU31JA │ │ ├── JB │ │ │ └── un.h-R1VC6DICQ5JB │ │ ├── JC │ │ │ ├── NSScriptCoercionHandler.h-36A7VFKPXLEJC │ │ │ └── vm_region.h-MK21035SD0JC │ │ ├── JE │ │ │ ├── CFXMLNode.h-2OEOKWWYVOOJE │ │ │ └── NSFileProviderItemDecoration.h-1G60R3G8SCOJE │ │ ├── JF │ │ │ └── NSPersistentCloudKitContainer.h-2OKR4DM5MHYJF │ │ ├── JG │ │ │ └── NSCache.h-3UP7EE7U41ZJG │ │ ├── JI │ │ │ ├── NSZone.h-26PED375OI0JI │ │ │ └── _types.h-S6K1E2TY7JI │ │ ├── JK │ │ │ └── dispatch.h-1NZT0W67IWMJK │ │ ├── JL │ │ │ └── GenericModel+Decodable.swift-1OZZVMTBS3RJL │ │ ├── JN │ │ │ └── IOMessage.h-Y0558P5ECEJN │ │ ├── JO │ │ │ ├── RuntimeShims.h-3ATIDCQWAU8JO │ │ │ └── fp.h-19R5I9CZ5AIJO │ │ ├── JP │ │ │ └── _string.h-1AWPFEH1W6EJP │ │ ├── JQ │ │ │ └── CFStringTokenizer.h-3NAYMHQ0W9SJQ │ │ ├── JR │ │ │ ├── IOHIDDeviceTypes.h-HG2VVMVGXLJR │ │ │ ├── policy.h-1PCFZARH9F0JR │ │ │ └── thread_state.h-1I7BWNUIJNQJR │ │ ├── JS │ │ │ ├── SwiftStdint.h-3US4G88UHFIJS │ │ │ └── rpc.h-25RROIBI01OJS │ │ ├── JT │ │ │ ├── NSPersistentHistoryTransaction.h-J7KTB37AL1JT │ │ │ ├── NSURLCredential.h-2RFECVY50N1JT │ │ │ └── ndrv.h-1LUTN8AJPCEJT │ │ ├── JX │ │ │ └── pthread_spis.h-2GAJC6E709KJX │ │ ├── JY │ │ │ └── IOPowerSources.h-3BCM6K5YRV4JY │ │ ├── JZ │ │ │ ├── CFString.h-19BUNQLL5NKJZ │ │ │ └── arm64e-apple-macos.swiftinterface_Playground-2L1EQDSAOP7JZ │ │ ├── K2 │ │ │ └── _fsid_t.h-KSKST21GTPK2 │ │ ├── K4 │ │ │ ├── IOTypes.h-3DRLZXSXFSK4 │ │ │ └── NSUserDefaults.h-3HL5APY5D9YK4 │ │ ├── K5 │ │ │ └── NSProtocolChecker.h-2MKJGX1YI7HK5 │ │ ├── K6 │ │ │ ├── NSPersistentStoreResult.h-35ZICQGQNAAK6 │ │ │ └── in_var.h-1R51K1WMRW7K6 │ │ ├── K7 │ │ │ ├── IOGraphicsInterface.h-WOLTT07AIKK7 │ │ │ └── NSDistributedLock.h-1LM0B1XM3PNK7 │ │ ├── K9 │ │ │ └── NSFileProviderReplicatedExtension.h-1U4B5AQVKLHK9 │ │ ├── KA │ │ │ ├── Block.h-2PT6M827M5EKA │ │ │ └── IONetworkStats.h-206E0641078KA │ │ ├── KB │ │ │ └── CFFTPStream.h-1UCID67NEVEKB │ │ ├── KC │ │ │ └── _wctype.h-USXRFYXVETKC │ │ ├── KH │ │ │ └── Visibility.h-22I3T2PGATKH │ │ ├── KI │ │ │ ├── TargetConditionals.h-37P58SJZZK2KI │ │ │ └── _int32_t.h-3R8F2JM7DLKKI │ │ ├── KK │ │ │ └── SecTask.h-3VS4NM71DB6KK │ │ ├── KM │ │ │ ├── _pthread_rwlockattr_t.h-261GTCXJL7JKM │ │ │ └── machine.h-2BBKZ9ZCSNBKM │ │ ├── KN │ │ │ └── Folders.h-OFT5J0I3LZKN │ │ ├── KP │ │ │ └── CGConvertColorDataWithFormat.h-3CRCH3628NKP │ │ ├── KQ │ │ │ └── unistd.h-32VRW42D73IKQ │ │ ├── KS │ │ │ ├── TextEncodingConverter.h-3OPBD2I0E9CKS │ │ │ └── ip.h-3HRS2CC7UNDKS │ │ ├── KT │ │ │ └── in.h-3ECE3RP6TEXKT │ │ ├── KU │ │ │ └── _wchar_t.h-107HQXB2SOPKU │ │ ├── KW │ │ │ ├── IOCDTypes.h-3IN8VL6VT6WKW │ │ │ └── NSEntityDescription.h-N2D05FOWSNKW │ │ ├── KY │ │ │ ├── CFNetServices.h-1KAMDTIL3K6KY │ │ │ ├── CSIdentityBase.h-38YY83Z7ZYTKY │ │ │ ├── IONetworkStack.h-22SIMWTT1TUKY │ │ │ └── NSKeyValueObserving.h-2FURHPVPSD2KY │ │ ├── L1 │ │ │ ├── WSTypes.h-6288PT08GL1 │ │ │ └── copyfile.h-FG861IHWNBL1 │ │ ├── L5 │ │ │ ├── CGPDFString.h-1X4QRW0AGBCL5 │ │ │ ├── GenericModel+CoreDataProperties.swift-UDC85ZUJUHL5 │ │ │ ├── NSHost.h-VHPR5QZJ7OL5 │ │ │ └── sem.h-2D3C7ZKCYPGL5 │ │ ├── L6 │ │ │ └── acl.h-3R62BIJ7CGCL6 │ │ ├── L7 │ │ │ └── aio.h-398J5TLD0GCL7 │ │ ├── L8 │ │ │ ├── FixMath.h-32MDY6D5TJ5L8 │ │ │ └── arm64e-apple-macos.swiftinterface-1A5N833FEBNL8 │ │ ├── LB │ │ │ └── hashtable2.h-1SR9J0ANPUJLB │ │ ├── LC │ │ │ └── NSPersistentCloudKitContainer_Sharing.h-2DVMKK5I0WQLC │ │ ├── LG │ │ │ ├── BackupCore.h-2VLK8YUPNYDLG │ │ │ └── NSOperation.h-1K7LPA5AWK1LG │ │ ├── LH │ │ │ └── filio.h-2LJUKKFLD1CLH │ │ ├── LI │ │ │ ├── NSFilePresenter.h-267A5O68FWYLI │ │ │ └── quota.h-15K6H5TMNY8LI │ │ ├── LJ │ │ │ ├── IONetworkMedium.h-3K3IW9WVS5JLJ │ │ │ └── Resources.h-HQLXBHQQ95LJ │ │ ├── LK │ │ │ ├── IOUserServer.h-3TRD1TV891RLK │ │ │ └── ioctl.h-1YQK20YEJF6LK │ │ ├── LL │ │ │ └── NumberFormatting.h-2UT60DOUC47LL │ │ ├── LO │ │ │ ├── NSOrderedCollectionChange.h-2L6QL67XMQYLO │ │ │ └── SecItem.h-E53ZW1RHTOLO │ │ ├── LR │ │ │ └── LSOpenDeprecated.h-4I9O86X12ALR │ │ ├── LS │ │ │ └── OSByteOrder.h-RXEN85M9EWLS │ │ ├── LV │ │ │ └── NSHTTPCookie.h-23C5UBVC7XOLV │ │ ├── LX │ │ │ └── mach_types.h-6JUNB69KKYLX │ │ ├── LY │ │ │ └── crt_externs.h-BKDWHZIIBFLY │ │ ├── LZ │ │ │ └── netdb.h-2XOTFX8XPPYLZ │ │ ├── M1 │ │ │ └── AEHelpers.h-3OB3Y5DWIKSM1 │ │ ├── M2 │ │ │ └── OSMessageNotification.h-2BCWY8G6023M2 │ │ ├── M4 │ │ │ └── IOGraphicsLib.h-3ELEDPHJMG6M4 │ │ ├── M6 │ │ │ └── dlfcn.h-1GOC5GPBP4DM6 │ │ ├── M7 │ │ │ ├── AssertMacros.h-33G33NUQBEWM7 │ │ │ └── IOHIDLibObsolete.h-2BN43AH8JE5M7 │ │ ├── MB │ │ │ └── IOReturn.h-3QWFYM7LVO3MB │ │ ├── MC │ │ │ └── clock.h-2WAIMF9KDGIMC │ │ ├── MD │ │ │ └── mds.h-290B2G28RLSMD │ │ ├── MF │ │ │ └── qos.h-2OYL0LL3FBDMF │ │ ├── MH │ │ │ └── xattr_flags.h-3Q7WEA8Q8PFMH │ │ ├── MI │ │ │ └── _off_t.h-1WBE93CZPDAMI │ │ ├── MK │ │ │ └── CoreUtils.swift-OXYA2IIJ9GMK │ │ ├── ML │ │ │ └── CFPropertyList.h-2ZC29U7RWC0ML │ │ ├── MM │ │ │ └── _pthread_types.h-3W06FC7473SMM │ │ ├── MN │ │ │ ├── AEObjects.h-1WV1OSX41HZMN │ │ │ └── SecTrust.h-3TM7ZOS0HW6MN │ │ ├── MO │ │ │ └── NSPersistentHistoryChange.h-34065ZANRKUMO │ │ ├── MP │ │ │ ├── NSHashTable.h-2HJA1VCRQZGMP │ │ │ ├── object.h-16FW51BH6NMP │ │ │ ├── tgmath.h-B5T3H1VOE9MP │ │ │ └── utsname.h-37YREMJQXBQMP │ │ ├── MQ │ │ │ ├── _filesec_t.h-9U91ZO8185MQ │ │ │ └── if_mib.h-2NSFJYKULLJMQ │ │ ├── MU │ │ │ ├── _in_port_t.h-1F1C4C4M36JMU │ │ │ ├── mig.h-2XZ4V82RYNTMU │ │ │ └── spawn.h-3D1BSCL0X3DMU │ │ ├── MV │ │ │ └── CGEventTypes.h-3O1387V6EMRMV │ │ ├── MW │ │ │ ├── NSPredicate.h-1RMWX6ZPMY6MW │ │ │ └── ifaddrs.h-2W6YCCILXE9MW │ │ ├── MX │ │ │ └── tcp_timer.h-HKY9M6XK2IMX │ │ ├── MZ │ │ │ └── NSExtensionRequestHandling.h-2QE6CKQBWM1MZ │ │ ├── N1 │ │ │ ├── IOKitKeys.h-39T1M88M1WMN1 │ │ │ └── NSURLResponse.h-2RPLSUNT8ZIN1 │ │ ├── N2 │ │ │ ├── CoreDataDefines.h-2R0QJRDJGKEN2 │ │ │ └── MultiprocessingInfo.h-19XPD2MNHV8N2 │ │ ├── N3 │ │ │ ├── CFHTTPMessage.h-398OZ7N68QHN3 │ │ │ └── NSScriptStandardSuiteCommands.h-16NJCWKATMCN3 │ │ ├── N4 │ │ │ ├── NSLocale.h-2AT6USA1SYUN4 │ │ │ └── vm.h-R5HNR7RSMGN4 │ │ ├── N6 │ │ │ └── _in_addr_t.h-5JVS6WAYJ5N6 │ │ ├── N8 │ │ │ └── IODataQueueClient.h-3MJ7CY25BPLN8 │ │ ├── N9 │ │ │ └── CFNumber.h-S2K9NW9RCZN9 │ │ ├── NB │ │ │ └── pwd.h-2PBI8I3ROMENB │ │ ├── NC │ │ │ └── proc.h-PI3HXMOHVGNC │ │ ├── ND │ │ │ └── processor.h-9SQHP772A7ND │ │ ├── NJ │ │ │ └── wchar.h-1ZYPBKE6AEZNJ │ │ ├── NK │ │ │ └── CFLocale.h-1CO8CX9114BNK │ │ ├── NL │ │ │ └── CGEventSource.h-18Y6NOMGK3HNL │ │ ├── NO │ │ │ └── fasttrap_isa.h-1GAA8GD697DNO │ │ ├── NP │ │ │ ├── ip6.h-3HJE2MSSWWZNP │ │ │ └── ip_icmp.h-1WABPI789AWNP │ │ ├── NR │ │ │ └── SecPolicySearch.h-2S4PT1JCRQVNR │ │ ├── NT │ │ │ └── vm_param.h-1S0G39D33RHNT │ │ ├── NW │ │ │ ├── NSFileProviderDefines.h-37RWRAHLWFVNW │ │ │ └── arm64e-apple-macos.swiftinterface_Collection_Type-erased-1MK0RNO1A5BNW │ │ ├── NX │ │ │ └── MimeType.swift-A8HECCXKYENX │ │ ├── NY │ │ │ ├── CFNumberFormatter.h-1HIBKTV8ZTMNY │ │ │ └── mount.h-2J7Q3FJ2QHLNY │ │ ├── O2 │ │ │ └── SKAnalysis.h-C9R5N0VM9NO2 │ │ ├── O5 │ │ │ ├── _wctype.h-2DHMV8ETLKMO5 │ │ │ └── cssmerr.h-16DIO0YD67KO5 │ │ ├── O6 │ │ │ └── CFURLEnumerator.h-31VUP3FCRFYO6 │ │ ├── O8 │ │ │ └── acct.h-TZPDJD1T7BO8 │ │ ├── O9 │ │ │ └── SCSICommandOperationCodes.h-2QXBC534NG0O9 │ │ ├── OA │ │ │ └── NSObjectScripting.h-YEPG48YC7LOA │ │ ├── OC │ │ │ ├── CGDataConsumer.h-3IWQG4A8VONOC │ │ │ ├── NSAttributedString.h-3QYCT1JMZT2OC │ │ │ └── syscall.h-2L0S8WJIM2HOC │ │ ├── OF │ │ │ └── CGSession.h-CJO5286NHBOF │ │ ├── OG │ │ │ └── _iovec_t.h-23K0ZKMMEQGOG │ │ ├── OK │ │ │ └── clock.h-1HTQHW5EJNFOK │ │ ├── OL │ │ │ └── strings.h-31F2M8L1JJ3OL │ │ ├── OM │ │ │ └── NSFileProviderManager.h-3857Q9FUTPOOM │ │ ├── OO │ │ │ ├── SecProtocolObject.h-30Z0ABWJBT5OO │ │ │ └── _regex.h-IYT73EZ96LOO │ │ ├── OP │ │ │ ├── NSFileProviderRequest.h-21CZVGKY8MLOP │ │ │ └── cssmkrapi.h-18LMWPS3V19OP │ │ ├── OQ │ │ │ └── SecCustomTransform.h-WOEWW4UZ3OQ │ │ ├── OS │ │ │ └── SCSITask.h-3N6LFICZQSJOS │ │ ├── OT │ │ │ └── ndr_def.h-2YE4HR7IXO6OT │ │ ├── OV │ │ │ └── IOGraphicsInterfaceTypes.h-P44ANQQ4HROV │ │ ├── OW │ │ │ └── CipherSuite.h-V88D3M6MVIOW │ │ ├── OX │ │ │ └── NSPersistentStoreRequest.h-347T45EULHQOX │ │ ├── OY │ │ │ ├── IOBlockStorageDevice.h-CPC7YC700POY │ │ │ ├── OSDebug.h-3382MP42HY1OY │ │ │ └── locale.h-1QWICS3ICR0OY │ │ ├── OZ │ │ │ ├── CFCalendar.h-2XMI94FA07OOZ │ │ │ └── paths.h-4P4V16CU6LOZ │ │ ├── P0 │ │ │ ├── NSExpressionDescription.h-2O8WERPGXDCP0 │ │ │ └── _mach_port_t.h-3QHTB5MXABXP0 │ │ ├── P4 │ │ │ └── boolean.h-22QG4VX93QQP4 │ │ ├── P8 │ │ │ └── NSMeasurement.h-2CN682LBFSCP8 │ │ ├── P9 │ │ │ └── CFAvailability.h-49WDVC49S8P9 │ │ ├── PA │ │ │ ├── CFTree.h-2X4408G2BBRPA │ │ │ └── NSBatchDeleteRequest.h-1ED3YZJYEFAPA │ │ ├── PC │ │ │ └── tcp.h-24QWAGHG7C3PC │ │ ├── PH │ │ │ ├── CFArray.h-2EP7O9Y3Q6DPH │ │ │ └── inet.h-RW7W6IJJI3PH │ │ ├── PI │ │ │ ├── SecStaticCode.h-1J8OO91HZZLPI │ │ │ ├── TextCommon.h-1KAOVRSMTXMPI │ │ │ ├── _guid_t.h-2KV9OMP2A67PI │ │ │ └── fnmatch.h-1IV8K8NQIF0PI │ │ ├── PJ │ │ │ ├── IOEthernetStats.h-3UY800QSTKRPJ │ │ │ ├── NSScriptCommandDescription.h-GQELKK8AMIPJ │ │ │ └── arm64e-apple-macos.swiftinterface_C-4NCD70UEZ5PJ │ │ ├── PK │ │ │ └── AvailabilityInternal.h-1A7L2W3UF79PK │ │ ├── PL │ │ │ └── arm64e-apple-macos.swiftinterface-3JIV5N86K84PL │ │ ├── PM │ │ │ └── unctrl.h-1GU6PIFNRXNPM │ │ ├── PN │ │ │ ├── NSDateComponentsFormatter.h-3I3W01YFJPPPN │ │ │ ├── QuickDB.swift-25AIPH1FUOCPN │ │ │ └── audit_session.h-NGS14JSXO8PN │ │ ├── PO │ │ │ └── IOBDBlockStorageDevice.h-3TWTKK3QEPPO │ │ ├── PP │ │ │ └── time_value.h-20XPR3POO3WPP │ │ ├── PQ │ │ │ ├── CoreFoundation.h-37EP5H7RFK8PQ │ │ │ ├── NSRunLoop.h-85YXCVJ1A0PQ │ │ │ └── SKSummary.h-QA3RYKG99MPQ │ │ ├── PU │ │ │ └── _suseconds_t.h-22LTG664VIPU │ │ ├── PV │ │ │ └── SecAccessControl.h-EI1W6ACU7EPV │ │ ├── PW │ │ │ └── CFSocketStream.h-11JY28N7TDGPW │ │ ├── PX │ │ │ └── IOCFURLAccess.h-2ZTENDUTL55PX │ │ ├── PY │ │ │ └── NSFileProviderActions.h-6VZDS95XBNPY │ │ ├── PZ │ │ │ └── LSOpen.h-19ETDGFUGWSPZ │ │ ├── Q0 │ │ │ └── CFPlugIn.h-1A1WVX120XHQ0 │ │ ├── Q3 │ │ │ ├── tcpip.h-15T9R1LTHGHQ3 │ │ │ └── udp.h-3P4ZPD6O863Q3 │ │ ├── Q4 │ │ │ └── if_llc.h-2DNTQMGOBCPQ4 │ │ ├── Q8 │ │ │ └── ulimit.h-FTFMZGHVZ0Q8 │ │ ├── Q9 │ │ │ ├── NSPersistentContainer.h-3LX6YHGKYFLQ9 │ │ │ └── string.h-33VZ96EE9F6Q9 │ │ ├── QB │ │ │ └── shared_region.h-5C9WMMPABXQB │ │ ├── QC │ │ │ └── NSItemProvider.h-1UXAZR2R95VQC │ │ ├── QD │ │ │ ├── ttydefaults.h-1GPCAT46B47QD │ │ │ └── user.h-FQJ6PG0RSDQD │ │ ├── QE │ │ │ ├── CGPDFContext.h-30BCLCUQNICQE │ │ │ ├── QuickIndexable.swift-2WTE2RDXDXUQE │ │ │ └── _malloc.h-3IMQY5D0FU8QE │ │ ├── QF │ │ │ └── SecKey.h-2UXK80EFIGMQF │ │ ├── QH │ │ │ └── audit_filter.h-8CHMJ4U4T7QH │ │ ├── QI │ │ │ └── Protocol.h-1N0W4E2IFY3QI │ │ ├── QK │ │ │ └── getopt.h-13VPT51BKDHQK │ │ ├── QL │ │ │ ├── message.h-3U5FJ5Q5GYNQL │ │ │ └── syslimits.h-2GM84QT4QG7QL │ │ ├── QM │ │ │ └── CFDate.h-38WXEPDU1EMQM │ │ ├── QN │ │ │ ├── CFBinaryHeap.h-10V67YC3U8VQN │ │ │ └── _uintmax_t.h-3V11YXBHKYSQN │ │ ├── QO │ │ │ └── _limits.h-2V2IN0L2R2QO │ │ ├── QQ │ │ │ ├── IOBDMediaBSDClient.h-322SJA815UYQQ │ │ │ └── sync_policy.h-1RM0ML8MMXZQQ │ │ ├── QR │ │ │ └── _wctrans_t.h-28AD9GPNW85QR │ │ ├── QS │ │ │ ├── IOPMLibDefs.h-2RFBJEDZL9EQS │ │ │ └── NSURLDownload.h-2TIFN6J2OK5QS │ │ ├── QV │ │ │ └── ah.h-NHZ4E3AV9ZQV │ │ ├── QX │ │ │ └── SecAsn1Coder.h-16WEKTMYVMEQX │ │ ├── QZ │ │ │ ├── gethostuuid.h-1GL7KDBV5F2QZ │ │ │ └── ndbm.h-1Z2U6MR9ZA9QZ │ │ ├── R0 │ │ │ └── in_systm.h-1QRRTF9RN2GR0 │ │ ├── R1 │ │ │ └── monetary.h-13E5XIXBVNPR1 │ │ ├── R4 │ │ │ ├── IOCFBundle.h-10QAREMX323R4 │ │ │ └── ev_keymap.h-HNBD37D0MR4 │ │ ├── R5 │ │ │ ├── Gestalt.h-MVTMLV9KPSR5 │ │ │ └── _u_int32_t.h-HVLAOSXRKAR5 │ │ ├── R6 │ │ │ └── MetadataSections.h-1755MM8CQFOR6 │ │ ├── R7 │ │ │ ├── NSUserScriptTask.h-H8KZ9KBT7RR7 │ │ │ └── rich_error.h-Y7J5WOWFOSR7 │ │ ├── R8 │ │ │ └── ioccom.h-HSOV8Y6QNBR8 │ │ ├── R9 │ │ │ ├── MacErrors.h-278BJVYOSLHR9 │ │ │ ├── Target.h-3FMDO2M29BDR9 │ │ │ └── device_port.h-1GJE7DPJWCVR9 │ │ ├── RB │ │ │ ├── byte_order.h-1O0V6R3FLF5RB │ │ │ └── wait.h-YBARF75OEIRB │ │ ├── RC │ │ │ ├── SCSICmds_REPORT_LUNS_Definitions.h-1TLCBRQQCLNRC │ │ │ └── audit_fcntl.h-3RE23XZ7P9PRC │ │ ├── RD │ │ │ └── NSAppleEventManager.h-PUGK7A5VMFRD │ │ ├── RE │ │ │ └── CGGeometry.h-2L1S42EUFJ0RE │ │ ├── RF │ │ │ ├── CFByteOrder.h-2NF6819ZAL7RF │ │ │ ├── IOPMKeys.h-HCXTLQ61C8RF │ │ │ ├── iconv.h-2D7XOABAUEFRF │ │ │ └── if_var_status.h-A3CXQXQNV4RF │ │ ├── RG │ │ │ └── SwiftStddef.h-3QBNGPRTDP2RG │ │ ├── RH │ │ │ └── HFSVolumes.h-31JVQB3PNR9RH │ │ ├── RK │ │ │ └── audit_triggers_types.h-N3MN1NEAIRK │ │ ├── RN │ │ │ └── uio.h-1VWR2RRJRM5RN │ │ ├── RO │ │ │ └── ipc.h-1WXC3CGSXN5RO │ │ ├── RQ │ │ │ └── IOFireWireSBP2Lib.h-371NJ3QC7BNRQ │ │ ├── RS │ │ │ ├── _structs.h-3P14SV4BARXRS │ │ │ └── if_types.h-34DRPBZ8AE0RS │ │ ├── RU │ │ │ ├── NSObject.h-L67C07ND21RU │ │ │ └── arm64e-apple-macos.swiftinterface_Collection_Array-10EIHNNGSBGRU │ │ ├── RV │ │ │ └── IOFramebufferShared.h-L00W56OXI4RV │ │ ├── RW │ │ │ ├── _intptr_t.h-3VEO74THVYYRW │ │ │ └── socketvar.h-2DSHNN39PQ7RW │ │ ├── RX │ │ │ └── thread_special_ports.h-3AULFXAOQYXRX │ │ ├── RZ │ │ │ ├── NSURLRequest.h-25ZPJSKC240RZ │ │ │ └── bootp.h-OFIIL7WG0LRZ │ │ ├── S1 │ │ │ └── CGFunction.h-1K9JU3SUG7BS1 │ │ ├── S2 │ │ │ └── NSAutoreleasePool.h-2MMYYGOEYQBS2 │ │ ├── S4 │ │ │ ├── mman.h-3OAJR16QZ7IS4 │ │ │ └── thread_switch.h-3RYU7CCDICMS4 │ │ ├── S5 │ │ │ ├── IOAppleLabelScheme.h-1SMAR22E9J2S5 │ │ │ ├── IconStorage.h-18BAT1BWMS0S5 │ │ │ └── endpoint.h-EHFXMB8JIZS5 │ │ ├── S8 │ │ │ ├── arm64e-apple-macos.swiftinterface-2M0VEXW3NCFS8 │ │ │ └── pfkeyv2.h-YFZP9G7XUYS8 │ │ ├── SB │ │ │ └── RuntimeStubs.h-34VRRG4JDWKSB │ │ ├── SC │ │ │ ├── AuthorizationPlugin.h-LO6SXS2ECASC │ │ │ └── _u_int64_t.h-3CYTF3RX51ESC │ │ ├── SG │ │ │ └── _nlink_t.h-1OVP2RJC6I0SG │ │ ├── SH │ │ │ └── CGDisplayConfiguration.h-SBDRPPGVWZSH │ │ ├── SI │ │ │ └── NSPort.h-35FOZO21EY5SI │ │ ├── SJ │ │ │ ├── WSMethodInvocation.h-PX1UBQH665SJ │ │ │ └── _types.h-VZDG7HY9SOSJ │ │ ├── SL │ │ │ └── vmparam.h-2D1FCFS3R3ISL │ │ ├── SO │ │ │ ├── NSTimer.h-3F45CSKNLTQSO │ │ │ └── _gid_t.h-2ZGSY7LEXY6SO │ │ ├── SP │ │ │ └── ucred.h-1MVR6Y1L2JGSP │ │ ├── SR │ │ │ ├── SecRandom.h-34SNSLS2BIOSR │ │ │ ├── arm64e-apple-macos.swiftinterface_Math_Integers-4BULZEDBPKSR │ │ │ └── memory_entry.h-1LTK60RXJ2XSR │ │ ├── SS │ │ │ └── DriverServices.h-2I6TM7TZON2SS │ │ ├── SU │ │ │ ├── NSURLError.h-21ONK009126SU │ │ │ └── vm_page_size.h-3OLH9ZN2LZHSU │ │ ├── SV │ │ │ └── IOHIDParameter.h-2XEUQ1ZTL1USV │ │ ├── SW │ │ │ ├── CFCharacterSet.h-2U0IBRW6VY4SW │ │ │ └── setjmp.h-QBNH6C7WMLSW │ │ ├── SX │ │ │ └── _uint8_t.h-1L7YNDCP7PXSX │ │ ├── SY │ │ │ └── _pthread_rwlock_t.h-2GSBVWP7AMLSY │ │ ├── T0 │ │ │ └── NSMappingModel.h-2L7INOE5WLVT0 │ │ ├── T1 │ │ │ ├── NSGeometry.h-3G8RPZ2B3JHT1 │ │ │ └── NSPersistentHistoryToken.h-1HOAMS6BBGT1 │ │ ├── T2 │ │ │ └── NSXMLParser.h-7AVPJA416IT2 │ │ ├── T3 │ │ │ └── GlobalObjects.h-DW7QQ9EHZ7T3 │ │ ├── T4 │ │ │ ├── Endian.h-1V1A9TX21LCT4 │ │ │ └── SecIdentity.h-1UQJY78XWJ7T4 │ │ ├── T5 │ │ │ ├── NSTask.h-1IMCK94H654T5 │ │ │ └── types.h-HRLFSBZ6IOT5 │ │ ├── T6 │ │ │ └── NSExpression.h-3K0KJVVW38OT6 │ │ ├── T7 │ │ │ └── zone_info.h-R3CARMJQLLT7 │ │ ├── TA │ │ │ ├── NSCalendarDate.h-2WSIUGQEXIYTA │ │ │ └── _ctermid.h-BDGZQQ5K6MTA │ │ ├── TB │ │ │ └── SecImportExport.h-3E3A9AJRDQFTB │ │ ├── TE │ │ │ └── CGFont.h-35636JPOSK8TE │ │ ├── TF │ │ │ └── IODVDTypes.h-1NH8LKIPMU5TF │ │ ├── TG │ │ │ ├── NSFileProviderExtension.h-2UTA0PDLYW7TG │ │ │ └── proc_info.h-2KHHFVB7ZEWTG │ │ ├── TJ │ │ │ ├── IOCFSerialize.h-1K9BTT58OLHTJ │ │ │ ├── memory_object_types.h-V6PHLO1CRLTJ │ │ │ └── resource.h-240362TZSXYTJ │ │ ├── TM │ │ │ └── NSURL.h-1PFY7IMOGIHTM │ │ ├── TO │ │ │ └── SKDocument.h-2W6U2GG74QUTO │ │ ├── TP │ │ │ ├── NSAffineTransform.h-1NHVGERBQ34TP │ │ │ └── in6.h-9KYOR2B6SMTP │ │ ├── TQ │ │ │ ├── _wchar.h-3AM4MLJL7RCTQ │ │ │ └── vm_sync.h-1DGH86ZM0WTQ │ │ ├── TR │ │ │ └── SecCertificate.h-3RBQR7ZLWN0TR │ │ ├── TS │ │ │ ├── arm64e-apple-macos.swiftinterface-28OU8Z7SKMCTS │ │ │ └── grp.h-25K8Z6J4LKPTS │ │ ├── TT │ │ │ ├── Components.h-6FRT9CCME9TT │ │ │ └── hfs_unistr.h-8J1FYWHCPKTT │ │ ├── TW │ │ │ ├── math.h-1XFSCZ2UR07TW │ │ │ └── qos.h-2RC87YI09QXTW │ │ ├── TX │ │ │ └── NSRange.h-M4SJ918J0PTX │ │ ├── TZ │ │ │ ├── NSException.h-1NKGQLTA8JZTZ │ │ │ ├── _ucontext.h-3F3PITSJ9ZDTZ │ │ │ └── cpio.h-ZC3T0OLPCPTZ │ │ ├── U1 │ │ │ └── IORPC.h-COA3TK4KRIU1 │ │ ├── U4 │ │ │ ├── IOATAStorageDefines.h-18J6SX9YIASU4 │ │ │ └── attr.h-1QTRRS263QGU4 │ │ ├── U5 │ │ │ ├── _ino64_t.h-13TG4TDOTG9U5 │ │ │ └── oidscrl.h-3OSHLWW76X9U5 │ │ ├── U7 │ │ │ └── NSFetchIndexDescription.h-1LGF3VDFQKZU7 │ │ ├── U8 │ │ │ └── cssmconfig.h-6GXUC5IJUUU8 │ │ ├── U9 │ │ │ ├── NSProcessInfo.h-H7OL5S248YU9 │ │ │ └── task_info.h-BBQFZACT07U9 │ │ ├── UA │ │ │ ├── IOBDTypes.h-26MIQWQOVKOUA │ │ │ └── NSExtensionContext.h-M0221TNKXUUA │ │ ├── UB │ │ │ ├── CFStream.h-3LWAM7P3XG8UB │ │ │ └── kern_control.h-19OOYFMBSEXUB │ │ ├── UC │ │ │ └── MachineExceptions.h-CTUHQYBPV9UC │ │ ├── UD │ │ │ └── arm64e-apple-macos.swiftinterface-2I3HRKSNX1HUD │ │ ├── UE │ │ │ └── icmp_var.h-2OHNSGQAOPJUE │ │ ├── UF │ │ │ └── _posix_availability.h-2UDTP2XNNDRUF │ │ ├── UG │ │ │ ├── CGGradient.h-1IWV0H0HSN0UG │ │ │ ├── NSString.h-4W0ZTZ23K8UG │ │ │ └── stdbool.h-3RZ5OWPA89IUG │ │ ├── UH │ │ │ └── base.h-C08K6HE83HUH │ │ ├── UI │ │ │ └── _caddr_t.h-1TQPQOII62RUI │ │ ├── UN │ │ │ ├── NSByteCountFormatter.h-2MDEA58LBLQUN │ │ │ └── arm64e-apple-macos.swiftinterface_Optional-2O9Y4AX0UEMUN │ │ ├── UO │ │ │ └── OSKextLib.h-NBYABOXJDIUO │ │ ├── UP │ │ │ ├── AuthSession.h-3DK2FZKEWG8UP │ │ │ └── mbuf.h-2308RCT1DWSUP │ │ ├── UQ │ │ │ └── mach_vm.h-A3GVDR8RV4UQ │ │ ├── UR │ │ │ └── ioss.h-UOXXEUKOJUUR │ │ ├── US │ │ │ ├── IOEthernetInterface.h-JDOLDZHYEBUS │ │ │ └── oidsalg.h-2AGAK4JZRUUS │ │ ├── UV │ │ │ └── event.h-JHUO3QXG46UV │ │ ├── UW │ │ │ ├── NSTextCheckingResult.h-EC0MNJDMTLUW │ │ │ ├── _param.h-2NC0FL1O72UW │ │ │ └── vm_info.h-291RQ7UBXRLUW │ │ ├── UX │ │ │ ├── CFBag.h-2ZVTQSSJHZ3UX │ │ │ ├── NSPersistentCloudKitContainer_SwiftOverlay.h-37AWSYBTBDWUX │ │ │ └── msgbuf.h-VM2RISXDZIUX │ │ ├── UY │ │ │ └── vcmd.h-G24VGX8DL2UY │ │ ├── V0 │ │ │ └── NSRegularExpression.h-2PVQNWBPBHIV0 │ │ ├── V1 │ │ │ └── UnicodeConverter.h-2HCS27M7AD0V1 │ │ ├── V2 │ │ │ └── CGBitmapContext.h-3543WQHVR8PV2 │ │ ├── V5 │ │ │ └── cssmapple.h-2BR8QNCZQ8SV5 │ │ ├── V7 │ │ │ ├── CFUtilities.h-2RSG5RXMHWEV7 │ │ │ ├── IOHIDShared.h-10EIS670ZWHV7 │ │ │ └── NSInvocation.h-2AX6ENZHVJSV7 │ │ ├── V9 │ │ │ └── CFFileSecurity.h-IRQNE9UWI8V9 │ │ ├── VB │ │ │ └── DiskArbitration.h-3DZI04A1LXHVB │ │ ├── VE │ │ │ └── CFNetworkDefs.h-WAHZTLGF38VE │ │ ├── VH │ │ │ └── host_priv.h-2PJS8FFCZR7VH │ │ ├── VI │ │ │ └── thread_policy.h-AJD80WF0F4VI │ │ ├── VK │ │ │ ├── IOHIDServiceClient.h-219J8OY0ZFAVK │ │ │ ├── NSDistantObject.h-3O0ZWLKXV8SVK │ │ │ └── SecIdentitySearch.h-11SX9WK2OOIVK │ │ ├── VM │ │ │ ├── FoundationErrors.h-J2GYPM8JLCVM │ │ │ └── IOStorageProtocolCharacteristics.h-NGGJTM0AWNVM │ │ ├── VN │ │ │ └── NSEnumerator.h-3D51EMW3W24VN │ │ ├── VO │ │ │ └── SecTransform.h-39Q272WTHXWVO │ │ ├── VQ │ │ │ └── once.h-7M2LW4VEX7VQ │ │ ├── VU │ │ │ └── IOEthernetController.h-23HB5B51XRLVU │ │ ├── VV │ │ │ ├── oidscert.h-3E1R86BBPGKVV │ │ │ └── signal.h-2DUS1MGELO1VV │ │ ├── VY │ │ │ └── bank_types.h-2MX3IH5AVDEVY │ │ ├── VZ │ │ │ ├── CGPattern.h-CMTYUBJDK0VZ │ │ │ └── SecPolicy.h-1CJCFVJI1YTVZ │ │ ├── W1 │ │ │ ├── DADisk.h-YFWLXXESFOW1 │ │ │ ├── IOHIDBase.h-3TSFFQB2SDXW1 │ │ │ └── _string.h-3CVR1ACA6ZJW1 │ │ ├── W3 │ │ │ └── _s_ifmt.h-5XWDSXO0BIW3 │ │ ├── W6 │ │ │ └── SecKeychainSearch.h-9S1P69X7G3W6 │ │ ├── W8 │ │ │ └── dirent.h-3IMEYRT7OW8W8 │ │ ├── WB │ │ │ └── IOUSBLib.h-2VYN3YHP05KWB │ │ ├── WC │ │ │ ├── NSCoder.h-34FWZJ182DMWC │ │ │ └── fcntl.h-2EQPN2T915WC │ │ ├── WD │ │ │ └── NSFetchIndexElementDescription.h-399GPU02507WD │ │ ├── WG │ │ │ └── audit_domain.h-2Z43NZQFI91WG │ │ ├── WI │ │ │ ├── TextEncodingPlugin.h-1T4EZITZO2LWI │ │ │ └── rbtree.h-3USXA5LLOU4WI │ │ ├── WK │ │ │ ├── NSClassDescription.h-2PJ3HF5EVSVWK │ │ │ └── ipc_info.h-2E59LKTDDFDWK │ │ ├── WM │ │ │ ├── AVLTree.h-XBA6EG5QKHWM │ │ │ └── ipsec.h-1L738QSWWEWM │ │ ├── WN │ │ │ ├── IOFireWireLibIsoch.h-3TBVTL5HV3WN │ │ │ └── arm64e-apple-macos.swiftinterface-1OXGM0IL1RKWN │ │ ├── WP │ │ │ └── __stddef_max_align_t.h-3GG27Z1WP0LWP │ │ ├── WQ │ │ │ └── resourcevar.h-1UPRLS1W6B7WQ │ │ ├── WR │ │ │ ├── UTType.h-10ZY5NR1WKCWR │ │ │ └── dirent.h-3LNV7DY9J5FWR │ │ ├── WV │ │ │ └── LSSharedFileList.h-3K26SE8NWZNWV │ │ ├── WW │ │ │ └── IOSerialKeys.h-17FWFWPHXTYWW │ │ ├── WZ │ │ │ └── NSManagedObjectModel.h-1E4IAESV4UPWZ │ │ ├── X0 │ │ │ └── NSOrderedSet.h-3LU7NQ3BX49X0 │ │ ├── X1 │ │ │ └── LowMem.h-2JDHE5J87USX1 │ │ ├── X2 │ │ │ └── GenericModel+CoreDataClass.swift-1FNZQQ2TQZLX2 │ │ ├── X3 │ │ │ ├── CFPreferences.h-38WF92KDUASX3 │ │ │ ├── NSGarbageCollector.h-22T0MRDSQZXX3 │ │ │ └── session.h-2KFZ0VIU24TX3 │ │ ├── X4 │ │ │ └── CGDirectPalette.h-J8XFPJRZQZX4 │ │ ├── X6 │ │ │ ├── NSURLCache.h-1DZLAGXO0TXX6 │ │ │ └── _rsize_t.h-26U3L9NY0YEX6 │ │ ├── X7 │ │ │ └── _clock_t.h-2UH0FX3AOUX7 │ │ ├── X8 │ │ │ ├── SecureTransport.h-136KJNOID13X8 │ │ │ └── semaphore.h-3MVD8VZQ9UNX8 │ │ ├── X9 │ │ │ ├── NSXMLElement.h-1GRR6PI7E0X9 │ │ │ └── clock_priv.h-3O4AIEPN104X9 │ │ ├── XA │ │ │ ├── assert.h-2JTN2YIBQX6XA │ │ │ └── signal.h-2IF45PLQSFVXA │ │ ├── XB │ │ │ └── stdarg.h-3CR5D2OD9WGXB │ │ ├── XC │ │ │ └── port_obj.h-2QB2COB1TN7XC │ │ ├── XD │ │ │ ├── NSXMLDTD.h-1HNOUQS7HA0XD │ │ │ └── err.h-1ML8BYBKI64XD │ │ ├── XJ │ │ │ ├── ConditionalMacros.h-1QTE6I9BDL9XJ │ │ │ └── host_info.h-12I33W1T35RXJ │ │ ├── XK │ │ │ ├── AppleUSBDefinitions.h-1FJPMGO5YY6XK │ │ │ └── NSMeasurementFormatter.h-35LXQFOF6GQXK │ │ ├── XM │ │ │ └── NSDebug.h-VO9YML9XW3XM │ │ ├── XP │ │ │ └── IOCDMediaBSDClient.h-100ZQPM115ZXP │ │ ├── XQ │ │ │ ├── CFUUID.h-3CKIKW55S7ZXQ │ │ │ └── IOCFPlugIn.h-Y781T7V934XQ │ │ ├── XR │ │ │ └── IOFireWireLib.h-1M04H0BJCJLXR │ │ ├── XS │ │ │ ├── DERItem.h-TB2T36ONLIXS │ │ │ └── dyld.h-CDP8WWD9ODXS │ │ ├── XT │ │ │ ├── NSBackgroundActivityScheduler.h-3AHOJYRC4PVXT │ │ │ └── arm64e-apple-macos.swiftinterface_Math_Floating-J539T6A8RKXT │ │ ├── XU │ │ │ └── _OSByteOrder.h-3DBMFWMH8QSXU │ │ ├── XV │ │ │ └── CGPath.h-2O5VLFO8VQMXV │ │ ├── XX │ │ │ ├── group.h-WKVVEJMO4NXX │ │ │ ├── mds_schema.h-19A69NQRMT1XX │ │ │ └── ndr.h-1ZI4EVT86GLXX │ │ ├── XY │ │ │ └── _fsfilcnt_t.h-KJ8PQYAOGPXY │ │ ├── XZ │ │ │ ├── Reflection.h-X63I602WB4XZ │ │ │ └── vm_behavior.h-2PTGRAFT7O0XZ │ │ ├── Y1 │ │ │ └── _ctype.h-2TDEN5B7NI6Y1 │ │ ├── Y3 │ │ │ └── NSURLProtocol.h-90KKQ3VZVJY3 │ │ ├── Y4 │ │ │ ├── NSStream.h-YJNPFHYRYJY4 │ │ │ └── NSUserNotification.h-218BPA37A86Y4 │ │ ├── Y5 │ │ │ └── CGPDFScanner.h-UYWFLHV8IY5 │ │ ├── Y7 │ │ │ ├── NSMorphology.h-1WND86N338AY7 │ │ │ └── arm64e-apple-macos.swiftinterface_Hashing-2HET5KICG9OY7 │ │ ├── Y8 │ │ │ └── NSObjCRuntime.h-2W5RABZU98FY8 │ │ ├── Y9 │ │ │ ├── NSExtensionItem.h-3VN0IW47DM0Y9 │ │ │ └── _monetary.h-33DSJPUJICEY9 │ │ ├── YA │ │ │ ├── Timer.h-16TYU7D436XYA │ │ │ └── _rune_t.h-25YV65IRQ63YA │ │ ├── YE │ │ │ ├── CGRemoteOperation.h-3BAAG84W5JHYE │ │ │ └── mig_errors.h-3PFMM0FOW75YE │ │ ├── YF │ │ │ └── host_notify.h-3VQ8D2E9E0CYF │ │ ├── YG │ │ │ ├── NSKeyValueCoding.h-3HVICM42RWPYG │ │ │ └── Power.h-284FCPX1YF7YG │ │ ├── YJ │ │ │ ├── NSMassFormatter.h-E617SIFBBLYJ │ │ │ └── stdio.h-5K793X4HA9YJ │ │ ├── YM │ │ │ ├── DateTimeUtils.h-22XP5R849QWYM │ │ │ └── _u_char.h-36YQDDVVJKXYM │ │ ├── YN │ │ │ ├── CGPDFDictionary.h-1DXBI7M1LYN │ │ │ ├── SecAccess.h-1HVJT24UHU6YN │ │ │ └── _id_t.h-19KNGDS5SKPYN │ │ ├── YO │ │ │ ├── IOHIDEventSystemClient.h-Z0597VL0T7YO │ │ │ └── ftw.h-3KDYVMU4CNBYO │ │ ├── YP │ │ │ └── NSCompoundPredicate.h-PVXLZUNVS4YP │ │ ├── YQ │ │ │ └── IOCFUnserialize.h-2E05VOXM1SYQ │ │ ├── YU │ │ │ ├── NSCoreDataCoreSpotlightDelegate.h-HQJW9SBIIDYU │ │ │ └── NSURLConnection.h-16G94KZWZ7BYU │ │ ├── YV │ │ │ └── NSNull.h-2W5X3XCFBVAYV │ │ ├── YW │ │ │ └── _inttypes.h-1NV0J3537HMYW │ │ ├── YX │ │ │ ├── NSProgress.h-3R7C969UYKUYX │ │ │ └── limits.h-2W6DYD4L7QMYX │ │ ├── YY │ │ │ ├── NSDictionary.h-13MANM8H2DUYY │ │ │ └── NSScriptExecutionContext.h-HS04VVBDUBYY │ │ ├── YZ │ │ │ └── kern_event.h-ZJZ2H6MBSOYZ │ │ ├── Z1 │ │ │ ├── NSURLAuthenticationChallenge.h-3RHN1CAFNV7Z1 │ │ │ └── QuickData.swift-1Z6WOA1Z4CSZ1 │ │ ├── Z3 │ │ │ ├── NSFormatter.h-1KJJ3VX4HK1Z3 │ │ │ ├── mach_param.h-1LUAA8TJW7IZ3 │ │ │ └── stdlib.h-13DHEA2CA13Z3 │ │ ├── Z4 │ │ │ ├── CGPDFPage.h-X8QLJL6RIKZ4 │ │ │ └── _timeval.h-2M01RPCASZ3Z4 │ │ ├── Z5 │ │ │ ├── sdt_isa.h-21HXUJK6MWZZ5 │ │ │ └── thread_info.h-2MVKCVD2N35Z5 │ │ ├── Z6 │ │ │ └── AvailabilityMacros.h-3DBOPPSAGTGZ6 │ │ ├── Z7 │ │ │ └── CGColor.h-2MIOLU7EIKJZ7 │ │ ├── ZA │ │ │ └── IOStorage.h-3IW9XVNPXI1ZA │ │ ├── ZB │ │ │ ├── glob.h-B3ZXYV509ZZB │ │ │ └── termios.h-1E1I71PVZNNZB │ │ ├── ZC │ │ │ ├── IOSharedLock.h-2V3KBSA9GN7ZC │ │ │ ├── NSKeyedArchiver.h-1UQZ4AHR2XPZC │ │ │ ├── NSPortNameServer.h-1AJBUUCM54XZC │ │ │ └── cssmtype.h-79MLZZQ8GOZC │ │ ├── ZD │ │ │ ├── Threads.h-3RLL3NUDR25ZD │ │ │ └── trace.h-3NUN2DRE95UZD │ │ ├── ZI │ │ │ └── IOStreamShared.h-3GVOQ1OULL7ZI │ │ ├── ZJ │ │ │ └── CGWindowLevel.h-JS7DG41NR5ZJ │ │ ├── ZN │ │ │ └── _errno_t.h-BDRZR31Y1ZZN │ │ ├── ZP │ │ │ └── kernel_types.h-3KGNK1XA7EGZP │ │ ├── ZQ │ │ │ ├── UTCUtils.h-3DWYM1EK3ENZQ │ │ │ └── _sa_family_t.h-752C6YCRU5ZQ │ │ ├── ZS │ │ │ └── IOFireWireAVCLib.h-X59B4A5XI3ZS │ │ ├── ZT │ │ │ ├── NSPointerArray.h-1T60U1TZH8OZT │ │ │ ├── _fsobj_id_t.h-Z99ZDTZEBLZT │ │ │ └── nl_types.h-RM1ABN4RLCZT │ │ ├── ZU │ │ │ ├── LSInfo.h-BVUNA04VCKZU │ │ │ └── hfs_mount.h-30IG75GTT4TZU │ │ ├── ZV │ │ │ └── NSPortCoder.h-KI7GS9BN53ZV │ │ ├── ZW │ │ │ ├── NSMergePolicy.h-203FT2WF78MZW │ │ │ └── SKSearch.h-3OZ0VNEFTJZW │ │ ├── ZX │ │ │ └── NSFileHandle.h-10XKWS49XFJZX │ │ └── ZZ │ │ │ └── NSThread.h-EBA02C9PQCZZ │ │ └── units │ │ ├── CFNetwork-2QM24TU1OUNU.pcm-3KPLWI7035WZ4 │ │ ├── CoreData-3DC7JJOJKG7MT.pcm-17LG9SVCN1EOZ │ │ ├── CoreDataErrors.swift.o-UB1XUO43EW10 │ │ ├── CoreDataStack.swift.o-1SJ48RN73A76K │ │ ├── CoreFoundation-XRVNUAOWDGXL.pcm-TH6JE9HEHIS9 │ │ ├── CoreGraphics-3T9VBW5GP5OQV.pcm-3HIXCVASYROTG │ │ ├── CoreServices-3FK4JMT7K1IRE.pcm-QVUJHW0WXTGC │ │ ├── CoreUtils.swift.o-15S2J8FY8B9R6 │ │ ├── Darwin-14TRD15FCACV2.pcm-3KOR3G4O73Y2Y │ │ ├── Data+QuickFileConvertable.swift.o-2FF6I1628XULY │ │ ├── DiskArbitration-QK5Z60WO3GCK.pcm-3BD9BUUB8VXKC │ │ ├── Dispatch-Y4ZZ1HR72FEI.pcm-3NS26LXCMZ52L │ │ ├── FileProvider-1AA56FMT2XQ92.pcm-10OFUXSBIDV1Y │ │ ├── Foundation-2M8Y3D1H909LB.pcm-2X3EJ0AUXHARF │ │ ├── GenericDataBase.swift.o-28HSHP4HBJIL1 │ │ ├── GenericModel+CoreDataClass.swift.o-3UJ9VAG6022VW │ │ ├── GenericModel+CoreDataProperties.swift.o-379UUWYMGPFAF │ │ ├── GenericModel+Decodable.swift.o-2P2JXO0BGV4OF │ │ ├── IOKit-1YJU4L4Q03Y5.pcm-1NU2XDXMGK10H │ │ ├── MachO-YWFNV22Z5VUT.pcm-15QKK6QUAITJ1 │ │ ├── MimeType.swift.o-1A6A8ZD5LX870 │ │ ├── ObjectiveC-2C4A7FIGEFV6M.pcm-2WAP691R0XTSP │ │ ├── QuickDB.swift.o-1DBLPBZJYW0X3 │ │ ├── QuickData+Extensions.swift.o-49ZHL3M3VGYT │ │ ├── QuickData.swift.o-15L2QZPQ4J1AO │ │ ├── QuickDataFile.swift.o-36A1QHFBQ4SG │ │ ├── QuickDataRecord.swift.o-3VA0POMABQYXY │ │ ├── QuickFM.swift.o-2M9P1OHU8FVBQ │ │ ├── QuickFileConvertable.swift.o-2L1SILRU25QHB │ │ ├── QuickIndexable.swift.o-7ASMLTUAFV9T │ │ ├── Security-3MRSRYU7H638B.pcm-16S4LUIANT60P │ │ ├── SwiftOverlayShims-39ZO3A1THQ3HL.pcm-3ZY1OHBRMU7M │ │ ├── SwiftShims-39ZO3A1THQ3HL.pcm-170VSGJ95BQOM │ │ ├── Swime.swift.o-2R024F4RD3JGQ │ │ ├── XPC-1O6EQOTZ7QBYA.pcm-RZU1D6BHBSCF │ │ ├── _Builtin_stddef_max_align_t-23F22BLV37QFM.pcm-RDYH8YFB1JRW │ │ ├── arm64e-apple-macos.swiftinterface-11M3FF2ZISM1T │ │ ├── arm64e-apple-macos.swiftinterface-1BBGC8BPMHT9D │ │ ├── arm64e-apple-macos.swiftinterface-1VA03IEWAHTY9 │ │ ├── arm64e-apple-macos.swiftinterface-1XLEZJ390SR6C │ │ ├── arm64e-apple-macos.swiftinterface-1YCTS3TMFIE9G │ │ ├── arm64e-apple-macos.swiftinterface-2O1VIQIQLW7A9 │ │ ├── arm64e-apple-macos.swiftinterface-2SMLKX7D6Z7E2 │ │ ├── arm64e-apple-macos.swiftinterface-2UF2DYRGZVMHX │ │ ├── arm64e-apple-macos.swiftinterface-38UQRM40PJ67S │ │ ├── arm64e-apple-macos.swiftinterface-3DZBPADBF4CJR │ │ ├── arm64e-apple-macos.swiftinterface-3FAS9M5YHP46F │ │ ├── launch-14TRD15FCACV2.pcm-2Y8N8R8NUUXZS │ │ ├── libDER-2YDAHEQ2C7FF0.pcm-2RLE10WHTI0PE │ │ ├── libkern-14TRD15FCACV2.pcm-3IFKTV3NVCOOE │ │ ├── os_object-14TRD15FCACV2.pcm-JBKGQXH9YN2U │ │ ├── os_workgroup-14TRD15FCACV2.pcm-3IMKLAL3QJ61X │ │ └── ptrauth-23F22BLV37QFM.pcm-3NZ0AOBJJFDW8 ├── debug ├── debug.yaml ├── workspace-state.json └── x86_64-apple-macosx │ ├── build.db │ └── debug │ ├── ModuleCache │ ├── 1BHA4DG0Y9Y1R │ │ ├── CFNetwork-WOPYBVYTVV3P.pcm │ │ ├── CoreData-1DHIL9VVBSYDQ.pcm │ │ ├── CoreFoundation-RZX25862PY17.pcm │ │ ├── CoreGraphics-MC4FPA2MN9QR.pcm │ │ ├── CoreServices-199P4UTAUTZ7C.pcm │ │ ├── Darwin-1IVCWVLR6MT9T.pcm │ │ ├── DiskArbitration-1YS8ZT252YZXQ.pcm │ │ ├── Dispatch-2M9AOUJY3TW9V.pcm │ │ ├── FileProvider-2VC6J4LX2CEA.pcm │ │ ├── Foundation-2FJBXN8U6QRTS.pcm │ │ ├── IOKit-PMP3SCKMT7TH.pcm │ │ ├── MachO-194CE0O93KDBK.pcm │ │ ├── ObjectiveC-1A3ZNHZR9RRLF.pcm │ │ ├── Security-2RB2R7QDU33DQ.pcm │ │ ├── SwiftOverlayShims-2DA6NLEWJC11R.pcm │ │ ├── SwiftShims-2DA6NLEWJC11R.pcm │ │ ├── XPC-3LIAJY90PG03M.pcm │ │ ├── _Builtin_intrinsics-1R9IKGXQLJU0M.pcm │ │ ├── _Builtin_stddef_max_align_t-1R9IKGXQLJU0M.pcm │ │ ├── launch-1IVCWVLR6MT9T.pcm │ │ ├── libkern-1IVCWVLR6MT9T.pcm │ │ ├── os_object-1IVCWVLR6MT9T.pcm │ │ ├── os_workgroup-1IVCWVLR6MT9T.pcm │ │ └── ptrauth-1R9IKGXQLJU0M.pcm │ ├── 1L8IELBM8C2E │ │ ├── CFNetwork-WOPYBVYTVV3P.pcm │ │ ├── CoreData-1DHIL9VVBSYDQ.pcm │ │ ├── CoreFoundation-RZX25862PY17.pcm │ │ ├── CoreGraphics-MC4FPA2MN9QR.pcm │ │ ├── CoreServices-199P4UTAUTZ7C.pcm │ │ ├── Darwin-1IVCWVLR6MT9T.pcm │ │ ├── DiskArbitration-1YS8ZT252YZXQ.pcm │ │ ├── Dispatch-2M9AOUJY3TW9V.pcm │ │ ├── FileProvider-2VC6J4LX2CEA.pcm │ │ ├── Foundation-2FJBXN8U6QRTS.pcm │ │ ├── IOKit-PMP3SCKMT7TH.pcm │ │ ├── MachO-194CE0O93KDBK.pcm │ │ ├── ObjectiveC-1A3ZNHZR9RRLF.pcm │ │ ├── Security-2RB2R7QDU33DQ.pcm │ │ ├── SwiftOverlayShims-2DA6NLEWJC11R.pcm │ │ ├── SwiftShims-2DA6NLEWJC11R.pcm │ │ ├── XPC-3LIAJY90PG03M.pcm │ │ ├── _Builtin_intrinsics-1R9IKGXQLJU0M.pcm │ │ ├── _Builtin_stddef_max_align_t-1R9IKGXQLJU0M.pcm │ │ ├── launch-1IVCWVLR6MT9T.pcm │ │ ├── libkern-1IVCWVLR6MT9T.pcm │ │ ├── os_object-1IVCWVLR6MT9T.pcm │ │ ├── os_workgroup-1IVCWVLR6MT9T.pcm │ │ └── ptrauth-1R9IKGXQLJU0M.pcm │ ├── 3PEO1EZBC8LJ0 │ │ ├── CFNetwork-WOPYBVYTVV3P.pcm │ │ ├── CoreData-1DHIL9VVBSYDQ.pcm │ │ ├── CoreFoundation-RZX25862PY17.pcm │ │ ├── CoreGraphics-MC4FPA2MN9QR.pcm │ │ ├── CoreServices-199P4UTAUTZ7C.pcm │ │ ├── Darwin-1IVCWVLR6MT9T.pcm │ │ ├── DiskArbitration-1YS8ZT252YZXQ.pcm │ │ ├── Dispatch-2M9AOUJY3TW9V.pcm │ │ ├── FileProvider-2VC6J4LX2CEA.pcm │ │ ├── Foundation-2FJBXN8U6QRTS.pcm │ │ ├── IOKit-PMP3SCKMT7TH.pcm │ │ ├── MachO-194CE0O93KDBK.pcm │ │ ├── ObjectiveC-1A3ZNHZR9RRLF.pcm │ │ ├── Security-2RB2R7QDU33DQ.pcm │ │ ├── SwiftOverlayShims-2DA6NLEWJC11R.pcm │ │ ├── SwiftShims-2DA6NLEWJC11R.pcm │ │ ├── XPC-3LIAJY90PG03M.pcm │ │ ├── _Builtin_intrinsics-1R9IKGXQLJU0M.pcm │ │ ├── _Builtin_stddef_max_align_t-1R9IKGXQLJU0M.pcm │ │ ├── launch-1IVCWVLR6MT9T.pcm │ │ ├── libkern-1IVCWVLR6MT9T.pcm │ │ ├── os_object-1IVCWVLR6MT9T.pcm │ │ ├── os_workgroup-1IVCWVLR6MT9T.pcm │ │ └── ptrauth-1R9IKGXQLJU0M.pcm │ ├── Combine-1XU4I712CQDGP.swiftmodule │ ├── CoreData-HG0TDZ7669OT.swiftmodule │ ├── CoreFoundation-2NX8JGR209FFE.swiftmodule │ ├── CoreGraphics-308IPMY57ND5Y.swiftmodule │ ├── Darwin-2W4TZD0WRPOJQ.swiftmodule │ ├── Dispatch-2FEE4Z19194F9.swiftmodule │ ├── FileProvider-FH5XQE4YPG4J.swiftmodule │ ├── Foundation-H5Y4PANDNGDX.swiftmodule │ ├── IOKit-1R3LPHBZPHOER.swiftmodule │ ├── ObjectiveC-2QMBTPKS3JMEU.swiftmodule │ ├── Swift-3BJN3RALB29Y7.swiftmodule │ ├── SwiftOnoneSupport-3DM2KUW113Q3W.swiftmodule │ ├── XPC-2CQ3VURF1BA36.swiftmodule │ ├── _Concurrency-2WH9DGWBBPYXX.swiftmodule │ └── modules.timestamp │ ├── QuickDB.abi.json │ ├── QuickDB.build │ ├── Core │ │ ├── CoreDataErrors.d │ │ ├── CoreDataErrors.swift.o │ │ ├── CoreDataErrors.swiftdeps │ │ ├── CoreDataErrors~partial.swiftdoc │ │ ├── CoreDataErrors~partial.swiftmodule │ │ ├── CoreDataErrors~partial.swiftsourceinfo │ │ ├── QuickDB.d │ │ ├── QuickDB.swift.o │ │ ├── QuickDB.swiftdeps │ │ ├── QuickDB.swiftdeps~ │ │ ├── QuickDB~partial.swiftdoc │ │ ├── QuickDB~partial.swiftmodule │ │ ├── QuickDB~partial.swiftsourceinfo │ │ ├── QuickFM.d │ │ ├── QuickFM.swift.o │ │ ├── QuickFM.swiftdeps │ │ ├── QuickFM~partial.swiftdoc │ │ ├── QuickFM~partial.swiftmodule │ │ ├── QuickFM~partial.swiftsourceinfo │ │ ├── QuickIndexable.d │ │ ├── QuickIndexable.swift.o │ │ ├── QuickIndexable.swiftdeps │ │ ├── QuickIndexable~partial.swiftdoc │ │ ├── QuickIndexable~partial.swiftmodule │ │ └── QuickIndexable~partial.swiftsourceinfo │ ├── Extensions │ │ ├── Data+QuickFileConvertable.d │ │ ├── Data+QuickFileConvertable.swift.o │ │ ├── Data+QuickFileConvertable.swiftdeps │ │ ├── Data+QuickFileConvertable~partial.swiftdoc │ │ ├── Data+QuickFileConvertable~partial.swiftmodule │ │ ├── Data+QuickFileConvertable~partial.swiftsourceinfo │ │ ├── QuickFileConvertable.d │ │ ├── QuickFileConvertable.swift.o │ │ ├── QuickFileConvertable.swiftdeps │ │ ├── QuickFileConvertable~partial.swiftdoc │ │ ├── QuickFileConvertable~partial.swiftmodule │ │ └── QuickFileConvertable~partial.swiftsourceinfo │ ├── QuickDB-Swift.h │ ├── QuickData │ │ ├── QuickData+Extensions.d │ │ ├── QuickData+Extensions.swift.o │ │ ├── QuickData+Extensions.swiftdeps │ │ ├── QuickData+Extensions.swiftdeps~ │ │ ├── QuickData+Extensions~partial.swiftdoc │ │ ├── QuickData+Extensions~partial.swiftmodule │ │ ├── QuickData+Extensions~partial.swiftsourceinfo │ │ ├── QuickData.d │ │ ├── QuickData.swift.o │ │ ├── QuickData.swiftdeps │ │ ├── QuickDataFile.d │ │ ├── QuickDataFile.swift.o │ │ ├── QuickDataFile.swiftdeps │ │ ├── QuickDataFile~partial.swiftdoc │ │ ├── QuickDataFile~partial.swiftmodule │ │ ├── QuickDataFile~partial.swiftsourceinfo │ │ ├── QuickDataRecord.d │ │ ├── QuickDataRecord.swift.o │ │ ├── QuickDataRecord.swiftdeps │ │ ├── QuickDataRecord.swiftdeps~ │ │ ├── QuickDataRecord~partial.swiftdoc │ │ ├── QuickDataRecord~partial.swiftmodule │ │ ├── QuickDataRecord~partial.swiftsourceinfo │ │ ├── QuickData~partial.swiftdoc │ │ ├── QuickData~partial.swiftmodule │ │ └── QuickData~partial.swiftsourceinfo │ ├── Utils │ │ ├── CoreDataStack.d │ │ ├── CoreDataStack.swift.o │ │ ├── CoreDataStack.swiftdeps │ │ ├── CoreDataStack~partial.swiftdoc │ │ ├── CoreDataStack~partial.swiftmodule │ │ ├── CoreDataStack~partial.swiftsourceinfo │ │ ├── CoreUtils.d │ │ ├── CoreUtils.swift.o │ │ ├── CoreUtils.swiftdeps │ │ ├── CoreUtils~partial.swiftdoc │ │ ├── CoreUtils~partial.swiftmodule │ │ ├── CoreUtils~partial.swiftsourceinfo │ │ ├── GenericDataBase.d │ │ ├── GenericDataBase.swift.o │ │ ├── GenericDataBase.swiftdeps │ │ ├── GenericDataBase~partial.swiftdoc │ │ ├── GenericDataBase~partial.swiftmodule │ │ ├── GenericDataBase~partial.swiftsourceinfo │ │ ├── GenericModel+CoreDataClass.d │ │ ├── GenericModel+CoreDataClass.swift.o │ │ ├── GenericModel+CoreDataClass.swiftdeps │ │ ├── GenericModel+CoreDataClass~partial.swiftdoc │ │ ├── GenericModel+CoreDataClass~partial.swiftmodule │ │ ├── GenericModel+CoreDataClass~partial.swiftsourceinfo │ │ ├── GenericModel+CoreDataProperties.d │ │ ├── GenericModel+CoreDataProperties.swift.o │ │ ├── GenericModel+CoreDataProperties.swiftdeps │ │ ├── GenericModel+CoreDataProperties.swiftdeps~ │ │ ├── GenericModel+CoreDataProperties~partial.swiftdoc │ │ ├── GenericModel+CoreDataProperties~partial.swiftmodule │ │ ├── GenericModel+CoreDataProperties~partial.swiftsourceinfo │ │ ├── GenericModel+Decodable.d │ │ ├── GenericModel+Decodable.swift.o │ │ ├── GenericModel+Decodable.swiftdeps │ │ ├── GenericModel+Decodable.swiftdeps~ │ │ ├── GenericModel+Decodable~partial.swiftdoc │ │ ├── GenericModel+Decodable~partial.swiftmodule │ │ ├── GenericModel+Decodable~partial.swiftsourceinfo │ │ ├── MimeType.d │ │ ├── MimeType.swift.o │ │ ├── MimeType.swiftdeps │ │ ├── MimeType~partial.swiftdoc │ │ ├── MimeType~partial.swiftmodule │ │ ├── MimeType~partial.swiftsourceinfo │ │ ├── Swime.d │ │ ├── Swime.swift.o │ │ ├── Swime.swiftdeps │ │ ├── Swime~partial.swiftdoc │ │ ├── Swime~partial.swiftmodule │ │ └── Swime~partial.swiftsourceinfo │ ├── master.priors │ ├── master.swiftdeps │ ├── master.swiftdeps~ │ ├── module.modulemap │ └── output-file-map.json │ ├── QuickDB.swiftdoc │ ├── QuickDB.swiftmodule │ ├── QuickDB.swiftsourceinfo │ ├── QuickDBPackageTests.product │ └── Objects.LinkFileList │ ├── description.json │ └── index │ └── store │ └── v5 │ ├── records │ ├── 10 │ │ ├── CFFileDescriptor.h-1LFLZ7KPOD10 │ │ └── IOFireWireStorageCharacteristics.h-26I4UJTHKOB10 │ ├── 12 │ │ └── termios.h-1DJI1ENF3KT12 │ ├── 13 │ │ └── NSDistributedNotificationCenter.h-3M8NRIS08G813 │ ├── 14 │ │ ├── immintrin.h-1K7FTAHRQ8O14 │ │ └── lock_set.h-34YB4WZ0ZM814 │ ├── 15 │ │ ├── IOHIDDevicePlugIn.h-2OWTWKX17ED15 │ │ ├── nlist.h-31VB0NWOLC15 │ │ └── xpc.h-3R1T4NICBRB15 │ ├── 17 │ │ ├── cssmapi.h-2FDVM38CIY917 │ │ └── x86_64-apple-macos.swiftinterface_Optional-JRGUL94F2T17 │ ├── 18 │ │ ├── NSURL.h-FGZ7WV3RKA18 │ │ └── x86_64-apple-macos.swiftinterface-1H13B01NJEU18 │ ├── 19 │ │ └── audit_fcntl.h-1JF4MHDND4F19 │ ├── 20 │ │ ├── IOStorageControllerCharacteristics.h-I9DSQ3S1TD20 │ │ └── shaintrin.h-1E13MNVRAMN20 │ ├── 21 │ │ ├── _pid_t.h-3FAM2X9IFTE21 │ │ ├── _pthread_attr_t.h-3GH09RSMDI821 │ │ └── unistd.h-3FKRNUWMAKK21 │ ├── 23 │ │ └── NSPersistentCloudKitContainerOptions.h-2AOILINNHOG23 │ ├── 24 │ │ └── _sigset_t.h-L3QKIW160724 │ ├── 25 │ │ ├── NSConnection.h-1IE84QD3I1E25 │ │ ├── clflushoptintrin.h-16U3NHL996K25 │ │ └── lzcntintrin.h-247WX5XGXV625 │ ├── 26 │ │ └── CGWindow.h-2MV6RXZXUYJ26 │ ├── 27 │ │ └── x86_64-apple-macos.swiftinterface_Collection-GV2LUC72YY27 │ ├── 28 │ │ └── workgroup_parallel.h-RP5G0S86QA28 │ ├── 31 │ │ └── _timeval64.h-609JG1VIHV31 │ ├── 32 │ │ └── kext_net.h-3LSMUGOHX0132 │ ├── 33 │ │ ├── NSAppleEventDescriptor.h-3OKKK19SRMG33 │ │ └── appleapiopts.h-2QW2ZRJEZIL33 │ ├── 35 │ │ └── IOGraphicsTypes.h-14K9E6RE0IY35 │ ├── 36 │ │ ├── limits.h-3SR0FCIMZ3836 │ │ └── raw_ip6.h-2BR1MT2O7PB36 │ ├── 38 │ │ ├── debug.h-8VXGH494PL38 │ │ └── tar.h-1EODT1LPJWF38 │ ├── 40 │ │ └── NSSortDescriptor.h-32R9GNVR3IA40 │ ├── 41 │ │ └── xsaveintrin.h-23JRGZBFKR741 │ ├── 42 │ │ └── lctx.h-3D5YRMLY6LD42 │ ├── 43 │ │ ├── NSFileProviderManager.h-2I8CKOHOBNW43 │ │ ├── NSFileProviderTesting.h-3T3AH4E8GDK43 │ │ └── NSManagedObject.h-1ENTI339BQR43 │ ├── 44 │ │ ├── CMSEncoder.h-3LL3VW3ZCPX44 │ │ ├── wctype.h-39XI1WQM4ZS44 │ │ └── x86_64-apple-macos.swiftinterface_Math_Vector-24IEVGSQHW544 │ ├── 45 │ │ └── vmparam.h-1BK6KCUV4T45 │ ├── 46 │ │ ├── CFMessagePort.h-3J28IADM08Y46 │ │ └── NSExpression.h-2HYZ9GZHH7346 │ ├── 48 │ │ ├── AEUserTermTypes.h-2E4G7RXJCFN48 │ │ ├── availability.h-2EHOYEQP18T48 │ │ └── sbuf.h-2ORU0HRU8N948 │ ├── 49 │ │ ├── NSObjectScripting.h-QDN1IV5T8R49 │ │ ├── ldsyms.h-27JXT822Z8V49 │ │ └── ttychars.h-VG8YX3BBGB49 │ ├── 50 │ │ └── tsxldtrkintrin.h-3SPGIPWE1RZ50 │ ├── 51 │ │ └── SecCustomTransform.h-2U6S6WPURU051 │ ├── 52 │ │ └── in6.h-3ASQ553P8DA52 │ ├── 53 │ │ └── CFXMLParser.h-HHVOBCP0BR53 │ ├── 54 │ │ └── x86_64-apple-macos.swiftinterface_String-25URCGQQKD054 │ ├── 56 │ │ ├── MetadataSections.h-2PP8PAGMJY456 │ │ └── boolean.h-22US65I55OX56 │ ├── 57 │ │ ├── MacMemory.h-1X1LCS5A31F57 │ │ └── mach_traps.h-BIAVT4E11G57 │ ├── 58 │ │ └── IOHIDTypes.h-4DRPQ3VUSE58 │ ├── 59 │ │ └── ipcomp.h-1YY08SSZCS859 │ ├── 61 │ │ └── NSFileWrapper.h-3KLDIOUDSB961 │ ├── 62 │ │ ├── NSRelativeDateTimeFormatter.h-3QXQLBEP7M62 │ │ ├── cssmcli.h-23QBICAT3YI62 │ │ └── ranlib.h-2GIK262BCPB62 │ ├── 63 │ │ └── SecProtocolOptions.h-WEWHD043YS63 │ ├── 64 │ │ ├── NSOrderedCollectionChange.h-30B9S2EBFLH64 │ │ └── xsavecintrin.h-1C4MR4AW7VN64 │ ├── 65 │ │ ├── CGImage.h-1H0KVZ0QMSK65 │ │ └── IODVDMedia.h-YUJE76743L65 │ ├── 66 │ │ └── NSScriptExecutionContext.h-3K1V7N07FUH66 │ ├── 67 │ │ └── IODVDBlockStorageDevice.h-30Y01ERBOR67 │ ├── 69 │ │ └── NSItemProvider.h-T9V9Y2ULWI69 │ ├── 70 │ │ └── avx512vbmiintrin.h-TCBG2X5V0F70 │ ├── 72 │ │ └── NSProcessInfo.h-1V2UXH17S8L72 │ ├── 73 │ │ ├── _sigaltstack.h-11B5WB8ACJJ73 │ │ └── tcp.h-22F1BFMNM5V73 │ ├── 74 │ │ ├── NSNumberFormatter.h-2S9F4AT9TVI74 │ │ └── xlocale.h-1PW6YCCHX3M74 │ ├── 75 │ │ └── semaphore.h-296X9F6WJNV75 │ ├── 76 │ │ ├── NSRelationshipDescription.h-3U8ARY5BMLA76 │ │ ├── NSXMLNodeOptions.h-1J46NN83NA976 │ │ └── workloop.h-1N2R5G1O3MQ76 │ ├── 77 │ │ └── CFSet.h-3G6R0I3L5H577 │ ├── 78 │ │ └── NSMigrationManager.h-3AGCUTF9Y8V78 │ ├── 79 │ │ ├── NSThread.h-3EF5SBYFW0J79 │ │ └── NSXMLNode.h-2ZTXQ38R5LJ79 │ ├── 80 │ │ └── Timer.h-34X5UNEZ2PO80 │ ├── 81 │ │ └── IOBlockStorageDriver.h-1P265S3LU1A81 │ ├── 82 │ │ ├── CGDataProvider.h-2R0ATMO8KE282 │ │ └── NSManagedObjectContext.h-LB9JPX2ELN82 │ ├── 85 │ │ └── _ctype.h-1F7GCLBGCMH85 │ ├── 86 │ │ ├── NSByteCountFormatter.h-33DAIJM5E1486 │ │ ├── _ptrdiff_t.h-3OM8PUEPGXQ86 │ │ └── error.h-S8C2KPLOLV86 │ ├── 87 │ │ ├── IOFDiskPartitionScheme.h-Y123OYQCTG87 │ │ ├── NSCalendarDate.h-31TMAZ7DL4287 │ │ └── audit_record.h-3V8F526ZAV987 │ ├── 89 │ │ └── task_info.h-1MYTYFF35Z89 │ ├── 91 │ │ ├── IOPSKeys.h-WORIZ4Q49291 │ │ ├── NSEntityMigrationPolicy.h-3IVUB6IIG491 │ │ └── compact_unwind_encoding.h-DJFR77AEFC91 │ ├── 92 │ │ ├── IOAccelTypes.h-1WDH36B835092 │ │ └── IOHIDManager.h-LD6UROLPMU92 │ ├── 93 │ │ └── scope6_var.h-3KOUVOFGN7X93 │ ├── 94 │ │ ├── IOCDPartitionScheme.h-2PS52JY97PT94 │ │ └── utmp.h-IC8UJBPELR94 │ ├── 96 │ │ └── objc-auto.h-387DNN9QDFF96 │ ├── 97 │ │ ├── page_info.h-1HPSIURHGUT97 │ │ ├── sched.h-2186HB5FQX097 │ │ └── x86_64-apple-macos.swiftinterface-1B063CJ95FU97 │ ├── 98 │ │ └── ATASMARTLib.h-T2XKL2485P98 │ ├── 99 │ │ ├── Threads.h-3TJVF7OAY9Z99 │ │ ├── _size_t.h-1WMN0XH487G99 │ │ └── task_inspect.h-10WJ57ZBVVO99 │ ├── 00 │ │ ├── SecCertificateOIDs.h-390BZWLCY9T00 │ │ └── _nl_item.h-2FUYZMN7ZDC00 │ ├── 01 │ │ ├── IOStorageCardCharacteristics.h-23869LRFTI001 │ │ └── queue.h-BT9NW8W1JB01 │ ├── 03 │ │ └── CFBitVector.h-30FBKGSYYDR03 │ ├── 04 │ │ └── avx512vlintrin.h-346R6GECQY704 │ ├── 05 │ │ └── Visibility.h-UNHCV3ME8V05 │ ├── 06 │ │ ├── CFString.h-19P8H9MF0FE06 │ │ └── _u_int16_t.h-UAXXM6PX4F06 │ ├── 07 │ │ ├── MDQuery.h-26HNPVR1S7N07 │ │ └── cssmaci.h-2LWWCQJ3BSZ07 │ ├── 08 │ │ └── cssmkrspi.h-3FM7ONQR7GX08 │ ├── 09 │ │ └── NSIncrementalStore.h-1JJ8ATMX5GZ09 │ ├── 0A │ │ ├── NSFetchedResultsController.h-1XODDIL15J50A │ │ └── event.h-1TI0462C6N60A │ ├── 0B │ │ ├── mach_time.h-2C4IZEPIL620B │ │ ├── sysctl.h-244RHJDLNRJ0B │ │ └── x86_64-apple-macos.swiftinterface_Playground-2BDEY5WTUT30B │ ├── 0E │ │ └── NSRange.h-AMT8T0HTWW0E │ ├── 0F │ │ └── ia32intrin.h-2ZKYF4CHPRF0F │ ├── 0G │ │ ├── IOPMLib.h-S9CMN341U70G │ │ └── NSIncrementalStoreNode.h-QO3N4NHPGS0G │ ├── 0H │ │ └── igmp_var.h-2B16QACBYLP0H │ ├── 0I │ │ └── search.h-BE9NP4GP2S0I │ ├── 0N │ │ ├── SecSharedCredential.h-3ECY5D4MBVY0N │ │ └── _structs.h-1AKOWYOVQSK0N │ ├── 0O │ │ ├── CFData.h-14BSHD9Z2LM0O │ │ └── timeb.h-2NUF02V60WL0O │ ├── 0Q │ │ └── mmintrin.h-257XBHLZ6K20Q │ ├── 0R │ │ └── copyfile.h-3HRTLNX9H9D0R │ ├── 0S │ │ └── AEPackObject.h-1MJOGFTO99P0S │ ├── 0T │ │ └── SecProtocolMetadata.h-VUY239F5130T │ ├── 0U │ │ ├── IOHIDLib.h-1H55FFBH52Z0U │ │ └── uuid.h-27TD0T0ZS8Q0U │ ├── 0Y │ │ └── __wctype.h-2Y3NT0M58F80Y │ ├── 0Z │ │ ├── CFNetDiagnostics.h-YQL1H8NFZ80Z │ │ └── NSPersistentCloudKitContainerEvent.h-24I4THT1SN10Z │ ├── 1A │ │ └── stddef.h-3LQWCGRAQ941A │ ├── 1B │ │ └── in6_var.h-255UFE3XRA61B │ ├── 1C │ │ └── QuickFileConvertable.swift-3MDKB1Z2XH61C │ ├── 1G │ │ └── mach_error.h-78BP3O3DHW1G │ ├── 1H │ │ └── IONetworkController.h-AP0O3BMPUW1H │ ├── 1K │ │ └── NSXMLDTD.h-3AWLHHXMEGM1K │ ├── 1N │ │ └── _int8_t.h-2MH339WR3JO1N │ ├── 1O │ │ ├── cssmcspi.h-3LT92KOAKN31O │ │ └── workgroup_object.h-6MH03FUSYV1O │ ├── 1P │ │ └── lockgroup_info.h-1LJZO8TE6N71P │ ├── 1Q │ │ ├── IOStreamLib.h-3OBDA7TB3P51Q │ │ └── dyld_kernel.h-3RT1155NFS71Q │ ├── 1R │ │ └── _u_int.h-2ZQJPFKG0NQ1R │ ├── 1S │ │ └── NSError.h-1XGGT6FBKH01S │ ├── 1T │ │ └── ttycom.h-2ZQMN1A6GY21T │ ├── 1U │ │ └── xtestintrin.h-1KP1AOIZ6RZ1U │ ├── 1V │ │ ├── CGPSConverter.h-1KX8H0IPTM61V │ │ └── NSPersistentCloudKitContainerEventRequest.h-3EBZ8LSRCEC1V │ ├── 1W │ │ └── avx512cdintrin.h-2G5TPP870Z41W │ ├── 1X │ │ └── eflags.h-1INC0AAXDMM1X │ ├── 2A │ │ ├── CoreFoundationShims.h-YDBVAGVZ6P2A │ │ ├── IOAccelClientConnect.h-3RDCKB7W1QY2A │ │ └── NSURLResponse.h-1VSKKKGB64U2A │ ├── 2D │ │ └── _key_t.h-K8LYMMKSYA2D │ ├── 2E │ │ ├── SecTrustedApplication.h-2ETT5LRM54U2E │ │ └── host_special_ports.h-2MCTKF1J0WD2E │ ├── 2G │ │ └── CFPlugInCOM.h-I1INKEXHKC2G │ ├── 2H │ │ └── fmtmsg.h-2H2A7ID3QPY2H │ ├── 2K │ │ ├── IODVDMediaBSDClient.h-1WH27SRQRSW2K │ │ └── _fd_def.h-1JHQPN7GLZD2K │ ├── 2L │ │ └── SCSICmds_READ_CAPACITY_Definitions.h-2Q8IKY248MP2L │ ├── 2O │ │ └── util.h-3TS2MSW994R2O │ ├── 2P │ │ ├── CGEvent.h-11BW0Y30DRU2P │ │ └── IOGUIDPartitionScheme.h-OB6UMODJAN2P │ ├── 2R │ │ ├── IOSCSIMultimediaCommandsDevice.h-358UQG0L3WN2R │ │ ├── SecAsn1Types.h-ALTQ9JRJYC2R │ │ └── _locale.h-3E06S75YEY22R │ ├── 2T │ │ ├── SecAsn1Templates.h-1K5U0GL3LTP2T │ │ └── SecTransform.h-3PC1PQVPPY22T │ ├── 2U │ │ ├── Components.h-3CYFJYX8M7E2U │ │ ├── NSPort.h-3DLY3J9LEPQ2U │ │ └── thread_status.h-XYYOV5VP12U │ ├── 2V │ │ └── NSKeyValueObserving.h-3EH8TWMVGLN2V │ ├── 2W │ │ └── NSLock.h-1E8EX0KO0CZ2W │ ├── 2X │ │ ├── NSProtocolChecker.h-1XDILHZHZ2B2X │ │ └── time.h-2C8J607M5IQ2X │ ├── 2Z │ │ ├── GenericModel+CoreDataProperties.swift-2Q0PHUNGEVW2Z │ │ └── NSObjCRuntime.h-1CDH0AMOZZY2Z │ ├── 3A │ │ └── IOKitLib.h-7E97OW47OJ3A │ ├── 3C │ │ ├── mach.h-3G3JRY3H3VQ3C │ │ └── msg.h-2R6YA19OESO3C │ ├── 3E │ │ └── IONetworkData.h-3UMOCRU52Y63E │ ├── 3G │ │ └── NSMorphology.h-3E9866ND9YK3G │ ├── 3K │ │ └── SecProtocolTypes.h-2Q9ZAL86B3V3K │ ├── 3M │ │ ├── CGError.h-D9DBG957EQ3M │ │ └── xsaveoptintrin.h-CGNMLYWZHO3M │ ├── 3N │ │ ├── LibcShims.h-2DVQVUF87FI3N │ │ └── xattr_flags.h-160F85NL9XN3N │ ├── 3O │ │ ├── LSInfo.h-11D4EFIBNT53O │ │ └── NSPersonNameComponents.h-47WYBPEKYF3O │ ├── 3P │ │ ├── NSFileProviderThumbnailing.h-2ACVA122EKK3P │ │ ├── avxvnniintrin.h-8E79DYWZSX3P │ │ └── bpf.h-32INVRJFUP13P │ ├── 3R │ │ └── NSURLCredentialStorage.h-ICMMX9LDT03R │ ├── 3S │ │ ├── NSRunLoop.h-3BP78XCF0313S │ │ └── x86_64-apple-macos.swiftinterface_Assert-V65YNMTP6C3S │ ├── 3T │ │ └── AssertionReporting.h-3UZGL917YEX3T │ ├── 3U │ │ └── CFNotificationCenter.h-BZ4XJK5LAG3U │ ├── 3V │ │ └── mman.h-DJ23RGJHPT3V │ ├── 3W │ │ ├── NSLocale.h-2R8UC1NRM8W3W │ │ ├── Swime.swift-22WDZEWHR3W │ │ └── _pthread_cond_t.h-14PH7WR6K3Z3W │ ├── 3X │ │ └── IOHIDDeviceTypes.h-T6ODK2Y66N3X │ ├── 4A │ │ └── wordexp.h-3CYB9X1Y2FZ4A │ ├── 4B │ │ ├── LSInfoDeprecated.h-NHO5I34ODM4B │ │ └── MDSchema.h-36IGR381TR54B │ ├── 4C │ │ ├── CGContext.h-14FO2XFBF954C │ │ └── MacLocales.h-3KNN4BRDQCO4C │ ├── 4D │ │ ├── NSPersistentStoreCoordinator.h-2OYVWNXV6B14D │ │ └── _pthread_mutex_t.h-22TP5MBHHRU4D │ ├── 4E │ │ └── NSURLDownload.h-CWHIBP4IC44E │ ├── 4G │ │ ├── _uint64_t.h-31OW8R4UX2S4G │ │ └── times.h-3FJARNQDZQC4G │ ├── 4H │ │ ├── stdatomic.h-2BXM9BSINC94H │ │ └── task_special_ports.h-3SWYZWGWUJL4H │ ├── 4K │ │ └── param.h-1WY9UX6H2NW4K │ ├── 4L │ │ └── MDLabel.h-3W3OROYXY134L │ ├── 4M │ │ └── posix_shm.h-3NZFIQYWNJT4M │ ├── 4O │ │ └── SwiftStddef.h-VT6CZP48NT4O │ ├── 4P │ │ ├── inttypes.h-33RLGVS83KY4P │ │ └── xattr.h-2DX7GWF3A834P │ ├── 4Q │ │ └── AuthorizationDB.h-16C83MXTI9L4Q │ ├── 4R │ │ └── stddef.h-FQM0AR1NR04R │ ├── 4S │ │ ├── IOHIDElement.h-1ZSSM2D5TC44S │ │ └── UTCoreTypes.h-31AAIGB502K4S │ ├── 4U │ │ └── limits.h-2KLZNHXV3Y04U │ ├── 4V │ │ ├── _fsblkcnt_t.h-30YUADDFJVW4V │ │ └── signal.h-2P6HLIMNNAU4V │ ├── 4W │ │ ├── amxintrin.h-26B92ZFOLGG4W │ │ └── x86_64-apple-macos.swiftinterface_Collection_Array-2WV4X3B98WK4W │ ├── 4X │ │ ├── _ssize_t.h-1IHUK27T3C14X │ │ └── mach_host.h-3EFODKLHBCO4X │ ├── 4Y │ │ └── host_priv.h-LIB2V1VU374Y │ ├── 5A │ │ └── _limits.h-2Z23B0Y05UW5A │ ├── 5C │ │ └── CGPDFArray.h-6O3HDQDHYM5C │ ├── 5D │ │ ├── USBSpec.h-2VCB9MKFJ7L5D │ │ └── _timeval32.h-15FTAXVFZ9K5D │ ├── 5E │ │ └── vm_inherit.h-INHNH5BLBN5E │ ├── 5G │ │ ├── IOTypes.h-1ZXYB8QBBI45G │ │ └── OSSpinLockDeprecated.h-2W6KVPVBBUR5G │ ├── 5J │ │ ├── NSPersistentStoreDescription.h-1EQFC75II195J │ │ ├── _socklen_t.h-1CJF5KRQC5O5J │ │ └── reloc.h-1ZC2ZGKDH9O5J │ ├── 5K │ │ ├── NSData.h-3J5HXVDOACF5K │ │ ├── _va_list.h-13EMPEUL0G05K │ │ └── proc_info.h-1YB2FP92XUQ5K │ ├── 5L │ │ ├── errno.h-3J8JAD9EINI5L │ │ └── stdlib.h-1EBQ6T4P0TU5L │ ├── 5M │ │ └── CFError.h-11ZH8D0V83N5M │ ├── 5O │ │ └── udp_var.h-2WV4SWIN5395O │ ├── 5P │ │ ├── CGDirectDisplay.h-2OQ4PC6C8P5P │ │ └── NSAtomicStore.h-3RN62RX5GBN5P │ ├── 5Q │ │ └── AIFF.h-KMN7OHIIZ35Q │ ├── 5S │ │ ├── NSHashTable.h-1NL5NCRJW335S │ │ ├── SecCodeHost.h-PFIBFYL0FN5S │ │ └── _endian.h-12FWFBIDJX75S │ ├── 5T │ │ ├── CGPDFDocument.h-3UWCS5IQK505T │ │ └── OSDebug.h-BY984EHWES5T │ ├── 5U │ │ └── NSUserActivity.h-17Q17CEWRNM5U │ ├── 5W │ │ └── OSTypes.h-2QVSORLCYVC5W │ ├── 5X │ │ └── Authorization.h-20U6XO58EXT5X │ ├── 5Y │ │ └── NSDistributedLock.h-1T4T76R8GXG5Y │ ├── 6A │ │ ├── _stdio.h-1J8KSXCOT2S6A │ │ └── _strings.h-3JL9IQ929QA6A │ ├── 6B │ │ └── CSIdentityAuthority.h-2D9LP6XUGCA6B │ ├── 6C │ │ ├── Folders.h-R960RDV5KW6C │ │ └── IOAudioDefines.h-11S1M8LCUHG6C │ ├── 6D │ │ └── _symbol_aliasing.h-1R1PF5SAMLN6D │ ├── 6G │ │ └── ToolUtils.h-HCHE1S103A6G │ ├── 6I │ │ ├── AEDataModel.h-3K4FF7D9H466I │ │ └── hfs_format.h-381YCRP2E4H6I │ ├── 6J │ │ └── emmintrin.h-2HJ3FZDF6HO6J │ ├── 6K │ │ ├── IOBSD.h-C61QRSKBSI6K │ │ └── IOStorageDeviceCharacteristics.h-3VUN31LC9RN6K │ ├── 6L │ │ └── ncurses_dll.h-1QENRQNKHYS6L │ ├── 6N │ │ └── MimeType.swift-2ZA4BS8N9SD6N │ ├── 6O │ │ ├── IOI2CInterface.h-GUZR438N146O │ │ ├── _stdio.h-3D9O3S91UYW6O │ │ └── _stdlib.h-15FFFU2HOAK6O │ ├── 6Q │ │ └── Files.h-E54GLYEI876Q │ ├── 6R │ │ ├── DictionaryServices.h-5NEMIV0ARL6R │ │ └── avx2intrin.h-2628YB6U5J06R │ ├── 6T │ │ └── base.h-1LQWH7L493Q6T │ ├── 6V │ │ └── esp.h-1GQFK509VYS6V │ ├── 6W │ │ ├── IOGraphicsEngine.h-3U9V3SVIFRO6W │ │ └── NSFileProviderService.h-2BQYUT5L0UV6W │ ├── 6X │ │ └── _select.h-11YCW5OPMOC6X │ ├── 6Y │ │ └── if_ether.h-2892O1137V06Y │ ├── 7A │ │ ├── CGDisplayFade.h-20IO7ZTKZKU7A │ │ ├── IOReturn.h-25T1NEM0DVM7A │ │ └── wbnoinvdintrin.h-2RKKFIRLOUS7A │ ├── 7D │ │ ├── Finder.h-YK758WP5CX7D │ │ └── NSComparisonPredicate.h-27VOUVS5SI57D │ ├── 7E │ │ └── _mbstate_t.h-1HVOP32N2B77E │ ├── 7F │ │ └── pipe.h-B3S7JLT96C7F │ ├── 7G │ │ ├── CGPath.h-3R6F6EQW3YY7G │ │ └── NSProxy.h-2E0G9BIDFXL7G │ ├── 7H │ │ └── NSPortMessage.h-3M3N1ZGV1FZ7H │ ├── 7K │ │ └── alloca.h-3TNP729IQAP7K │ ├── 7O │ │ ├── NSExtensionRequestHandling.h-QDMBAO242I7O │ │ └── QuickData+Extensions.swift-17964VFFHAJ7O │ ├── 7P │ │ ├── NSPersonNameComponentsFormatter.h-3N6GU25LCJC7P │ │ └── _ct_rune_t.h-N3QCM2I3RR7P │ ├── 7R │ │ └── kmod.h-3ALFVWM6UOA7R │ ├── 7S │ │ ├── MDItem.h-3D5BL0G2LC67S │ │ └── NSKeyedArchiver.h-63XQ5X0SF27S │ ├── 7U │ │ ├── IONetworkLib.h-3NWJF7BJLTO7U │ │ └── NSJSONSerialization.h-1V76U6TZSMO7U │ ├── 7W │ │ └── _langinfo.h-1KI0FVXUJ7R7W │ ├── 7Y │ │ └── IOLLEvent.h-1B6T4TXTM917Y │ ├── 7Z │ │ ├── DriverSynchronization.h-1F14AGGOTHT7Z │ │ └── StringCompare.h-37ZVR03T8TJ7Z │ ├── 8C │ │ └── audit_internal.h-1SUO9JRBYHX8C │ ├── 8D │ │ └── utime.h-1V28B9YJB488D │ ├── 8E │ │ ├── cetintrin.h-XQP7AHLYCM8E │ │ ├── cssmdli.h-CLXJOIZBXA8E │ │ ├── shm.h-3F5B67X9WUW8E │ │ └── x86_64-apple-macos.swiftinterface_Reflection-1HT2TJDZC7T8E │ ├── 8F │ │ ├── MDImporter.h-REJX3KU0I38F │ │ └── NSFileProviderDomain.h-FWN7Z03GOV8F │ ├── 8H │ │ └── IOAudioTypes.h-CW8VK7NSKV8H │ ├── 8I │ │ ├── IOHIDUserDevice.h-1Y08K5ECG1Y8I │ │ └── IntlResources.h-33YBKITKALF8I │ ├── 8L │ │ ├── kauth.h-EDYYUL6BIT8L │ │ └── x509defs.h-4WQ0IUKZVQ8L │ ├── 8M │ │ └── vnode.h-39KD43M55B68M │ ├── 8Q │ │ ├── NSFilePresenter.h-3JRAH5S4G9G8Q │ │ └── ethernet.h-345VWGRWX7Y8Q │ ├── 8R │ │ └── if_utun.h-1NLV8FVBA0T8R │ ├── 8T │ │ └── mm_malloc.h-JKOVP62GQ58T │ ├── 8W │ │ ├── CoreUtils.swift-2GFGTJQ1AAT8W │ │ ├── IOPartitionScheme.h-2U1S1IQV6D18W │ │ ├── IOUPSPlugIn.h-10JUX85W4ZV8W │ │ ├── MachineExceptions.h-2B7Q3EVMUDV8W │ │ └── connection.h-2J9Q5KG98YQ8W │ ├── 8Y │ │ └── CoreDataErrors.swift-190PRZ5D5H58Y │ ├── 8Z │ │ ├── NSHFSFileTypes.h-2SGBN41KH888Z │ │ └── OSReturn.h-1792TIX7QX28Z │ ├── 9D │ │ └── stab.h-3SS13A71JRB9D │ ├── 9F │ │ ├── NSPortNameServer.h-2YMP08ANG3F9F │ │ ├── PLStringFuncs.h-394X43B208I9F │ │ └── x86_64-apple-macos.swiftinterface-1PHVEK2DOES9F │ ├── 9G │ │ └── _uint16_t.h-3HRC145T9AX9G │ ├── 9H │ │ └── SecDecodeTransform.h-3IY3QNS6Q4C9H │ ├── 9N │ │ └── x86_64-apple-macos.swiftinterface-2LJIPEXMNN69N │ ├── 9O │ │ └── SecKeychain.h-3D0L8SW9X8B9O │ ├── 9S │ │ └── CFHTTPStream.h-2H691DMG5KH9S │ ├── 9T │ │ ├── CFSocket.h-1UAXUR2AASG9T │ │ └── IODataQueueShared.h-399RB6JM1XK9T │ ├── 9W │ │ └── avx512vldqintrin.h-1K4S9W18NX29W │ ├── 9Y │ │ └── loader.h-257NQBZDEEW9Y │ ├── A0 │ │ └── signal.h-1XINL4VOFPTA0 │ ├── A2 │ │ ├── NSHost.h-WRGABGK77IA2 │ │ └── invpcidintrin.h-3P705VY2I0SA2 │ ├── A3 │ │ ├── FixMath.h-3OMMHQTZSQBA3 │ │ └── setjmp.h-41WYVKXUWAA3 │ ├── A4 │ │ └── semaphore.h-1M198T0LVHFA4 │ ├── A6 │ │ └── avx512vbmi2intrin.h-Z7AWGH6ZL6A6 │ ├── A7 │ │ ├── oidsbase.h-2716MYAXVNYA7 │ │ └── x86_64-apple-macos.swiftinterface_Collection_Array-1LNXY0OWEHKA7 │ ├── A8 │ │ └── AppleEvents.h-3SQDA7IG1EKA8 │ ├── AI │ │ ├── SwiftStdbool.h-39X72BUVJXAI │ │ └── __wctype.h-6X07FQTJBUAI │ ├── AJ │ │ ├── swap.h-J8N7R5C8CHAJ │ │ └── unpcb.h-3PNGKCSFA6TAJ │ ├── AL │ │ └── runtime.h-1IG7K9S5B2QAL │ ├── AM │ │ └── adxintrin.h-1YZ6Y3OMR0TAM │ ├── AN │ │ └── NSQueryGenerationToken.h-249A3ERG33TAN │ ├── AP │ │ └── _ucontext64.h-NXD8F6UGY8AP │ ├── AQ │ │ ├── _blkcnt_t.h-LWHDZNFJZXAQ │ │ └── _pthread_once_t.h-1H441XSH3H5AQ │ ├── AR │ │ └── NSPersistentHistoryChangeRequest.h-1LR5YJZNPBRAR │ ├── AS │ │ └── avx512dqintrin.h-3T1OL0YPM2ZAS │ ├── AT │ │ └── CGPDFStream.h-3U64W5RELOAT │ ├── AU │ │ ├── _ino_t.h-7TT1FNBJ6AU │ │ └── _xlocale.h-1E6B5Z3O6K7AU │ ├── AV │ │ └── NSLengthFormatter.h-2ZKLCOR467SAV │ ├── AW │ │ ├── NSBackgroundActivityScheduler.h-3A01J9480DRAW │ │ └── Script.h-XBBI1IHL3FAW │ ├── AX │ │ ├── IOHIDKeys.h-172LL56X78LAX │ │ └── enqcmdintrin.h-181SO4QO02OAX │ ├── B1 │ │ ├── sys_domain.h-2QVCMW5IL6SB1 │ │ └── x86_64-apple-macos.swiftinterface_Collection-2E57XGXP0H9B1 │ ├── B2 │ │ ├── DADissenter.h-2EN95ZHE125B2 │ │ ├── RuntimeShims.h-1DXI42DLMDIB2 │ │ └── SecRequirement.h-1Q5CI0FBN2WB2 │ ├── B6 │ │ ├── NSDateFormatter.h-3MCPMBIO105B6 │ │ └── NSObject.h-28IY3PHT5GGB6 │ ├── B7 │ │ ├── IOHIDQueue.h-D6XTQW5JA2B7 │ │ └── NSStream.h-1H1RUI6JILAB7 │ ├── B8 │ │ ├── NSListFormatter.h-15GG9UWW71WB8 │ │ └── NSPropertyMapping.h-3ZIDDZGGJDB8 │ ├── B9 │ │ └── IONetworkUserClient.h-3QDZRNMYT2CB9 │ ├── BA │ │ └── AuthorizationTags.h-3DH350Y0MFDBA │ ├── BC │ │ └── device_port.h-1B238XW2MGLBC │ ├── BD │ │ └── pthread_impl.h-19HCXMUDJE6BD │ ├── BE │ │ └── NSHTTPCookieStorage.h-JKW90Y2R8XBE │ ├── BF │ │ └── statvfs.h-1V2JT2TBVPYBF │ ├── BH │ │ ├── IOHIDProperties.h-153Q18X7TI4BH │ │ └── _pthread_key_t.h-34KP9KAS47HBH │ ├── BI │ │ ├── IOKitKeys.h-2DUMKK3PUKABI │ │ └── __wmmintrin_pclmul.h-2S113QIO9PZBI │ ├── BJ │ │ ├── RefCount.h-2OK4WIO3NWKBJ │ │ └── x86_64-apple-macos.swiftinterface_Collection_Type-erased-2GDE9N2H0B8BJ │ ├── BL │ │ ├── GenericModel+CoreDataClass.swift-3SRVC6BDNWKBL │ │ ├── OSAtomicDeprecated.h-2OERGSG37Z6BL │ │ └── avx512vlvp2intersectintrin.h-1F8Z27VMQBLBL │ ├── BM │ │ ├── MixedMode.h-3Q43OU63CJNBM │ │ ├── NSManagedObjectID.h-A9W93NU6L1BM │ │ ├── TargetConditionals.h-KZTPTEPS3DBM │ │ └── kern_return.h-37B7OJIQYQ5BM │ ├── BN │ │ ├── _wint_t.h-W36X40S11JBN │ │ ├── audit_errno.h-1HPFX9OTT46BN │ │ └── kdebug_signpost.h-1U5TWDJI9KGBN │ ├── BP │ │ ├── IOUSBHostFamilyDefinitions.h-8DSL6ODCSCBP │ │ ├── NSAtomicStoreCacheNode.h-C4M51LV28JBP │ │ ├── NSFetchRequest.h-P785ZBMJ5RBP │ │ ├── SCSICmds_MODE_Definitions.h-1F2MDSOX9HRBP │ │ └── exception_types.h-2SB6CDV35OSBP │ ├── BQ │ │ ├── SCSICommandOperationCodes.h-213Y96SMHRFBQ │ │ └── SecEncryptTransform.h-U8WQS1KIFFBQ │ ├── BR │ │ ├── _pthread_t.h-384PFNCJ91LBR │ │ ├── libgen.h-3F07RAIHUNJBR │ │ └── message.h-R8NL4EAPSOBR │ ├── BU │ │ ├── _u_int8_t.h-1DVGNFUUV5ABU │ │ └── xsavesintrin.h-1SWVJHX7E4GBU │ ├── BW │ │ └── oids.h-COJDIB4G5PBW │ ├── BX │ │ ├── MultiprocessingInfo.h-XHGBGZ0CV0BX │ │ └── if_arp.h-24DAKSMDP6YBX │ ├── BY │ │ ├── CFAttributedString.h-1WNCMERJXUZBY │ │ └── types.h-KHWN4RMFYVBY │ ├── BZ │ │ └── poll.h-16DKD7AYKYEBZ │ ├── C0 │ │ └── _pthread_mutexattr_t.h-3P80GBK7H8UC0 │ ├── C1 │ │ └── host_reboot.h-22B31WW1AVC1 │ ├── C2 │ │ └── CSCommon.h-1YZF9JN53W9C2 │ ├── C4 │ │ ├── NSBatchInsertRequest.h-15COLRH72YLC4 │ │ └── NSFileProviderEnumerating.h-PDUDD5C8M6C4 │ ├── C5 │ │ └── NSFetchedPropertyDescription.h-YZWSO5TQXPC5 │ ├── C6 │ │ └── NSSaveChangesRequest.h-1LKITB50HTHC6 │ ├── C8 │ │ ├── NSNotificationQueue.h-ZMW6X576KTC8 │ │ └── mwaitxintrin.h-1OCNVWZ6TVGC8 │ ├── CB │ │ ├── NSCharacterSet.h-2AEQX3F6ZHACB │ │ ├── NSExtensionItem.h-3P53REOVQ0NCB │ │ └── NSURLProtectionSpace.h-3THJKZL0TC6CB │ ├── CC │ │ └── x86_64-apple-macos.swiftinterface_C-273JHH8HWPKCC │ ├── CD │ │ └── x86_64-apple-macos.swiftinterface_Collection_Lazy_Views-32YRFB2FD3JCD │ ├── CG │ │ └── NSDateIntervalFormatter.h-3CK3UM7H6U2CG │ ├── CH │ │ └── IOFireWireFamilyCommon.h-3SMS9JVWECVCH │ ├── CI │ │ ├── event_status_driver.h-3TNWM9W87JNCI │ │ └── math.h-2K7U8VEQZ4DCI │ ├── CJ │ │ ├── IOUserServer.h-61DULNX0NLCJ │ │ └── _mode_t.h-RFXP6PA3MQCJ │ ├── CL │ │ └── vm_prot.h-1KDSQTHXJ23CL │ ├── CM │ │ └── TextUtils.h-OZJ7HGBP5OCM │ ├── CO │ │ └── OSCacheControl.h-F4W8SLVHK3CO │ ├── CP │ │ └── audit.h-3ABS70M7P40CP │ ├── CU │ │ └── CFDateFormatter.h-3DS1OBZLK5CCU │ ├── CV │ │ └── if.h-19EUYAYSUOCV │ ├── CX │ │ └── ipc_info.h-1JMJDJAMHMGCX │ ├── CZ │ │ └── IOPM.h-1P2FGD761V9CZ │ ├── D0 │ │ └── cssmtpi.h-2FY98HT668SD0 │ ├── D1 │ │ ├── IOCDMedia.h-3I0U8UK1K96D1 │ │ ├── _dev_t.h-CJZNNUBS9MD1 │ │ └── complex.h-3BEMDFQG7ZMD1 │ ├── D2 │ │ └── sockio.h-1HEFDMSZZ2TD2 │ ├── D3 │ │ ├── MacTypes.h-1NT60UFBMHCD3 │ │ ├── _pthread_condattr_t.h-2RXZH6YJ15AD3 │ │ └── task.h-1TWKJ1BCIZKD3 │ ├── D6 │ │ ├── CGBase.h-3H7A3RAAVWTD6 │ │ ├── IOFireWireAVCConsts.h-2MZEBDYFSL3D6 │ │ └── emmspi.h-QYEM7JCC22D6 │ ├── D7 │ │ ├── avx512ifmaintrin.h-O6FY5BPLUQD7 │ │ ├── if_media.h-2OJGPUWOBM1D7 │ │ └── select.h-E6S7E80NFGD7 │ ├── D9 │ │ └── CGPDFObject.h-36ZGQAY1C19D9 │ ├── DC │ │ ├── Resources.h-3AKVZDYD2DTDC │ │ └── clock_types.h-1HVS8LMZXBYDC │ ├── DE │ │ └── WSMethodInvocation.h-3MLONE61SOJDE │ ├── DF │ │ ├── IconsCore.h-1PBR44E3SB9DF │ │ └── thread_act.h-3J1L3SGPR03DF │ ├── DG │ │ ├── _int16_t.h-2RFY87RA7S5DG │ │ └── audit_uevents.h-3N47NH8G2QSDG │ ├── DH │ │ └── FoundationErrors.h-2CUWNWHDI32DH │ ├── DI │ │ └── IOCDBlockStorageDevice.h-2QNH3W9WVGUDI │ ├── DJ │ │ └── rdseedintrin.h-2A345HUDX99DJ │ ├── DK │ │ ├── IOKitServer.h-14XQV1NBCWXDK │ │ └── NSGeometry.h-1R8QKTLIBYSDK │ ├── DL │ │ ├── IOBDMedia.h-2T6RDJKYWZBDL │ │ ├── SCSICmds_INQUIRY_Definitions.h-3870CEBMBEDL │ │ └── _time_t.h-18Y7MQ2S7TIDL │ ├── DO │ │ └── workgroup_base.h-14EM2YRL4AQDO │ ├── DP │ │ └── ip_var.h-2N9UDMU4LSZDP │ ├── DR │ │ └── CFDictionary.h-1DGATYBWUFJDR │ ├── DS │ │ └── IOHIDTransaction.h-15EK0XXN1IADS │ ├── DT │ │ ├── CFTimeZone.h-25CVD99CTMBDT │ │ ├── Math64.h-87DG9EIF8WDT │ │ └── filedesc.h-1Q420YEWNJRDT │ ├── DU │ │ └── CFMachPort.h-2ZD5D0XSKXXDU │ ├── DW │ │ ├── FoundationShims.h-2RCMT74ITJ1DW │ │ └── NSDateInterval.h-1DD3OOCPE0GDW │ ├── DX │ │ └── _timespec.h-3MYLHLLB0PXDX │ ├── DZ │ │ ├── SecCode.h-2R1JBVOX0SHDZ │ │ └── UTCUtils.h-A8YPUGDE93DZ │ ├── E1 │ │ ├── CGPDFContentStream.h-3K4YRNSY3YRE1 │ │ └── smmintrin.h-XO5NQCHZSCE1 │ ├── E2 │ │ ├── NSException.h-2UJJYC5L1OGE2 │ │ └── SecTransformReadTransform.h-2XDJSY8O9POE2 │ ├── E3 │ │ └── NSGarbageCollector.h-1DD1HEF3F8ZE3 │ ├── E5 │ │ └── NSUbiquitousKeyValueStore.h-3LU2NZ0SRQFE5 │ ├── E7 │ │ ├── NSScriptCommandDescription.h-3NX05M3PHFOE7 │ │ └── hash_info.h-1NW5EQQI34RE7 │ ├── E8 │ │ └── pthread.h-3KNRNG3LB1E8 │ ├── E9 │ │ ├── QuickData.swift-1K4488M5MT9E9 │ │ └── _types.h-2O2LABZ9498E9 │ ├── EA │ │ └── clock.h-3UXQU8UKJ53EA │ ├── EB │ │ ├── Availability.h-12NG5Z1QDFWEB │ │ └── xmmintrin.h-1NO97Q08WCTEB │ ├── EC │ │ └── NSAppleEventManager.h-1DIWKGYWJZJEC │ ├── ED │ │ └── QuickFM.swift-3A3OU424TNAED │ ├── EE │ │ └── avx512vlbitalgintrin.h-2WO0D16V9NUEE │ ├── EF │ │ └── CGPDFOperatorTable.h-3U6IKP3CAE9EF │ ├── EH │ │ ├── NSScriptSuiteRegistry.h-JN82MAXV3PEH │ │ ├── limits.h-WUHC62BMX4EH │ │ ├── runetype.h-68PGZV930SEH │ │ └── time.h-2B0FS9OKFNQEH │ ├── EI │ │ └── time.h-8RIN71XE4CEI │ ├── EJ │ │ └── conf.h-WCYT3ITVZ1EJ │ ├── EK │ │ ├── NSMetadataAttributes.h-50F11C2R4AEK │ │ └── NSXPCConnection.h-3O99KGR4PGMEK │ ├── EL │ │ └── param.h-ZYK4MF7KXEL │ ├── EN │ │ └── CoreDataErrors.h-2E89T2J8AUCEN │ ├── EO │ │ ├── CFBundle.h-EX96TGNJY3EO │ │ └── paths.h-5N28MV3FJNEO │ ├── EQ │ │ ├── KextManager.h-7XB4BF1OJIEQ │ │ └── OSByteOrder.h-WS9HQKOQBKEQ │ ├── ES │ │ ├── CMSDecoder.h-3MLHVASM5TSES │ │ ├── NSIndexSet.h-APUI71Q2SAES │ │ └── UnicodeShims.h-NOGKKFBLMIES │ ├── ET │ │ └── NSFileProviderDefines.h-1VMDWJMM447ET │ ├── EU │ │ ├── GenericModel+Decodable.swift-I44K8Q1793EU │ │ └── NSNetServices.h-3CNQSVJR2F7EU │ ├── EW │ │ └── tcp_var.h-2X4DN4C9ULXEW │ ├── EX │ │ └── gmon.h-17LQ5YNTI2UEX │ ├── F0 │ │ ├── IOAccelSurfaceConnect.h-3S797VCDAWSF0 │ │ └── vm_purgable.h-10B0YLXS00AF0 │ ├── F5 │ │ ├── CFURLAccess.h-18A789QNGK7F5 │ │ ├── queue.h-3B2VM7YPV3VF5 │ │ ├── stdio.h-1EULNMBHXYEF5 │ │ └── sysexits.h-2W7V24VLV3GF5 │ ├── F6 │ │ └── objc-exception.h-KZ5Q3QW29DF6 │ ├── F8 │ │ └── _uuid_t.h-11U1FTXA5TMF8 │ ├── F9 │ │ ├── _seek_set.h-3BBFR5ASTL7F9 │ │ └── tty.h-FTGPU74OSKF9 │ ├── FA │ │ ├── NSFileProviderError.h-1F48B7WP2NFFA │ │ └── kernel_types.h-J248MCP6ORFA │ ├── FB │ │ ├── Aliases.h-3KOFO0H1S8GFB │ │ ├── OSAtomicQueue.h-37OEODFKWZWFB │ │ └── serializeintrin.h-2YX3C0B66Z3FB │ ├── FD │ │ └── _blksize_t.h-2Z42LSJY9LJFD │ ├── FE │ │ ├── NSEntityMapping.h-8JO9IQUGI2FE │ │ └── avxintrin.h-2IE1P9Y3X8EFE │ ├── FG │ │ ├── CSIdentity.h-IQ9KRWZQC9FG │ │ └── DiskSpaceRecovery.h-2BYLZXOMFJHFG │ ├── FI │ │ └── AEMach.h-35E6SUQEVTVFI │ ├── FJ │ │ ├── USB.h-3GXC74PZK0IFJ │ │ └── libbsm.h-19QA1ZBHL9DFJ │ ├── FM │ │ └── CFUserNotification.h-2D1F1Z8DNW9FM │ ├── FN │ │ ├── NSURLCache.h-26GE5AWUGDOFN │ │ └── NSUserNotification.h-DAJJ0DTI32FN │ ├── FO │ │ └── NSPointerFunctions.h-1ERKD7V35PHFO │ ├── FQ │ │ └── _wctype_t.h-QBQFXED0CKFQ │ ├── FR │ │ ├── NSDateComponentsFormatter.h-2FO211XLQD7FR │ │ └── NSPropertyList.h-31DQ7GN8YLZFR │ ├── FS │ │ ├── CFHost.h-7SSJJ8RIY7FS │ │ └── waitpkgintrin.h-GFAYXF9FAKFS │ ├── FT │ │ └── _uintptr_t.h-26W2XAJW8BXFT │ ├── FV │ │ ├── NSCache.h-197WF8U01LFV │ │ └── objc-sync.h-1TW6EELT8W0FV │ ├── FW │ │ ├── IONetworkInterface.h-29TLI4W7FXYFW │ │ └── LSQuarantine.h-33UF45RJ36UFW │ ├── FX │ │ ├── IOApplePartitionScheme.h-I5FJI1GWNFX │ │ ├── NSBundle.h-1CEL46GBDE6FX │ │ └── resource.h-1WA5BGL9RWAFX │ ├── FY │ │ └── emmtype.h-10GAVIXBN4FY │ ├── FZ │ │ └── NSFetchRequestExpression.h-3PTPPPI9R8GFZ │ ├── G0 │ │ ├── NSURLRequest.h-1XB5L8ORBKEG0 │ │ └── SecureDownload.h-2C2ZW6PKGC7G0 │ ├── G2 │ │ ├── CFURL.h-2ZZGCVU3UNEG2 │ │ ├── Debugging.h-209VFYISQ5XG2 │ │ ├── NSDecimalNumber.h-PVKRBGNJEPG2 │ │ └── kern_return.h-3PSLKX3WEJCG2 │ ├── G4 │ │ └── NSByteOrder.h-D0XUVDGBDJG4 │ ├── G5 │ │ ├── NSDerivedAttributeDescription.h-18CFX4BLEIJG5 │ │ └── SCSICommandDefinitions.h-14FUD6J16Y2G5 │ ├── G6 │ │ └── syslog.h-3TJ2BLMQXAEG6 │ ├── G7 │ │ └── SCSICmds_REQUEST_SENSE_Defs.h-2A1JVI6ZUBXG7 │ ├── G8 │ │ └── x86_64-apple-macos.swiftinterface_Math_Integers-9WKO3U4UTIG8 │ ├── G9 │ │ ├── IOMapTypes.h-34X86PMXOPUG9 │ │ └── _uint32_t.h-14WHQ1ZGMZEG9 │ ├── GA │ │ ├── __wmmintrin_aes.h-ZCP0NSPGSBGA │ │ └── x86_64-apple-macos.swiftinterface-2B5F919XUZGGA │ ├── GC │ │ └── endian.h-3Z0X1YZYU4GC │ ├── GD │ │ └── avx512vnniintrin.h-3201Z91C94NGD │ ├── GE │ │ ├── NSXMLElement.h-3T6ANZNNAHJGE │ │ └── _param.h-3TD3SETAGBAGE │ ├── GG │ │ └── NSFormatter.h-3QNDX6U48CSGG │ ├── GI │ │ ├── CFStringEncodingExt.h-2I5SSXZY8Z2GI │ │ ├── CGColorConversionInfo.h-1VAO63YGPSPGI │ │ ├── IOHIDUsageTables.h-NC7Z5SK1LBGI │ │ └── NSSpellServer.h-3KG54EUX26XGI │ ├── GK │ │ └── shared_region.h-12LENPYXPM7GK │ ├── GM │ │ └── QuickIndexable.swift-3AL1BVAW1T5GM │ ├── GN │ │ ├── NSManagedObjectModel.h-2YVSQQWEFRCGN │ │ └── tcp_seq.h-3U4OLA64X8VGN │ ├── GP │ │ ├── SecTrustSettings.h-2PFM8ANKXITGP │ │ ├── WSProtocolHandler.h-3DLND4QS8C5GP │ │ └── utmpx.h-1J92TF6H7RKGP │ ├── GQ │ │ └── user_ldt.h-SONQK1FOT7GQ │ ├── GR │ │ └── CFHTTPAuthentication.h-1C676QVU9WGR │ ├── GS │ │ ├── _int64_t.h-18IOGH4BBJOGS │ │ └── asm.h-19HRSWOGNWVGS │ ├── GU │ │ └── libc.h-2B3TLTYSW2XGU │ ├── GW │ │ ├── CFNetworkErrors.h-1MGUA6PIJB0GW │ │ ├── QuickDataRecord.swift-3G5VASU3KZDGW │ │ └── mm3dnow.h-2NWRGYC4QGDGW │ ├── GX │ │ └── posix_sem.h-1PDHMPPJVGJGX │ ├── GY │ │ └── netport.h-1YGRNX1PQXPGY │ ├── H2 │ │ ├── AvailabilityInternal.h-3SXV9MX9Z5MH2 │ │ └── buf.h-20QGBKHUZDH2 │ ├── H4 │ │ ├── oidsattr.h-14F0QLVEZQGH4 │ │ └── x86_64-apple-macos.swiftinterface_Misc-A9AB97OEAWH4 │ ├── H6 │ │ ├── _u_short.h-1LRWFLY0S2WH6 │ │ └── source.h-SD3X6F2BQMH6 │ ├── HA │ │ └── _common.h-1ZMO9BRGG55HA │ ├── HD │ │ └── activity.h-34WI7KLBOJ4HD │ ├── HE │ │ └── audit_socket_type.h-2JU6L6456DEHE │ ├── HF │ │ ├── _uid_t.h-1766ASS1LU1HF │ │ └── fcntl.h-FTNH6IXSXRHF │ ├── HG │ │ ├── NSFileProviderItem.h-1KJB9A3GENFHG │ │ ├── Random.h-298LTSDKCMNHG │ │ └── SKIndex.h-9RI5Z7NEE5HG │ ├── HH │ │ ├── _time.h-3MAQ5GW10CQHH │ │ └── avx512bwintrin.h-IPMK2QNQD4HH │ ├── HI │ │ ├── CFProxySupport.h-39Y0FCXCMZZHI │ │ ├── CGLayer.h-27O2XFDF14IHI │ │ ├── DiskArbitration.h-1RF12MFTZBOHI │ │ └── once.h-12BWU891SR3HI │ ├── HN │ │ └── NumberFormatting.h-EY3VELQBCDHN │ ├── HP │ │ ├── SCSITaskLib.h-2DFNK8Z0FUJHP │ │ └── stdint.h-1I0ZZLDQML0HP │ ├── HR │ │ └── regex.h-2AWF7MRZKKNHR │ ├── HS │ │ └── workgroup_interval.h-3NKEIKMQF4WHS │ ├── HT │ │ └── disk.h-16135C9POBMHT │ ├── HV │ │ └── IOHIDEventServiceKeys.h-2DJVU3N1YAGHV │ ├── HW │ │ ├── HeapObject.h-1H21MIUWT6AHW │ │ └── libDER_config.h-UPCNRQVX59HW │ ├── I0 │ │ ├── launch.h-33T5FAJG4WRI0 │ │ ├── reboot.h-2NRP8GYZRNRI0 │ │ └── task_policy.h-3BXSM3ZCMJ1I0 │ ├── I1 │ │ └── NSAttributeDescription.h-3ANDRRRAYX5I1 │ ├── I3 │ │ └── IOHIDEventServiceTypes.h-2VRNT0PAP3JI3 │ ├── I7 │ │ ├── DriverServices.h-2OLXBMOX4C3I7 │ │ ├── NSFileProviderRequest.h-38GYDJUD9LDI7 │ │ └── NSSet.h-3TYXNJ2HSYOI7 │ ├── I8 │ │ ├── SecCertificate.h-2IYSJBB5MLUI8 │ │ └── x86_64-apple-macos.swiftinterface_Collection_HashedCollections-47XESG9G8FI8 │ ├── I9 │ │ └── vm_types.h-1V396ABY2VZI9 │ ├── IA │ │ └── cldemoteintrin.h-33X7A542X5XIA │ ├── IB │ │ └── vm_attributes.h-1CY5KVOKCXEIB │ ├── ID │ │ └── SecTrust.h-CGJ1XI3WIXID │ ├── IG │ │ ├── IOHIDValue.h-37NLAOEV6YGIG │ │ └── cssmspi.h-D3EX4FR344IG │ ├── II │ │ ├── NSScriptClassDescription.h-SEF5ZZVR7JII │ │ └── ioctl_compat.h-1QXC1WLTG0GII │ ├── IJ │ │ └── thread_state.h-2FIGJUAZS7TIJ │ ├── IK │ │ ├── CGShading.h-2HP9SBU0KYJIK │ │ ├── NSBatchUpdateRequest.h-2UBAJ61RBA5IK │ │ ├── langinfo.h-42NYIFW8I1IK │ │ └── mach_init.h-24ANFRBZE8VIK │ ├── IL │ │ └── IOHIDDeviceKeys.h-1YCVW8ICOP6IL │ ├── IN │ │ └── igmp.h-ZZPR27N20LIN │ ├── IO │ │ └── CGDirectDisplayMetal.h-2BT0FMA5H34IO │ ├── IQ │ │ └── notify.h-2BLCNB76D6VIQ │ ├── IR │ │ └── _intmax_t.h-2WSVRVUZA79IR │ ├── IS │ │ └── readpassphrase.h-F6H9L532LOIS │ ├── IT │ │ └── avx512vp2intersectintrin.h-JQAAFGNB91IT │ ├── IU │ │ └── _useconds_t.h-3VT20V7QM2IIU │ ├── IW │ │ └── NSValueTransformer.h-3ORCIOMBQ6HIW │ ├── IX │ │ └── ev.h-11CHEW0DLEBIX │ ├── J0 │ │ └── IOMedia.h-ZSZP813H0IJ0 │ ├── J1 │ │ ├── ThreadLocalStorage.h-UFU813IXTXJ1 │ │ └── _stdio.h-3420TYVM94KJ1 │ ├── J3 │ │ ├── CSIdentityQuery.h-1AHHO7JXHEPJ3 │ │ ├── device_types.h-UJPXC5269JJ3 │ │ └── float.h-3UXGJDR393PJ3 │ ├── J7 │ │ └── tcp_fsm.h-1UTXZLQK54JJ7 │ ├── J8 │ │ └── net_kev.h-341VP873R0UJ8 │ ├── J9 │ │ └── IOFilterScheme.h-23K1BASGN51J9 │ ├── JA │ │ └── _regex.h-35U2GE8UWWGJA │ ├── JB │ │ └── un.h-R1VC6DICQ5JB │ ├── JC │ │ └── vm_region.h-MK21035SD0JC │ ├── JD │ │ ├── DADisk.h-1WJ8QXIJ4KFJD │ │ ├── SecDigestTransform.h-19ELB7KDJM4JD │ │ └── avx512vbmivlintrin.h-W1S6RGUTB3JD │ ├── JE │ │ └── CFXMLNode.h-2OEOKWWYVOOJE │ ├── JF │ │ └── CGColor.h-3PCHUOIK82EJF │ ├── JG │ │ └── System.h-2WU1KDB6G0LJG │ ├── JI │ │ ├── _types.h-S6K1E2TY7JI │ │ ├── lock.h-3D2WJMLG5L7JI │ │ └── pmmintrin.h-2FHIVWFR3TEJI │ ├── JK │ │ └── dispatch.h-1NZT0W67IWMJK │ ├── JN │ │ └── IOMessage.h-Y0558P5ECEJN │ ├── JO │ │ ├── fp.h-19R5I9CZ5AIJO │ │ └── hresetintrin.h-31G0B5OXN8WJO │ ├── JP │ │ └── _string.h-1AWPFEH1W6EJP │ ├── JQ │ │ └── CFStringTokenizer.h-3NAYMHQ0W9SJQ │ ├── JR │ │ ├── policy.h-1PCFZARH9F0JR │ │ └── thread_state.h-1I7BWNUIJNQJR │ ├── JS │ │ ├── SwiftStdint.h-3US4G88UHFIJS │ │ └── rpc.h-25RROIBI01OJS │ ├── JT │ │ ├── NSPersistentHistoryTransaction.h-J7KTB37AL1JT │ │ └── ndrv.h-1LUTN8AJPCEJT │ ├── JX │ │ └── pthread_spis.h-2GAJC6E709KJX │ ├── JY │ │ ├── Block.h-VRA8JPQCHHJY │ │ └── IOPowerSources.h-3BCM6K5YRV4JY │ ├── JZ │ │ ├── NSCoreDataCoreSpotlightDelegate.h-1GXNZLPPMW5JZ │ │ └── NSURLError.h-29CAMZPU17VJZ │ ├── K0 │ │ └── objc-api.h-19KAZK3JED6K0 │ ├── K2 │ │ └── _fsid_t.h-KSKST21GTPK2 │ ├── K5 │ │ └── if_var.h-1DDCY99ELZ2K5 │ ├── K6 │ │ ├── NSPersistentStoreResult.h-35ZICQGQNAAK6 │ │ └── in_var.h-1R51K1WMRW7K6 │ ├── K7 │ │ ├── IOGraphicsInterface.h-WOLTT07AIKK7 │ │ └── route.h-3M97VGZ1ZWRK7 │ ├── K8 │ │ └── NSArray.h-2M3MJFXB9M5K8 │ ├── K9 │ │ ├── NSCompoundPredicate.h-2GGODD4O8MRK9 │ │ └── sgxintrin.h-3TKN8T7C3FFK9 │ ├── KA │ │ └── IONetworkStats.h-206E0641078KA │ ├── KB │ │ └── CFFTPStream.h-1UCID67NEVEKB │ ├── KC │ │ ├── NSScriptKeyValueCoding.h-EQHLAJESQJKC │ │ └── _wctype.h-USXRFYXVETKC │ ├── KG │ │ └── x86_64-apple-macos.swiftinterface-3RPH2QM66MNKG │ ├── KI │ │ └── _int32_t.h-3R8F2JM7DLKKI │ ├── KK │ │ └── SecTask.h-3VS4NM71DB6KK │ ├── KM │ │ ├── AvailabilityVersions.h-28CZKEC018JKM │ │ └── _pthread_rwlockattr_t.h-261GTCXJL7JKM │ ├── KN │ │ └── _mcontext.h-3SW8U8F8EF5KN │ ├── KP │ │ └── CGConvertColorDataWithFormat.h-3CRCH3628NKP │ ├── KQ │ │ └── NSArchiver.h-2SMUQ8SEHI6KQ │ ├── KS │ │ ├── TextEncodingConverter.h-3OPBD2I0E9CKS │ │ └── ip.h-3HRS2CC7UNDKS │ ├── KU │ │ ├── _wchar_t.h-107HQXB2SOPKU │ │ └── attr.h-27LIHGZA5Y4KU │ ├── KW │ │ ├── IOCDTypes.h-3IN8VL6VT6WKW │ │ └── vpclmulqdqintrin.h-2V8VFQ1PL6NKW │ ├── KY │ │ ├── CFNetServices.h-1KAMDTIL3K6KY │ │ ├── CSIdentityBase.h-38YY83Z7ZYTKY │ │ ├── IONetworkStack.h-22SIMWTT1TUKY │ │ └── NSOrthography.h-3SYHF7YY75LKY │ ├── KZ │ │ └── NSScriptWhoseTests.h-21GLPMWYJIHKZ │ ├── L1 │ │ ├── WSTypes.h-6288PT08GL1 │ │ └── processor_set.h-2MYE21SPOJJL1 │ ├── L4 │ │ ├── NSOperation.h-1J2DKB6WL28L4 │ │ └── _OSByteOrder.h-XBY98S2E0XL4 │ ├── L5 │ │ ├── CGPDFString.h-1X4QRW0AGBCL5 │ │ ├── NSObject.h-2FGO8Z2VMTQL5 │ │ ├── exception.h-27YAE4GNI9OL5 │ │ └── sem.h-2D3C7ZKCYPGL5 │ ├── L6 │ │ └── acl.h-3R62BIJ7CGCL6 │ ├── L7 │ │ ├── aio.h-398J5TLD0GCL7 │ │ └── audit_kevents.h-1594JN1LF89L7 │ ├── L9 │ │ └── ipsec.h-2TL60NXEBQYL9 │ ├── LB │ │ └── hashtable2.h-1SR9J0ANPUJLB │ ├── LC │ │ └── movdirintrin.h-3TQF3UIWVMKLC │ ├── LG │ │ ├── BackupCore.h-2VLK8YUPNYDLG │ │ ├── keylockerintrin.h-3Q9EOWXQBPPLG │ │ └── x86_64-apple-macos.swiftinterface-3QH4AYR07Y9LG │ ├── LI │ │ ├── NSTask.h-2DOTLBZKREALI │ │ └── quota.h-15K6H5TMNY8LI │ ├── LJ │ │ ├── IONetworkMedium.h-3K3IW9WVS5JLJ │ │ └── icmp6.h-27T53ROT8FXLJ │ ├── LK │ │ └── ioctl.h-1YQK20YEJF6LK │ ├── LL │ │ └── NSFileVersion.h-1DCT4CYB89TLL │ ├── LM │ │ ├── NSFileHandle.h-1T9LJMIUH85LM │ │ └── stat.h-3BKWCA2IIXZLM │ ├── LR │ │ ├── LSOpenDeprecated.h-4I9O86X12ALR │ │ └── x86_64-apple-macos.swiftinterface_Hashing-1P6EY0MTVSLR │ ├── LU │ │ └── spawn.h-4I0C3DDJFCLU │ ├── LZ │ │ └── netdb.h-2XOTFX8XPPYLZ │ ├── M1 │ │ ├── AEHelpers.h-3OB3Y5DWIKSM1 │ │ └── NSLinguisticTagger.h-1D24REFQMY8M1 │ ├── M2 │ │ ├── CoreDataStack.swift-1A99HKXMIKGM2 │ │ └── OSMessageNotification.h-2BCWY8G6023M2 │ ├── M3 │ │ └── stdbool.h-1FIS7WKKX3ZM3 │ ├── M4 │ │ ├── IOGraphicsLib.h-3ELEDPHJMG6M4 │ │ ├── NSCoder.h-3M2NY2Q9QJ7M4 │ │ ├── ammintrin.h-1OKPF1YC5SQM4 │ │ └── fat.h-YYB3KD7NUNM4 │ ├── M7 │ │ ├── AssertMacros.h-33G33NUQBEWM7 │ │ ├── IOHIDLibObsolete.h-2BN43AH8JE5M7 │ │ └── xopintrin.h-330KXC76XFM7 │ ├── M8 │ │ └── dlfcn.h-ABFBXL8SPNM8 │ ├── M9 │ │ └── tmmintrin.h-LBEHWYD1A3M9 │ ├── MA │ │ └── x86_64-apple-macos.swiftinterface_Collection-3QQD4WGRWXFMA │ ├── MB │ │ └── x86_64-apple-macos.swiftinterface-3BGBAPP5P6IMB │ ├── MC │ │ └── clock.h-2WAIMF9KDGIMC │ ├── MD │ │ └── mds.h-290B2G28RLSMD │ ├── MF │ │ ├── NSPersistentCloudKitContainer.h-3F8SD7AUGZVMF │ │ └── qos.h-2OYL0LL3FBDMF │ ├── MG │ │ └── io.h-3LM32UO0NW9MG │ ├── MI │ │ ├── NSURLProtocol.h-23UOSA1527NMI │ │ └── _off_t.h-1WBE93CZPDAMI │ ├── ML │ │ └── CFPropertyList.h-2ZC29U7RWC0ML │ ├── MM │ │ ├── CGAffineTransform.h-164VNIY97FSMM │ │ ├── _pthread_types.h-3W06FC7473SMM │ │ └── clock_reply.h-2DIRG6P4UFCMM │ ├── MN │ │ └── AEObjects.h-1WV1OSX41HZMN │ ├── MO │ │ ├── NSPersistentHistoryChange.h-34065ZANRKUMO │ │ └── vaesintrin.h-15E7EZUI6YPMO │ ├── MP │ │ ├── socket.h-13LZ37UMIUVMP │ │ ├── utsname.h-37YREMJQXBQMP │ │ └── x86_64-apple-macos.swiftinterface_Result-39RZ4ZAK4MFMP │ ├── MQ │ │ ├── _filesec_t.h-9U91ZO8185MQ │ │ └── if_mib.h-2NSFJYKULLJMQ │ ├── MR │ │ ├── avx512bf16intrin.h-ZZS5RFYV5OMR │ │ └── stdio.h-2I24V1LAYUZMR │ ├── MU │ │ ├── _in_port_t.h-1F1C4C4M36JMU │ │ ├── mig.h-2XZ4V82RYNTMU │ │ └── spawn.h-3D1BSCL0X3DMU │ ├── MV │ │ └── CGEventTypes.h-3O1387V6EMRMV │ ├── MW │ │ └── ifaddrs.h-2W6YCCILXE9MW │ ├── MX │ │ ├── RuntimeStubs.h-206BV3CMZMTMX │ │ └── tcp_timer.h-HKY9M6XK2IMX │ ├── MY │ │ └── NSProgress.h-20QM83BL0ONMY │ ├── N0 │ │ └── NSKeyValueCoding.h-1Q2LX9LFR0IN0 │ ├── N2 │ │ └── CoreDataDefines.h-2R0QJRDJGKEN2 │ ├── N3 │ │ └── CFHTTPMessage.h-398OZ7N68QHN3 │ ├── N4 │ │ ├── NSMethodSignature.h-3RRHXMABAC7N4 │ │ └── vm.h-R5HNR7RSMGN4 │ ├── N6 │ │ └── _in_addr_t.h-5JVS6WAYJ5N6 │ ├── N9 │ │ ├── CFBase.h-4744NIR3CUN9 │ │ └── CFNumber.h-S2K9NW9RCZN9 │ ├── NB │ │ ├── NSXMLParser.h-3O36ICIV5NGNB │ │ ├── prfchwintrin.h-2SIDCBYVVEWNB │ │ └── pwd.h-2PBI8I3ROMENB │ ├── NC │ │ ├── mach_port.h-3UA20N8AMO2NC │ │ └── proc.h-PI3HXMOHVGNC │ ├── NE │ │ └── cdefs.h-2628OGWW4B8NE │ ├── NG │ │ └── x86_64-apple-macos.swiftinterface-3ATB2HFTQW9NG │ ├── NJ │ │ └── wchar.h-1ZYPBKE6AEZNJ │ ├── NK │ │ └── CFLocale.h-1CO8CX9114BNK │ ├── NL │ │ └── CGEventSource.h-18Y6NOMGK3HNL │ ├── NN │ │ └── avx512vlbwintrin.h-42D5ZG3XEYNN │ ├── NO │ │ └── bank_types.h-3S4H929VZJWNO │ ├── NP │ │ ├── ip6.h-3HJE2MSSWWZNP │ │ └── ip_icmp.h-1WABPI789AWNP │ ├── NR │ │ └── SecPolicySearch.h-2S4PT1JCRQVNR │ ├── NV │ │ └── vm_types.h-3OHXGHXUINLNV │ ├── NY │ │ └── CFNumberFormatter.h-1HIBKTV8ZTMNY │ ├── NZ │ │ ├── AERegistry.h-2B4B3PEMKABNZ │ │ └── clwbintrin.h-1B6F4VLXJCINZ │ ├── O2 │ │ ├── SKAnalysis.h-C9R5N0VM9NO2 │ │ └── avx512pfintrin.h-BJZM2EJJS6O2 │ ├── O3 │ │ └── cpuid.h-3IIL3N4XT7LO3 │ ├── O4 │ │ └── PEFBinaryFormat.h-CDYK8YFDZOO4 │ ├── O5 │ │ ├── _wctype.h-2DHMV8ETLKMO5 │ │ └── cssmerr.h-16DIO0YD67KO5 │ ├── O6 │ │ └── CFURLEnumerator.h-31VUP3FCRFYO6 │ ├── O7 │ │ └── NSHTTPCookie.h-17JGP4UDYVTO7 │ ├── O8 │ │ └── acct.h-TZPDJD1T7BO8 │ ├── OA │ │ └── AvailabilityMacros.h-3TSRAOHX54UOA │ ├── OC │ │ └── CGDataConsumer.h-3IWQG4A8VONOC │ ├── OF │ │ ├── CGSession.h-CJO5286NHBOF │ │ └── SecSignVerifyTransform.h-2NM4YX9TD04OF │ ├── OG │ │ └── _iovec_t.h-23K0ZKMMEQGOG │ ├── OJ │ │ └── data.h-2YHD2T2E3JAOJ │ ├── OK │ │ └── CGGeometry.h-27WOE7C7RV4OK │ ├── OL │ │ └── strings.h-31F2M8L1JJ3OL │ ├── OM │ │ └── vm_map.h-36AD7LJJBWYOM │ ├── OO │ │ ├── SecProtocolObject.h-30Z0ABWJBT5OO │ │ └── _regex.h-IYT73EZ96LOO │ ├── OP │ │ └── cssmkrapi.h-18LMWPS3V19OP │ ├── OR │ │ └── NSInvocation.h-3NAPBP161VJOR │ ├── OS │ │ └── SCSITask.h-3N6LFICZQSJOS │ ├── OT │ │ └── NSMetadata.h-6Q9M62KVKOT │ ├── OV │ │ ├── IOGraphicsInterfaceTypes.h-P44ANQQ4HROV │ │ └── mach_types.h-3PVQKPTUVTSOV │ ├── OW │ │ └── NSPersistentStore.h-3IPRSO6W7PWOW │ ├── OY │ │ ├── IOBlockStorageDevice.h-CPC7YC700POY │ │ ├── NSDecimal.h-WYIFEIM6C8OY │ │ └── locale.h-1QWICS3ICR0OY │ ├── OZ │ │ ├── CFCalendar.h-2XMI94FA07OOZ │ │ └── paths.h-4P4V16CU6LOZ │ ├── P0 │ │ ├── NSExpressionDescription.h-2O8WERPGXDCP0 │ │ ├── NSURLConnection.h-3PVX4W2XUW7P0 │ │ └── _mach_port_t.h-3QHTB5MXABXP0 │ ├── P8 │ │ └── CGPDFScanner.h-QLOPGK010P8 │ ├── P9 │ │ ├── CFAvailability.h-49WDVC49S8P9 │ │ ├── avx512vlvbmi2intrin.h-U3OGBOG1QEP9 │ │ └── clonefile.h-VG5RZNZRDQP9 │ ├── PA │ │ ├── CFTree.h-2X4408G2BBRPA │ │ ├── NSBatchDeleteRequest.h-1ED3YZJYEFAPA │ │ └── NSZone.h-3OXIBV395CJPA │ ├── PC │ │ └── NSIndexPath.h-1V1PGVR106SPC │ ├── PD │ │ └── NSUnit.h-26Y813AO6A7PD │ ├── PG │ │ └── sdt_isa.h-2AOVDEUAX1APG │ ├── PH │ │ ├── CFArray.h-2EP7O9Y3Q6DPH │ │ ├── NSNotification.h-1LFEV9HFWALPH │ │ ├── block.h-18V9U4EE7GLPH │ │ └── inet.h-RW7W6IJJI3PH │ ├── PI │ │ ├── SecStaticCode.h-1J8OO91HZZLPI │ │ ├── TextCommon.h-1KAOVRSMTXMPI │ │ ├── _guid_t.h-2KV9OMP2A67PI │ │ └── fnmatch.h-1IV8K8NQIF0PI │ ├── PJ │ │ └── IOEthernetStats.h-3UY800QSTKRPJ │ ├── PK │ │ └── NSOrderedCollectionDifference.h-N3XP0QC4MOPK │ ├── PM │ │ └── unctrl.h-1GU6PIFNRXNPM │ ├── PN │ │ ├── audit_session.h-NGS14JSXO8PN │ │ └── ptwriteintrin.h-14B2RX76KMWPN │ ├── PO │ │ ├── IOBDBlockStorageDevice.h-3TWTKK3QEPPO │ │ └── avx512fintrin.h-A368F6WPQSPO │ ├── PP │ │ └── time_value.h-20XPR3POO3WPP │ ├── PQ │ │ ├── CoreFoundation.h-37EP5H7RFK8PQ │ │ └── SKSummary.h-QA3RYKG99MPQ │ ├── PU │ │ └── _suseconds_t.h-22LTG664VIPU │ ├── PV │ │ ├── SecAccessControl.h-EI1W6ACU7EPV │ │ ├── avx512ifmavlintrin.h-28UHG84ZXP6PV │ │ └── host_security.h-B45PN4DUS5PV │ ├── PW │ │ ├── CFSocketStream.h-11JY28N7TDGPW │ │ └── NSAutoreleasePool.h-3I53VAG3RDQPW │ ├── PX │ │ └── IOCFURLAccess.h-2ZTENDUTL55PX │ ├── PY │ │ ├── NSFileProviderActions.h-6VZDS95XBNPY │ │ └── NSString.h-3RY13W24QC9PY │ ├── PZ │ │ ├── LSOpen.h-19ETDGFUGWSPZ │ │ └── x86_64-apple-macos.swiftinterface_KeyPaths-H0WDHRNCUMPZ │ ├── Q0 │ │ └── CFPlugIn.h-1A1WVX120XHQ0 │ ├── Q2 │ │ └── x86_64-apple-macos.swiftinterface-14QZ3ZRQEVOQ2 │ ├── Q3 │ │ ├── tcpip.h-15T9R1LTHGHQ3 │ │ └── udp.h-3P4ZPD6O863Q3 │ ├── Q4 │ │ ├── NSDictionary.h-3RJYFDJCXCZQ4 │ │ ├── if_llc.h-2DNTQMGOBCPQ4 │ │ └── machine.h-2QW3UOCC9U9Q4 │ ├── Q6 │ │ └── processor_info.h-5YTXED6H3RQ6 │ ├── Q8 │ │ ├── mach_vm.h-280WQVWN8IJQ8 │ │ └── ulimit.h-FTFMZGHVZ0Q8 │ ├── Q9 │ │ ├── NSPersistentContainer.h-3LX6YHGKYFLQ9 │ │ └── string.h-33VZ96EE9F6Q9 │ ├── QB │ │ └── malloc.h-16BU8MVXUB5QB │ ├── QD │ │ ├── ttydefaults.h-1GPCAT46B47QD │ │ └── user.h-FQJ6PG0RSDQD │ ├── QE │ │ ├── CGPDFContext.h-30BCLCUQNICQE │ │ ├── _malloc.h-3IMQY5D0FU8QE │ │ └── in_pcb.h-2NC0ZWD3L4YQE │ ├── QF │ │ └── SecKey.h-2UXK80EFIGMQF │ ├── QG │ │ └── clock_priv.h-1PU50IOAMF3QG │ ├── QH │ │ └── audit_filter.h-8CHMJ4U4T7QH │ ├── QK │ │ ├── SecKeychainItem.h-Y67PXPR0EWQK │ │ └── getopt.h-13VPT51BKDHQK │ ├── QL │ │ ├── OSKextLib.h-2IUVJU2GJ2XQL │ │ ├── OSUtils.h-3DFVYTA6W82QL │ │ ├── avx512erintrin.h-2PHGPWYH3GBQL │ │ └── syslimits.h-2GM84QT4QG7QL │ ├── QM │ │ ├── CFDate.h-38WXEPDU1EMQM │ │ └── avx512vpopcntdqintrin.h-39MPB32JD77QM │ ├── QN │ │ ├── CFBinaryHeap.h-10V67YC3U8VQN │ │ └── _uintmax_t.h-3V11YXBHKYSQN │ ├── QQ │ │ ├── IOBDMediaBSDClient.h-322SJA815UYQQ │ │ ├── OSByteOrder.h-31RMCHV2BTQQ │ │ └── sync_policy.h-1RM0ML8MMXZQQ │ ├── QR │ │ └── _wctrans_t.h-28AD9GPNW85QR │ ├── QS │ │ ├── IOPMLibDefs.h-2RFBJEDZL9EQS │ │ └── NSPathUtilities.h-3961CJ2KWC5QS │ ├── QV │ │ └── ah.h-NHZ4E3AV9ZQV │ ├── QW │ │ └── processor.h-13XSNF8FGO9QW │ ├── QX │ │ └── SecAsn1Coder.h-16WEKTMYVMEQX │ ├── QZ │ │ ├── gethostuuid.h-1GL7KDBV5F2QZ │ │ └── ndbm.h-1Z2U6MR9ZA9QZ │ ├── R0 │ │ ├── LSSharedFileList.h-A8R1AIY011R0 │ │ └── in_systm.h-1QRRTF9RN2GR0 │ ├── R1 │ │ └── monetary.h-13E5XIXBVNPR1 │ ├── R2 │ │ ├── NSUserScriptTask.h-2MTWI9XOPZWR2 │ │ ├── SecBase.h-33D4IWA48EJR2 │ │ └── port.h-2MHOO877HJVR2 │ ├── R3 │ │ └── NSFileProviderReplicatedExtension.h-3CCIQTM9AI8R3 │ ├── R4 │ │ ├── IOCFBundle.h-10QAREMX323R4 │ │ └── ev_keymap.h-HNBD37D0MR4 │ ├── R5 │ │ ├── Data+QuickFileConvertable.swift-2JGRNXO2PXFR5 │ │ ├── Gestalt.h-MVTMLV9KPSR5 │ │ └── _u_int32_t.h-HVLAOSXRKAR5 │ ├── R8 │ │ └── ioccom.h-HSOV8Y6QNBR8 │ ├── R9 │ │ ├── MacErrors.h-278BJVYOSLHR9 │ │ ├── NSMassFormatter.h-3HDAOGY3J06R9 │ │ └── Target.h-3FMDO2M29BDR9 │ ├── RA │ │ └── f16cintrin.h-3QLNDTRSPLMRA │ ├── RB │ │ ├── byte_order.h-1O0V6R3FLF5RB │ │ ├── unistd.h-31Q0SP3NYICRB │ │ └── wait.h-YBARF75OEIRB │ ├── RC │ │ └── SCSICmds_REPORT_LUNS_Definitions.h-1TLCBRQQCLNRC │ ├── RF │ │ ├── CFByteOrder.h-2NF6819ZAL7RF │ │ ├── IOPMKeys.h-HCXTLQ61C8RF │ │ ├── avx512vlvnniintrin.h-2ZJYT4J6JO2RF │ │ └── iconv.h-2D7XOABAUEFRF │ ├── RH │ │ └── HFSVolumes.h-31JVQB3PNR9RH │ ├── RK │ │ └── audit_triggers_types.h-N3MN1NEAIRK │ ├── RM │ │ ├── base.h-AV13KCIGL1RM │ │ └── fp_reg.h-2RQ2A0EBRA2RM │ ├── RN │ │ └── uio.h-1VWR2RRJRM5RN │ ├── RO │ │ └── ipc.h-1WXC3CGSXN5RO │ ├── RP │ │ └── NSFileProviderItemDecoration.h-3BG6Q1LSKV0RP │ ├── RQ │ │ └── IOFireWireSBP2Lib.h-371NJ3QC7BNRQ │ ├── RR │ │ └── memory_entry.h-HZAVGRXDQBRR │ ├── RS │ │ └── if_types.h-34DRPBZ8AE0RS │ ├── RV │ │ └── IOFramebufferShared.h-L00W56OXI4RV │ ├── RW │ │ ├── Collections.h-320VUYVXW7HRW │ │ └── _intptr_t.h-3VEO74THVYYRW │ ├── RX │ │ └── thread_special_ports.h-3AULFXAOQYXRX │ ├── RY │ │ └── CGColorSpace.h-I24IWENYT7RY │ ├── RZ │ │ └── bootp.h-OFIIL7WG0LRZ │ ├── S0 │ │ └── NSScriptCommand.h-1XK1F9OYSXJS0 │ ├── S1 │ │ ├── CGFunction.h-1K9JU3SUG7BS1 │ │ ├── QuickDataFile.swift-1NK87E4ATSIS1 │ │ ├── exc.h-6JBWL20PHSS1 │ │ └── x86_64-apple-macos.swiftinterface_Math-1AQNC3D9CLDS1 │ ├── S3 │ │ └── vm_param.h-2BIII6Q3I23S3 │ ├── S4 │ │ └── thread_switch.h-3RYU7CCDICMS4 │ ├── S5 │ │ ├── IOAppleLabelScheme.h-1SMAR22E9J2S5 │ │ ├── IconStorage.h-18BAT1BWMS0S5 │ │ └── endpoint.h-EHFXMB8JIZS5 │ ├── S6 │ │ └── bmi2intrin.h-131CMR2SC4HS6 │ ├── S7 │ │ └── fenv.h-1A8QL1CKFRHS7 │ ├── S8 │ │ └── pfkeyv2.h-YFZP9G7XUYS8 │ ├── SC │ │ ├── AuthorizationPlugin.h-LO6SXS2ECASC │ │ └── _u_int64_t.h-3CYTF3RX51ESC │ ├── SE │ │ └── mach_voucher_types.h-2T3PO7VZ41RSE │ ├── SG │ │ ├── NSFileCoordinator.h-1QHVKKIZMVQSG │ │ └── _nlink_t.h-1OVP2RJC6I0SG │ ├── SH │ │ ├── CGDisplayConfiguration.h-SBDRPPGVWZSH │ │ └── NSCalendar.h-1X5NDLERZMWSH │ ├── SJ │ │ └── _types.h-VZDG7HY9SOSJ │ ├── SL │ │ └── NSValue.h-12883WU9ZGMSL │ ├── SM │ │ └── NSClassDescription.h-O6REJHHNPBSM │ ├── SN │ │ ├── LibcOverlayShims.h-2YZ7D2SWWXTSN │ │ ├── NSExtensionContext.h-16PHP5PA9ALSN │ │ ├── Protocol.h-3SON16LTJZYSN │ │ └── stdarg.h-3S6DNLGA05USN │ ├── SO │ │ └── _gid_t.h-2ZGSY7LEXY6SO │ ├── SP │ │ └── ucred.h-1MVR6Y1L2JGSP │ ├── SQ │ │ └── NSScriptCoercionHandler.h-AQAPG37KB0SQ │ ├── SR │ │ └── SecRandom.h-34SNSLS2BIOSR │ ├── SS │ │ └── avx512vlbf16intrin.h-1IHJ4R5DJ3NSS │ ├── SU │ │ └── vm_page_size.h-3OLH9ZN2LZHSU │ ├── SV │ │ └── IOHIDParameter.h-2XEUQ1ZTL1USV │ ├── SW │ │ ├── CFCharacterSet.h-2U0IBRW6VY4SW │ │ └── DASession.h-3B9MA6FCXO6SW │ ├── SX │ │ └── _uint8_t.h-1L7YNDCP7PXSX │ ├── SY │ │ ├── _pthread_rwlock_t.h-2GSBVWP7AMLSY │ │ ├── pconfigintrin.h-1Y7UH3N8IP3SY │ │ ├── spawn.h-XUVTLT79TSSY │ │ └── x86_64-apple-macos.swiftinterface_Collection-UVODRSZUAGSY │ ├── T0 │ │ ├── KeychainCore.h-CD0418SV8T0 │ │ └── NSMappingModel.h-2L7INOE5WLVT0 │ ├── T1 │ │ └── NSPersistentHistoryToken.h-1HOAMS6BBGT1 │ ├── T3 │ │ └── GlobalObjects.h-DW7QQ9EHZ7T3 │ ├── T4 │ │ ├── Endian.h-1V1A9TX21LCT4 │ │ └── SecIdentity.h-1UQJY78XWJ7T4 │ ├── T7 │ │ └── zone_info.h-R3CARMJQLLT7 │ ├── T9 │ │ └── objc.h-1P9NQAP5YCGT9 │ ├── TA │ │ └── _ctermid.h-BDGZQQ5K6MTA │ ├── TB │ │ └── SecImportExport.h-3E3A9AJRDQFTB │ ├── TD │ │ └── UnicodeUtilities.h-PMBAZ87WCDTD │ ├── TE │ │ └── CGFont.h-35636JPOSK8TE │ ├── TF │ │ └── IODVDTypes.h-1NH8LKIPMU5TF │ ├── TG │ │ ├── NSFileProviderExtension.h-2UTA0PDLYW7TG │ │ └── tbmintrin.h-H0WSFX8U0YTG │ ├── TJ │ │ ├── IOCFSerialize.h-1K9BTT58OLHTJ │ │ └── memory_object_types.h-V6PHLO1CRLTJ │ ├── TL │ │ └── NSDistantObject.h-1S6C7PEZU63TL │ ├── TM │ │ └── clzerointrin.h-2BD248B7YL5TM │ ├── TO │ │ └── SKDocument.h-2W6U2GG74QUTO │ ├── TQ │ │ ├── _wchar.h-3AM4MLJL7RCTQ │ │ └── vm_sync.h-1DGH86ZM0WTQ │ ├── TS │ │ └── grp.h-25K8Z6J4LKPTS │ ├── TT │ │ └── hfs_unistr.h-8J1FYWHCPKTT │ ├── TW │ │ └── qos.h-2RC87YI09QXTW │ ├── TX │ │ └── lwpintrin.h-356T5DRKI5DTX │ ├── TZ │ │ ├── _ucontext.h-3F3PITSJ9ZDTZ │ │ └── cpio.h-ZC3T0OLPCPTZ │ ├── U2 │ │ └── NSScriptStandardSuiteCommands.h-7CTC447LHMU2 │ ├── U4 │ │ └── IOATAStorageDefines.h-18J6SX9YIASU4 │ ├── U5 │ │ ├── NSNull.h-VFMCIQL3XU5 │ │ ├── _ino64_t.h-13TG4TDOTG9U5 │ │ ├── gfniintrin.h-3PBR6CVPTKNU5 │ │ └── oidscrl.h-3OSHLWW76X9U5 │ ├── U6 │ │ └── CGDisplayStream.h-1J6HZUC67BWU6 │ ├── U7 │ │ └── NSFetchIndexDescription.h-1LGF3VDFQKZU7 │ ├── U8 │ │ └── cssmconfig.h-6GXUC5IJUUU8 │ ├── U9 │ │ ├── FSEvents.h-2H2N4XGJ6B8U9 │ │ └── NSTimer.h-3O3FWTGIJ6FU9 │ ├── UA │ │ ├── IOBDTypes.h-26MIQWQOVKOUA │ │ └── NSPropertyDescription.h-3FLG3PBUF5IUA │ ├── UB │ │ ├── CFStream.h-3LWAM7P3XG8UB │ │ └── kern_control.h-19OOYFMBSEXUB │ ├── UE │ │ └── icmp_var.h-2OHNSGQAOPJUE │ ├── UF │ │ ├── SecACL.h-R09X2WR0KGUF │ │ ├── _posix_availability.h-2UDTP2XNNDRUF │ │ └── object.h-2EG7G69N3EQUF │ ├── UG │ │ ├── CGGradient.h-1IWV0H0HSN0UG │ │ └── x86_64-apple-macos.swiftinterface_Pointer-3VBDZNUFEDLUG │ ├── UI │ │ └── _caddr_t.h-1TQPQOII62RUI │ ├── UJ │ │ └── NSISO8601DateFormatter.h-1V267W4JDHGUJ │ ├── UO │ │ └── GenericDataBase.swift-28RBFP8KXXQUO │ ├── UP │ │ ├── AuthSession.h-3DK2FZKEWG8UP │ │ └── mbuf.h-2308RCT1DWSUP │ ├── UR │ │ └── ioss.h-UOXXEUKOJUUR │ ├── US │ │ ├── IOEthernetInterface.h-JDOLDZHYEBUS │ │ └── oidsalg.h-2AGAK4JZRUUS │ ├── UT │ │ └── fmaintrin.h-FNP63ERKZRUT │ ├── UW │ │ ├── CFRunLoop.h-ZWTNVCZXBIUW │ │ ├── IOHIDDevice.h-LZAKMQ8EEOUW │ │ └── vm_info.h-291RQ7UBXRLUW │ ├── UX │ │ ├── CFBag.h-2ZVTQSSJHZ3UX │ │ ├── base.h-2X5UIXHD50JUX │ │ └── msgbuf.h-VM2RISXDZIUX │ ├── UY │ │ └── vcmd.h-G24VGX8DL2UY │ ├── V0 │ │ └── group.h-2QK5MEKAZJ3V0 │ ├── V1 │ │ └── UnicodeConverter.h-2HCS27M7AD0V1 │ ├── V2 │ │ └── CGBitmapContext.h-3543WQHVR8PV2 │ ├── V5 │ │ └── cssmapple.h-2BR8QNCZQ8SV5 │ ├── V7 │ │ ├── CFUtilities.h-2RSG5RXMHWEV7 │ │ └── IOHIDShared.h-10EIS670ZWHV7 │ ├── V9 │ │ ├── CFFileSecurity.h-IRQNE9UWI8V9 │ │ ├── NSURLHandle.h-13F1G5QJGIAV9 │ │ └── in.h-YTD5GDMH8KV9 │ ├── VA │ │ └── NSUserDefaults.h-3F9HCUHPE6YVA │ ├── VE │ │ └── CFNetworkDefs.h-WAHZTLGF38VE │ ├── VG │ │ └── message.h-11AQLUXQCXMVG │ ├── VI │ │ └── thread_policy.h-AJD80WF0F4VI │ ├── VJ │ │ └── fma4intrin.h-8KU9TFEVEHVJ │ ├── VK │ │ ├── IOHIDServiceClient.h-219J8OY0ZFAVK │ │ └── SecIdentitySearch.h-11SX9WK2OOIVK │ ├── VM │ │ ├── IOStorageProtocolCharacteristics.h-NGGJTM0AWNVM │ │ └── NSEntityDescription.h-7CTZOQL9J5VM │ ├── VS │ │ ├── NSEnergyFormatter.h-31TV6UQ6STXVS │ │ └── avx512bitalgintrin.h-ME9XGIG5W2VS │ ├── VT │ │ └── KeyPath.h-1MUEBP88SOZVT │ ├── VU │ │ ├── IOEthernetController.h-23HB5B51XRLVU │ │ └── NSURLCredential.h-12D3ADE0HK7VU │ ├── VV │ │ └── oidscert.h-3E1R86BBPGKVV │ ├── VW │ │ ├── NSUUID.h-GRLF0DA6MMVW │ │ └── ndr_def.h-1Q3GAT8EX2AVW │ ├── VZ │ │ ├── CGPattern.h-CMTYUBJDK0VZ │ │ └── SecPolicy.h-1CJCFVJI1YTVZ │ ├── W1 │ │ └── _string.h-3CVR1ACA6ZJW1 │ ├── W3 │ │ └── _s_ifmt.h-5XWDSXO0BIW3 │ ├── W4 │ │ └── fxsrintrin.h-2XLM6FDTOG6W4 │ ├── W6 │ │ └── SecKeychainSearch.h-9S1P69X7G3W6 │ ├── W7 │ │ └── NSScriptObjectSpecifiers.h-1HBJYY5UB77W7 │ ├── W8 │ │ └── dirent.h-3IMEYRT7OW8W8 │ ├── WB │ │ ├── IOUSBLib.h-2VYN3YHP05KWB │ │ └── NSTextCheckingResult.h-2DQOY4JWI4NWB │ ├── WD │ │ └── NSFetchIndexElementDescription.h-399GPU02507WD │ ├── WE │ │ ├── bmiintrin.h-2AY5G0YKCPLWE │ │ └── x86_64-apple-macos.swiftinterface_String-1WDMPQXG31DWE │ ├── WF │ │ └── SecAccess.h-3O5SLDYEORIWF │ ├── WG │ │ └── audit_domain.h-2Z43NZQFI91WG │ ├── WH │ │ └── thread_status.h-1G9QD7NLEU1WH │ ├── WI │ │ ├── IOHIDBase.h-36Z8NPF429WI │ │ ├── TextEncodingPlugin.h-1T4EZITZO2LWI │ │ └── rbtree.h-3USXA5LLOU4WI │ ├── WJ │ │ └── NSXMLDTDNode.h-DFBFRL3HNAWJ │ ├── WL │ │ └── NSPointerArray.h-1AQ5PGXSX1KWL │ ├── WM │ │ └── AVLTree.h-XBA6EG5QKHWM │ ├── WN │ │ └── IOFireWireLibIsoch.h-3TBVTL5HV3WN │ ├── WP │ │ ├── __stddef_max_align_t.h-3GG27Z1WP0LWP │ │ └── x86_64-apple-macos.swiftinterface_Protocols-22Z80D2N4Q7WP │ ├── WQ │ │ └── resourcevar.h-1UPRLS1W6B7WQ │ ├── WR │ │ ├── NSScanner.h-1JC1TI6DZQ4WR │ │ ├── UTType.h-10ZY5NR1WKCWR │ │ └── dirent.h-3LNV7DY9J5FWR │ ├── WU │ │ └── availability.h-2L6EXARLE2YWU │ ├── WW │ │ └── IOSerialKeys.h-17FWFWPHXTYWW │ ├── WZ │ │ └── NSOrderedSet.h-3P1LGRZ74Z3WZ │ ├── X1 │ │ └── LowMem.h-2JDHE5J87USX1 │ ├── X2 │ │ └── fasttrap_isa.h-2XINKV09LTMX2 │ ├── X3 │ │ ├── CFPreferences.h-38WF92KDUASX3 │ │ └── NSEnumerator.h-2HZO9Y9HD88X3 │ ├── X4 │ │ ├── CGDirectPalette.h-J8XFPJRZQZX4 │ │ ├── SecEncodeTransform.h-3VFK3K1B7PTX4 │ │ └── rtmintrin.h-198VSQ9BAG8X4 │ ├── X6 │ │ ├── NSAppleScript.h-B84J0DRQAOX6 │ │ └── _rsize_t.h-26U3L9NY0YEX6 │ ├── X7 │ │ └── _clock_t.h-2UH0FX3AOUX7 │ ├── X8 │ │ ├── SecureTransport.h-136KJNOID13X8 │ │ └── semaphore.h-3MVD8VZQ9UNX8 │ ├── X9 │ │ ├── certextensions.h-36VVJKQNV13X9 │ │ └── types.h-2G5TRON5QZFX9 │ ├── XA │ │ ├── assert.h-2JTN2YIBQX6XA │ │ └── signal.h-2IF45PLQSFVXA │ ├── XC │ │ ├── CipherSuite.h-3MJR051ZNIMXC │ │ └── port_obj.h-2QB2COB1TN7XC │ ├── XD │ │ ├── err.h-1ML8BYBKI64XD │ │ └── x86_64-apple-macos.swiftinterface_Math_Floating-17IT5I27S4DXD │ ├── XF │ │ └── mach_debug_types.h-XSF42J53A3XF │ ├── XH │ │ └── x86_64-apple-macos.swiftinterface_Collection_Array-2PUI38A9RI5XH │ ├── XJ │ │ ├── ConditionalMacros.h-1QTE6I9BDL9XJ │ │ └── host_info.h-12I33W1T35RXJ │ ├── XK │ │ └── AppleUSBDefinitions.h-1FJPMGO5YY6XK │ ├── XL │ │ └── QuickDB.swift-HN8CREAOA4XL │ ├── XM │ │ └── NSDebug.h-VO9YML9XW3XM │ ├── XO │ │ ├── NSMeasurementFormatter.h-IOMN5XYH4SXO │ │ └── NSPortCoder.h-LXHRZQ615QXO │ ├── XP │ │ └── IOCDMediaBSDClient.h-100ZQPM115ZXP │ ├── XQ │ │ ├── CFUUID.h-3CKIKW55S7ZXQ │ │ ├── IOCFPlugIn.h-Y781T7V934XQ │ │ └── NSXMLDocument.h-2CRE8V6SR7AXQ │ ├── XR │ │ ├── IOFireWireLib.h-1M04H0BJCJLXR │ │ └── IORPC.h-3IHGPOASBEEXR │ ├── XS │ │ ├── DERItem.h-TB2T36ONLIXS │ │ ├── avx512vlcdintrin.h-OFOCP4J5XGXS │ │ └── dyld.h-CDP8WWD9ODXS │ ├── XU │ │ └── _OSByteOrder.h-3DBMFWMH8QSXU │ ├── XV │ │ └── NSUndoManager.h-15KJX0SEZYXV │ ├── XW │ │ └── NSRegularExpression.h-2HMRI0HSD3OXW │ ├── XX │ │ ├── mds_schema.h-19A69NQRMT1XX │ │ └── ndr.h-1ZI4EVT86GLXX │ ├── XY │ │ └── _fsfilcnt_t.h-KJ8PQYAOGPXY │ ├── XZ │ │ ├── Reflection.h-X63I602WB4XZ │ │ └── vm_behavior.h-2PTGRAFT7O0XZ │ ├── Y0 │ │ └── Multiprocessing.h-TCAHM05N9EY0 │ ├── Y1 │ │ └── _ctype.h-2TDEN5B7NI6Y1 │ ├── Y5 │ │ └── pkuintrin.h-9UG7T6QIE0Y5 │ ├── Y7 │ │ └── NSFileManager.h-1TDSVLUKW5PY7 │ ├── Y9 │ │ ├── _monetary.h-33DSJPUJICEY9 │ │ └── ptrauth.h-182MTP0PRCIY9 │ ├── YA │ │ └── _rune_t.h-25YV65IRQ63YA │ ├── YB │ │ ├── NSDate.h-2TF5WQB2JYUYB │ │ └── syscall.h-2RF2JPF4O18YB │ ├── YD │ │ └── IODataQueueClient.h-VUU7CO9DXWYD │ ├── YE │ │ ├── CGRemoteOperation.h-3BAAG84W5JHYE │ │ ├── NSTimeZone.h-3KK4YFOJNESYE │ │ ├── arch.h-2RWCD7W7Q7WYE │ │ └── mig_errors.h-3PFMM0FOW75YE │ ├── YF │ │ └── host_notify.h-3VQ8D2E9E0CYF │ ├── YG │ │ └── Power.h-284FCPX1YF7YG │ ├── YM │ │ ├── DateTimeUtils.h-22XP5R849QWYM │ │ └── _u_char.h-36YQDDVVJKXYM │ ├── YN │ │ ├── CGPDFDictionary.h-1DXBI7M1LYN │ │ └── _id_t.h-19KNGDS5SKPYN │ ├── YO │ │ ├── IOHIDEventSystemClient.h-Z0597VL0T7YO │ │ ├── ftw.h-3KDYVMU4CNBYO │ │ └── thread_state.h-2V8GAW5OOQBYO │ ├── YP │ │ ├── getsect.h-ZUTWR5PLH4YP │ │ └── socketvar.h-17ZPXZSLQO8YP │ ├── YQ │ │ └── IOCFUnserialize.h-2E05VOXM1SYQ │ ├── YR │ │ └── kdebug.h-3F09ZYW1AVHYR │ ├── YS │ │ └── popcntintrin.h-MRCC1Q4YAUYS │ ├── YT │ │ └── NSAttributedString.h-UMYMV6TZNDYT │ ├── YU │ │ ├── NSInflectionRule.h-3IE5MU5XN3WYU │ │ └── curses.h-1O2HCNV45EOYU │ ├── YW │ │ └── _inttypes.h-1NV0J3537HMYW │ ├── YZ │ │ ├── NSAffineTransform.h-3DZPRETBISHYZ │ │ └── kern_event.h-ZJZ2H6MBSOYZ │ ├── Z0 │ │ └── x86_64-apple-macos.swiftinterface_Bool-1UD58DA1141Z0 │ ├── Z1 │ │ └── filio.h-2K929EPKM71Z1 │ ├── Z3 │ │ ├── avx512vpopcntdqvlintrin.h-3U3ETJ8SSTQZ3 │ │ └── mach_param.h-1LUAA8TJW7IZ3 │ ├── Z4 │ │ ├── CGPDFPage.h-X8QLJL6RIKZ4 │ │ ├── _timeval.h-2M01RPCASZ3Z4 │ │ └── x86_64-apple-macos.swiftinterface-1KWRJN4JDIIZ4 │ ├── Z5 │ │ └── thread_info.h-2MVKCVD2N35Z5 │ ├── Z9 │ │ └── NSMapTable.h-3IZ5JH53BGTZ9 │ ├── ZA │ │ ├── IOStorage.h-3IW9XVNPXI1ZA │ │ └── NSMeasurement.h-2FNPXOE3GF8ZA │ ├── ZB │ │ ├── glob.h-B3ZXYV509ZZB │ │ └── termios.h-1E1I71PVZNNZB │ ├── ZC │ │ ├── IOSharedLock.h-2V3KBSA9GN7ZC │ │ ├── NSURLAuthenticationChallenge.h-YRF6AM5MI0ZC │ │ ├── cssmtype.h-79MLZZQ8GOZC │ │ └── vm_statistics.h-3OAMFQYLOLJZC │ ├── ZD │ │ └── trace.h-3NUN2DRE95UZD │ ├── ZG │ │ └── mach_voucher.h-2PMAQKPKKMJZG │ ├── ZH │ │ ├── NSPersistentStoreRequest.h-FBLGN7DI2NZH │ │ └── tgmath.h-260DC2TOXA7ZH │ ├── ZI │ │ ├── IOStreamShared.h-3GVOQ1OULL7ZI │ │ └── SecItem.h-38Q87F8ZBSXZI │ ├── ZJ │ │ ├── CGWindowLevel.h-JS7DG41NR5ZJ │ │ └── NSURLSession.h-2I7PPQFFXHMZJ │ ├── ZK │ │ └── object.h-1B62BUE67NWZK │ ├── ZL │ │ └── if_dl.h-29X798M2PQ2ZL │ ├── ZM │ │ └── uintrintrin.h-26VWB55CVKYZM │ ├── ZN │ │ └── _errno_t.h-BDRZR31Y1ZZN │ ├── ZQ │ │ ├── NSObjCRuntime.h-3NDJ6VMAEH9ZQ │ │ └── _sa_family_t.h-752C6YCRU5ZQ │ ├── ZS │ │ └── IOFireWireAVCLib.h-X59B4A5XI3ZS │ ├── ZT │ │ ├── _fsobj_id_t.h-Z99ZDTZEBLZT │ │ └── nl_types.h-RM1ABN4RLCZT │ ├── ZU │ │ └── hfs_mount.h-30IG75GTT4TZU │ ├── ZV │ │ └── NSPredicate.h-292XHCWL191ZV │ └── ZW │ │ ├── NSMergePolicy.h-203FT2WF78MZW │ │ ├── SKSearch.h-3OZ0VNEFTJZW │ │ └── mount.h-1P21RTOHZR2ZW │ └── units │ ├── CFNetwork-WOPYBVYTVV3P.pcm-3NSCRLKVOSAFU │ ├── CoreData-1DHIL9VVBSYDQ.pcm-2Z0WLOVYAXFBQ │ ├── CoreDataErrors.swift.o-39L8WPL5AWTWZ │ ├── CoreDataStack.swift.o-2YXP6IAE0JI5U │ ├── CoreFoundation-RZX25862PY17.pcm-366NNMBMM782Q │ ├── CoreGraphics-MC4FPA2MN9QR.pcm-2LCV02HDDKDUK │ ├── CoreServices-199P4UTAUTZ7C.pcm-3MNFNFSSNAI4P │ ├── CoreUtils.swift.o-2GPMXGROT9DOK │ ├── Darwin-1IVCWVLR6MT9T.pcm-26V84IVHDAOJG │ ├── Data+QuickFileConvertable.swift.o-113CW0SUV698J │ ├── DiskArbitration-1YS8ZT252YZXQ.pcm-323PIZGI6A93H │ ├── Dispatch-2M9AOUJY3TW9V.pcm-3LZCDM2RF7ALU │ ├── FileProvider-2VC6J4LX2CEA.pcm-1KYMWK3AG9LY7 │ ├── Foundation-2FJBXN8U6QRTS.pcm-23ZJ5U4UG10LT │ ├── GenericDataBase.swift.o-2G1L37HL8K8F │ ├── GenericModel+CoreDataClass.swift.o-1AS702BM1FH1C │ ├── GenericModel+CoreDataProperties.swift.o-3E2L6JN9G5N89 │ ├── GenericModel+Decodable.swift.o-2TPVGEEMNDSWV │ ├── IOKit-PMP3SCKMT7TH.pcm-POX7G2QLMJQZ │ ├── MachO-194CE0O93KDBK.pcm-HKTL99A0WLOP │ ├── MimeType.swift.o-2QUUXOS9TAY41 │ ├── ObjectiveC-1A3ZNHZR9RRLF.pcm-2NSUJ7N83DUX │ ├── QuickDB.swift.o-1JK0HCBK6C8LR │ ├── QuickData+Extensions.swift.o-2KHHIKYA37S9H │ ├── QuickData.swift.o-25MDBNL3IZYWI │ ├── QuickDataFile.swift.o-M08KNAG7XU8Y │ ├── QuickDataRecord.swift.o-3GRE22DXYYGL6 │ ├── QuickFM.swift.o-2HXP3JNZX4DZM │ ├── QuickFileConvertable.swift.o-1TJYOTJHCGMIN │ ├── QuickIndexable.swift.o-F4EU8KH17OXT │ ├── Security-2RB2R7QDU33DQ.pcm-2T6S6528S9HMV │ ├── SwiftOverlayShims-2DA6NLEWJC11R.pcm-3873JPEX8WIGL │ ├── SwiftShims-2DA6NLEWJC11R.pcm-3GF3F6K8V4L1C │ ├── Swime.swift.o-EQFO4HV4ATJI │ ├── XPC-3LIAJY90PG03M.pcm-10NO3LGFDAD2H │ ├── _Builtin_intrinsics-1R9IKGXQLJU0M.pcm-3W3PX0VY4V4D3 │ ├── _Builtin_stddef_max_align_t-1R9IKGXQLJU0M.pcm-32SC99UNWNYXG │ ├── launch-1IVCWVLR6MT9T.pcm-14JC6XY6JN4DH │ ├── libkern-1IVCWVLR6MT9T.pcm-11W66CIN5QQ4G │ ├── os_object-1IVCWVLR6MT9T.pcm-N8SB5QVIB17B │ ├── os_workgroup-1IVCWVLR6MT9T.pcm-3CCW19PB3DDC3 │ ├── ptrauth-1R9IKGXQLJU0M.pcm-VNQTG8ZD7H4X │ ├── x86_64-apple-macos.swiftinterface-1F3Z1RMFYG0M5 │ ├── x86_64-apple-macos.swiftinterface-1FA1ZPKOTXFAU │ ├── x86_64-apple-macos.swiftinterface-1JBS1MLP9FVUE │ ├── x86_64-apple-macos.swiftinterface-1L4DHAZXW2BYM │ ├── x86_64-apple-macos.swiftinterface-1L7F7I4OIC790 │ ├── x86_64-apple-macos.swiftinterface-2K1SQMOR1YXL5 │ ├── x86_64-apple-macos.swiftinterface-2XQ0JRBFAMKL0 │ ├── x86_64-apple-macos.swiftinterface-3BWTJ715YU74Z │ ├── x86_64-apple-macos.swiftinterface-3N3RJC3EWN3HQ │ ├── x86_64-apple-macos.swiftinterface-86XFKYMYOCSF │ └── x86_64-apple-macos.swiftinterface-OTRHX0AFFDF0 ├── .gitignore ├── .swiftpm └── xcode │ └── package.xcworkspace │ └── contents.xcworkspacedata ├── .travis.yml ├── Example ├── Podfile ├── Podfile.lock ├── Pods │ ├── Local Podspecs │ │ └── QuickDB.podspec.json │ ├── Manifest.lock │ ├── Pods.xcodeproj │ │ ├── project.pbxproj │ │ └── project.xcworkspace │ │ │ └── contents.xcworkspacedata │ └── Target Support Files │ │ ├── Pods-QuickDB_Example │ │ ├── Pods-QuickDB_Example-Info.plist │ │ ├── Pods-QuickDB_Example-acknowledgements.markdown │ │ ├── Pods-QuickDB_Example-acknowledgements.plist │ │ ├── Pods-QuickDB_Example-dummy.m │ │ ├── Pods-QuickDB_Example-frameworks.sh │ │ ├── Pods-QuickDB_Example-umbrella.h │ │ ├── Pods-QuickDB_Example.debug.xcconfig │ │ ├── Pods-QuickDB_Example.modulemap │ │ └── Pods-QuickDB_Example.release.xcconfig │ │ ├── Pods-QuickDB_Tests │ │ ├── Pods-QuickDB_Tests-Info.plist │ │ ├── Pods-QuickDB_Tests-acknowledgements.markdown │ │ ├── Pods-QuickDB_Tests-acknowledgements.plist │ │ ├── Pods-QuickDB_Tests-dummy.m │ │ ├── Pods-QuickDB_Tests-umbrella.h │ │ ├── Pods-QuickDB_Tests.debug.xcconfig │ │ ├── Pods-QuickDB_Tests.modulemap │ │ └── Pods-QuickDB_Tests.release.xcconfig │ │ └── QuickDB │ │ ├── QuickDB-Info.plist │ │ ├── QuickDB-dummy.m │ │ ├── QuickDB-prefix.pch │ │ ├── QuickDB-umbrella.h │ │ ├── QuickDB.debug.xcconfig │ │ ├── QuickDB.modulemap │ │ └── QuickDB.release.xcconfig ├── QuickDB.xcodeproj │ ├── project.pbxproj │ ├── project.xcworkspace │ │ ├── contents.xcworkspacedata │ │ └── xcshareddata │ │ │ └── IDEWorkspaceChecks.plist │ └── xcshareddata │ │ └── xcschemes │ │ └── QuickDB-Example.xcscheme ├── QuickDB.xcworkspace │ ├── contents.xcworkspacedata │ └── xcshareddata │ │ └── IDEWorkspaceChecks.plist ├── QuickDB │ ├── AppDelegate.swift │ ├── AppDelegate.swift.orig │ ├── Base.lproj │ │ ├── LaunchScreen.xib │ │ └── Main.storyboard │ ├── ImageModel.swift │ ├── Images.xcassets │ │ ├── AppIcon.appiconset │ │ │ └── Contents.json │ │ ├── Contents.json │ │ └── Image.imageset │ │ │ ├── Contents.json │ │ │ └── ProfileImage.png │ ├── Info.plist │ ├── MyModel.swift │ ├── ViewController.swift │ └── ViewController.swift.orig └── Tests │ ├── ComplexModel.swift │ ├── ImageModel.swift │ ├── Info.plist │ ├── SimpleCodable.swift │ ├── TestQuickData.swift │ ├── Tests.swift │ └── Tests.swift.orig ├── LICENSE ├── Package.swift ├── QuickDB.podspec ├── QuickDB ├── Assets │ └── .gitkeep └── Classes │ ├── .gitkeep │ ├── Core │ ├── CoreDataErrors.swift │ ├── QuickDB.swift │ ├── QuickFM.swift │ └── QuickIndexable.swift │ ├── Extensions │ ├── Data+QuickFileConvertable.swift │ └── QuickFileConvertable.swift │ ├── QuickData │ ├── QuickData+Extensions.swift │ ├── QuickData.swift │ ├── QuickDataFile.swift │ └── QuickDataRecord.swift │ └── Utils │ ├── CoreDataStack.swift │ ├── CoreUtils.swift │ ├── DataBase.xcdatamodeld │ └── DataBase.xcdatamodel │ │ └── contents │ ├── GenericDataBase.swift │ ├── GenericModel+CoreDataClass.swift │ ├── GenericModel+CoreDataProperties.swift │ ├── GenericModel+Decodable.swift │ ├── MimeType.swift │ └── Swime.swift ├── README-CH.md ├── README.md ├── Sources └── QuickDB │ ├── Core │ ├── CoreDataErrors.swift │ ├── QuickDB.swift │ ├── QuickFM.swift │ └── QuickIndexable.swift │ ├── Extensions │ ├── Data+QuickFileConvertable.swift │ └── QuickFileConvertable.swift │ ├── QuickData │ ├── QuickData+Extensions.swift │ ├── QuickData.swift │ ├── QuickDataFile.swift │ └── QuickDataRecord.swift │ └── Utils │ ├── CoreDataStack.swift │ ├── CoreUtils.swift │ ├── DataBase.xcdatamodeld │ └── DataBase.xcdatamodel │ │ └── contents │ ├── GenericDataBase.swift │ ├── GenericModel+CoreDataClass.swift │ ├── GenericModel+CoreDataProperties.swift │ ├── GenericModel+Decodable.swift │ ├── MimeType.swift │ └── Swime.swift ├── Tests └── QuickDBTests │ └── QuickDBTests.swift └── _Pods.xcodeproj /.build/arm64-apple-macosx/build.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/build.db -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/Darwin-14TRD15FCACV2.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/Darwin-14TRD15FCACV2.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/IOKit-1YJU4L4Q03Y5.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/IOKit-1YJU4L4Q03Y5.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/MachO-YWFNV22Z5VUT.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/MachO-YWFNV22Z5VUT.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/XPC-1O6EQOTZ7QBYA.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/XPC-1O6EQOTZ7QBYA.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/launch-14TRD15FCACV2.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/launch-14TRD15FCACV2.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/libDER-2YDAHEQ2C7FF0.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/2VLDC423QWMDG/libDER-2YDAHEQ2C7FF0.pcm -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/Combine-2VB5AD9D94GOX.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/Combine-2VB5AD9D94GOX.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/CoreData-3NYHXZK2GUOBJ.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/CoreData-3NYHXZK2GUOBJ.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/CoreGraphics-RAJ6LXG7SAL3.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/CoreGraphics-RAJ6LXG7SAL3.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/Darwin-GIELUOXQ5YSA.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/Darwin-GIELUOXQ5YSA.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-361R0J8NU3ARI.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/Dispatch-361R0J8NU3ARI.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/FileProvider-1E9GDGJ1E8AFH.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/FileProvider-1E9GDGJ1E8AFH.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/Foundation-1IP91RX438WTY.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/Foundation-1IP91RX438WTY.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/IOKit-17OW4H50W1KTT.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/IOKit-17OW4H50W1KTT.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-VLOUFTHE3DWV.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/ObjectiveC-VLOUFTHE3DWV.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/Swift-JGPGLIQCUJ23.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/Swift-JGPGLIQCUJ23.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/XPC-2PTZWFIU1NHY6.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/XPC-2PTZWFIU1NHY6.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-3P4N8RN6F5QSL.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/ModuleCache/_Concurrency-3P4N8RN6F5QSL.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/ModuleCache/modules.timestamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.abi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.abi.json -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Extensions/QuickFileConvertable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Extensions/QuickFileConvertable.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickDB-Swift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickDB-Swift.h -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickDB.emit-module.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickDB.emit-module.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData+Extensions.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData+Extensions.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+CoreDataClass.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+CoreDataClass.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.d -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.swift.o -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/Utils/Swime.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/master.priors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/master.priors -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/master.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/master.swiftdeps -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/module.modulemap -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.build/output-file-map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.build/output-file-map.json -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.swiftdoc -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.swiftmodule -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDB.swiftsourceinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDB.swiftsourceinfo -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/QuickDBPackageTests.product/Objects.LinkFileList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/QuickDBPackageTests.product/Objects.LinkFileList -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/description.json -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/00/Script.h-1PQS7KH93G800: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/00/Script.h-1PQS7KH93G800 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/00/_nl_item.h-2FUYZMN7ZDC00: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/00/_nl_item.h-2FUYZMN7ZDC00 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/07/MDQuery.h-26HNPVR1S7N07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/07/MDQuery.h-26HNPVR1S7N07 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/07/cssmaci.h-2LWWCQJ3BSZ07: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/07/cssmaci.h-2LWWCQJ3BSZ07 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/08/NSDate.h-1P96IM6ZYHZ08: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/08/NSDate.h-1P96IM6ZYHZ08 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0G/IOPMLib.h-S9CMN341U70G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0G/IOPMLib.h-S9CMN341U70G -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0H/igmp_var.h-2B16QACBYLP0H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0H/igmp_var.h-2B16QACBYLP0H -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0I/search.h-BE9NP4GP2S0I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0I/search.h-BE9NP4GP2S0I -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0J/shm.h-1W48WARISF80J: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0J/shm.h-1W48WARISF80J -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0O/CFData.h-14BSHD9Z2LM0O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0O/CFData.h-14BSHD9Z2LM0O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0O/timeb.h-2NUF02V60WL0O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0O/timeb.h-2NUF02V60WL0O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0P/base.h-1GKXV34ROC0P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0P/base.h-1GKXV34ROC0P -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0U/IOHIDLib.h-1H55FFBH52Z0U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/IOHIDLib.h-1H55FFBH52Z0U -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0U/uuid.h-27TD0T0ZS8Q0U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0U/uuid.h-27TD0T0ZS8Q0U -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/__wctype.h-2Y3NT0M58F80Y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/0Y/__wctype.h-2Y3NT0M58F80Y -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/12/termios.h-1DJI1ENF3KT12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/12/termios.h-1DJI1ENF3KT12 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/15/nlist.h-31VB0NWOLC15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/15/nlist.h-31VB0NWOLC15 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/15/pthread.h-3MMX82CPVT115: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/15/pthread.h-3MMX82CPVT115 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/17/cssmapi.h-2FDVM38CIY917: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/17/cssmapi.h-2FDVM38CIY917 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1A/DASession.h-J0PGSFSHN1A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1A/DASession.h-J0PGSFSHN1A -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1B/in6_var.h-255UFE3XRA61B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1B/in6_var.h-255UFE3XRA61B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1C/System.h-20RCQQSPA841C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1C/System.h-20RCQQSPA841C -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1I/sysctl.h-SA7L7MR7O41I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1I/sysctl.h-SA7L7MR7O41I -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1L/vm_prot.h-28678DZP05X1L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1L/vm_prot.h-28678DZP05X1L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_int8_t.h-2MH339WR3JO1N: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1N/_int8_t.h-2MH339WR3JO1N -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1O/cssmcspi.h-3LT92KOAKN31O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1O/cssmcspi.h-3LT92KOAKN31O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1R/_u_int.h-2ZQJPFKG0NQ1R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1R/_u_int.h-2ZQJPFKG0NQ1R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/1T/ttycom.h-2ZQMN1A6GY21T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/1T/ttycom.h-2ZQMN1A6GY21T -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/20/Swime.swift-MYKT8LQQPW20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/20/Swime.swift-MYKT8LQQPW20 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/21/_pid_t.h-3FAM2X9IFTE21: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/21/_pid_t.h-3FAM2X9IFTE21 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/24/_sigset_t.h-L3QKIW160724: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/24/_sigset_t.h-L3QKIW160724 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/26/CGWindow.h-2MV6RXZXUYJ26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/26/CGWindow.h-2MV6RXZXUYJ26 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/26/route.h-34GSORMGV1U26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/26/route.h-34GSORMGV1U26 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/26/tcp_var.h-16QDQ21U3UK26: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/26/tcp_var.h-16QDQ21U3UK26 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2B/stat.h-2Z8VRU6BQI12B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2B/stat.h-2Z8VRU6BQI12B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2D/_key_t.h-K8LYMMKSYA2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2D/_key_t.h-K8LYMMKSYA2D -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2H/fmtmsg.h-2H2A7ID3QPY2H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2H/fmtmsg.h-2H2A7ID3QPY2H -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_fd_def.h-1JHQPN7GLZD2K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2K/_fd_def.h-1JHQPN7GLZD2K -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2M/time.h-3UIJR7VQQ7P2M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2M/time.h-3UIJR7VQQ7P2M -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2O/util.h-3TS2MSW994R2O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2O/util.h-3TS2MSW994R2O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2P/CGEvent.h-11BW0Y30DRU2P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2P/CGEvent.h-11BW0Y30DRU2P -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2R/_locale.h-3E06S75YEY22R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2R/_locale.h-3E06S75YEY22R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2T/NSDecimal.h-K8RER7KXTY2T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2T/NSDecimal.h-K8RER7KXTY2T -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/2W/NSBundle.h-DYYSYKUJLB2W: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/2W/NSBundle.h-DYYSYKUJLB2W -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/32/kext_net.h-3LSMUGOHX0132: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/32/kext_net.h-3LSMUGOHX0132 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/36/raw_ip6.h-2BR1MT2O7PB36: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/36/raw_ip6.h-2BR1MT2O7PB36 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/38/debug.h-8VXGH494PL38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/38/debug.h-8VXGH494PL38 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/38/tar.h-1EODT1LPJWF38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/38/tar.h-1EODT1LPJWF38 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3C/msg.h-2R6YA19OESO3C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3C/msg.h-2R6YA19OESO3C -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3I/mach.h-3OQ72XQ2K723I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3I/mach.h-3OQ72XQ2K723I -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3J/bpf.h-13H1VU7CC9U3J: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3J/bpf.h-13H1VU7CC9U3J -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3M/CGError.h-D9DBG957EQ3M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/CGError.h-D9DBG957EQ3M -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3M/NSProxy.h-DA614VX1B3M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3M/NSProxy.h-DA614VX1B3M -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3N/NSData.h-Y62K06HCDA3N: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3N/NSData.h-Y62K06HCDA3N -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3R/arch.h-2JCVG3I145U3R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3R/arch.h-2JCVG3I145U3R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3T/param.h-RSMIRBZ1CB3T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3T/param.h-RSMIRBZ1CB3T -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/3U/data.h-20PKNGCGAPB3U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/3U/data.h-20PKNGCGAPB3U -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/40/icmp6.h-171DKWMOA0A40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/40/icmp6.h-171DKWMOA0A40 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/42/lctx.h-3D5YRMLY6LD42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/42/lctx.h-3D5YRMLY6LD42 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/44/USB.h-1ZPOPTFKGHE44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/44/USB.h-1ZPOPTFKGHE44 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/44/wctype.h-39XI1WQM4ZS44: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/44/wctype.h-39XI1WQM4ZS44 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/48/sbuf.h-2ORU0HRU8N948: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/48/sbuf.h-2ORU0HRU8N948 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/49/ldsyms.h-27JXT822Z8V49: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/49/ldsyms.h-27JXT822Z8V49 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/49/ttychars.h-VG8YX3BBGB49: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/49/ttychars.h-VG8YX3BBGB49 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4A/wordexp.h-3CYB9X1Y2FZ4A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4A/wordexp.h-3CYB9X1Y2FZ4A -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4B/MDSchema.h-36IGR381TR54B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/MDSchema.h-36IGR381TR54B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4B/unistd.h-2CYNYYTR28U4B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4B/unistd.h-2CYNYYTR28U4B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4G/times.h-3FJARNQDZQC4G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4G/times.h-3FJARNQDZQC4G -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4L/MDLabel.h-3W3OROYXY134L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4L/MDLabel.h-3W3OROYXY134L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4O/NSSet.h-2MLA4KIX99E4O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/NSSet.h-2MLA4KIX99E4O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4O/time.h-2PGAYBARLLF4O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4O/time.h-2PGAYBARLLF4O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4P/inttypes.h-33RLGVS83KY4P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/inttypes.h-33RLGVS83KY4P -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4P/xattr.h-2DX7GWF3A834P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4P/xattr.h-2DX7GWF3A834P -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4R/stddef.h-FQM0AR1NR04R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4R/stddef.h-FQM0AR1NR04R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4V/signal.h-2P6HLIMNNAU4V: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4V/signal.h-2P6HLIMNNAU4V -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/4X/_ssize_t.h-1IHUK27T3C14X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/4X/_ssize_t.h-1IHUK27T3C14X -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/50/semaphore.h-B0FI86BFB250: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/50/semaphore.h-B0FI86BFB250 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/53/vnode.h-H3UX69JZ0H53: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/53/vnode.h-H3UX69JZ0H53 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/54/IOPM.h-CWXP5JVXB554: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/54/IOPM.h-CWXP5JVXB554 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/59/ipcomp.h-1YY08SSZCS859: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/59/ipcomp.h-1YY08SSZCS859 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5E/asm.h-34PJVSZ3PMP5E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5E/asm.h-34PJVSZ3PMP5E -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5J/reloc.h-1ZC2ZGKDH9O5J: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5J/reloc.h-1ZC2ZGKDH9O5J -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5K/_va_list.h-13EMPEUL0G05K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5K/_va_list.h-13EMPEUL0G05K -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5L/errno.h-3J8JAD9EINI5L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5L/errno.h-3J8JAD9EINI5L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5O/udp_var.h-2WV4SWIN5395O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5O/udp_var.h-2WV4SWIN5395O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/AIFF.h-KMN7OHIIZ35Q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5Q/AIFF.h-KMN7OHIIZ35Q -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5S/_endian.h-12FWFBIDJX75S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/_endian.h-12FWFBIDJX75S -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5S/if.h-2O0UVFVVBUH5S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5S/if.h-2O0UVFVVBUH5S -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/5W/OSTypes.h-2QVSORLCYVC5W: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/5W/OSTypes.h-2QVSORLCYVC5W -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/62/cssmcli.h-23QBICAT3YI62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/62/cssmcli.h-23QBICAT3YI62 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/62/ranlib.h-2GIK262BCPB62: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/62/ranlib.h-2GIK262BCPB62 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6A/_stdio.h-1J8KSXCOT2S6A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/_stdio.h-1J8KSXCOT2S6A -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6A/_strings.h-3JL9IQ929QA6A: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6A/_strings.h-3JL9IQ929QA6A -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6E/limits.h-EF6NZAQN1R6E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6E/limits.h-EF6NZAQN1R6E -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6G/ToolUtils.h-HCHE1S103A6G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6G/ToolUtils.h-HCHE1S103A6G -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6K/IOBSD.h-C61QRSKBSI6K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6K/IOBSD.h-C61QRSKBSI6K -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_stdio.h-3D9O3S91UYW6O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_stdio.h-3D9O3S91UYW6O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_stdlib.h-15FFFU2HOAK6O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6O/_stdlib.h-15FFFU2HOAK6O -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6P/fenv.h-17I40V38Y9F6P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6P/fenv.h-17I40V38Y9F6P -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/Files.h-E54GLYEI876Q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6Q/Files.h-E54GLYEI876Q -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6U/message.h-2AJFMCEC1TV6U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6U/message.h-2AJFMCEC1TV6U -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6V/CFBase.h-2P81VDGEAMH6V: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/CFBase.h-2P81VDGEAMH6V -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6V/esp.h-1GQFK509VYS6V: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6V/esp.h-1GQFK509VYS6V -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6X/_select.h-11YCW5OPMOC6X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6X/_select.h-11YCW5OPMOC6X -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/if_ether.h-2892O1137V06Y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/6Y/if_ether.h-2892O1137V06Y -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/74/xlocale.h-1PW6YCCHX3M74: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/74/xlocale.h-1PW6YCCHX3M74 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/77/CFSet.h-3G6R0I3L5H577: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/77/CFSet.h-3G6R0I3L5H577 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/79/NSUUID.h-1ZKRYL5L6R479: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/79/NSUUID.h-1ZKRYL5L6R479 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/79/runtime.h-8QS3N00NDN79: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/79/runtime.h-8QS3N00NDN79 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7B/CGBase.h-2LP8ALE0BWA7B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/CGBase.h-2LP8ALE0BWA7B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7B/LibcShims.h-K4RWF87LMS7B: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7B/LibcShims.h-K4RWF87LMS7B -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7D/Finder.h-YK758WP5CX7D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7D/Finder.h-YK758WP5CX7D -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7F/pipe.h-B3S7JLT96C7F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7F/pipe.h-B3S7JLT96C7F -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSArray.h-20HYX4WHUB17H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7H/NSArray.h-20HYX4WHUB17H -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7I/socket.h-UO3VGM5GYK7I: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7I/socket.h-UO3VGM5GYK7I -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7K/alloca.h-3TNP729IQAP7K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7K/alloca.h-3TNP729IQAP7K -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7K/workloop.h-208Y8SDNYDM7K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7K/workloop.h-208Y8SDNYDM7K -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7L/getsect.h-10B7UIFLWWT7L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7L/getsect.h-10B7UIFLWWT7L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7M/kdebug.h-1CJUPJDRGQE7M: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7M/kdebug.h-1CJUPJDRGQE7M -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7R/kmod.h-3ALFVWM6UOA7R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/kmod.h-3ALFVWM6UOA7R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7R/object.h-2CL4RR2IATW7R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7R/object.h-2CL4RR2IATW7R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7S/MDItem.h-3D5BL0G2LC67S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7S/MDItem.h-3D5BL0G2LC67S -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7X/CFError.h-27YKJA1OS947X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7X/CFError.h-27YKJA1OS947X -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/7Z/limits.h-1OG8CV13JVK7Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/7Z/limits.h-1OG8CV13JVK7Z -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/85/_ctype.h-1F7GCLBGCMH85: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/85/_ctype.h-1F7GCLBGCMH85 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/86/error.h-S8C2KPLOLV86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/86/error.h-S8C2KPLOLV86 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8D/utime.h-1V28B9YJB488D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8D/utime.h-1V28B9YJB488D -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8E/cssmdli.h-CLXJOIZBXA8E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/cssmdli.h-CLXJOIZBXA8E -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8E/malloc.h-ZFAXPKO79K8E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8E/malloc.h-ZFAXPKO79K8E -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8F/exception.h-L7PR47E5OD8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/exception.h-L7PR47E5OD8F -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8F/proc.h-MA24EPZZ3M8F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/proc.h-MA24EPZZ3M8F -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8F/task.h-4RJEOQAZ48F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8F/task.h-4RJEOQAZ48F -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8H/exc.h-2RW7EJ5FJPF8H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8H/exc.h-2RW7EJ5FJPF8H -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8J/CFURL.h-904KRGLQN38J: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8J/CFURL.h-904KRGLQN38J -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8L/kauth.h-EDYYUL6BIT8L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/kauth.h-EDYYUL6BIT8L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8L/x509defs.h-4WQ0IUKZVQ8L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8L/x509defs.h-4WQ0IUKZVQ8L -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8R/if_utun.h-1NLV8FVBA0T8R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8R/if_utun.h-1NLV8FVBA0T8R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/OSReturn.h-1792TIX7QX28Z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/8Z/OSReturn.h-1792TIX7QX28Z -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecCode.h-2AIFQP21RYA90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/90/SecCode.h-2AIFQP21RYA90 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/91/IOPSKeys.h-WORIZ4Q49291: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/91/IOPSKeys.h-WORIZ4Q49291 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/94/utmp.h-IC8UJBPELR94: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/94/utmp.h-IC8UJBPELR94 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/97/sched.h-2186HB5FQX097: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/97/sched.h-2186HB5FQX097 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/98/source.h-JCEDFJD6N698: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/98/source.h-JCEDFJD6N698 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/99/_size_t.h-1WMN0XH487G99: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/99/_size_t.h-1WMN0XH487G99 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9C/loader.h-CD7TRJTK5T9C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9C/loader.h-CD7TRJTK5T9C -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9D/stab.h-3SS13A71JRB9D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9D/stab.h-3SS13A71JRB9D -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9G/KeyPath.h-1BF7RNCHNZK9G: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9G/KeyPath.h-1BF7RNCHNZK9G -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9N/CSCommon.h-1B4V7VCIPB49N: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9N/CSCommon.h-1B4V7VCIPB49N -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9R/Aliases.h-DWS9L59KDF9R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9R/Aliases.h-DWS9L59KDF9R -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9T/CFSocket.h-1UAXUR2AASG9T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9T/CFSocket.h-1UAXUR2AASG9T -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/9U/queue.h-2ZTYXW084IF9U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/9U/queue.h-2ZTYXW084IF9U -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/A0/endian.h-5F44DL0MTXA0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/A0/endian.h-5F44DL0MTXA0 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/A7/oidsbase.h-2716MYAXVNYA7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/A7/oidsbase.h-2716MYAXVNYA7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AI/__wctype.h-6X07FQTJBUAI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AI/__wctype.h-6X07FQTJBUAI -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/unpcb.h-3PNGKCSFA6TAJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AJ/unpcb.h-3PNGKCSFA6TAJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/_blkcnt_t.h-LWHDZNFJZXAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AQ/_blkcnt_t.h-LWHDZNFJZXAQ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AU/_ino_t.h-7TT1FNBJ6AU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/_ino_t.h-7TT1FNBJ6AU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AU/_xlocale.h-1E6B5Z3O6K7AU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AU/_xlocale.h-1E6B5Z3O6K7AU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/ptrauth.h-2GJVY99Q070AZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/AZ/ptrauth.h-2GJVY99Q070AZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BF/statvfs.h-1V2JT2TBVPYBF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BF/statvfs.h-1V2JT2TBVPYBF -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BG/USBSpec.h-36130DYJG89BG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BG/USBSpec.h-36130DYJG89BG -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/RefCount.h-2OK4WIO3NWKBJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/RefCount.h-2OK4WIO3NWKBJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/port.h-CAR5I09DDPBJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BJ/port.h-CAR5I09DDPBJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BK/_types.h-11DI1F7KYCGBK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/_types.h-11DI1F7KYCGBK -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BK/clonefile.h-W1MGZ0UO4JBK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BK/clonefile.h-W1MGZ0UO4JBK -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BL/if_dl.h-3NI9UEJCX57BL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BL/if_dl.h-3NI9UEJCX57BL -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BN/_wint_t.h-W36X40S11JBN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BN/_wint_t.h-W36X40S11JBN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BR/libgen.h-3F07RAIHUNJBR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BR/libgen.h-3F07RAIHUNJBR -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BS/in_pcb.h-15DEIXZC5SIBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BS/in_pcb.h-15DEIXZC5SIBS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BW/oids.h-COJDIB4G5PBW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BW/oids.h-COJDIB4G5PBW -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BX/if_arp.h-24DAKSMDP6YBX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BX/if_arp.h-24DAKSMDP6YBX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BY/types.h-KHWN4RMFYVBY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BY/types.h-KHWN4RMFYVBY -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/poll.h-16DKD7AYKYEBZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/BZ/poll.h-16DKD7AYKYEBZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CA/lock.h-339DFRIFNU0CA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CA/lock.h-339DFRIFNU0CA -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/_mode_t.h-RFXP6PA3MQCJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CJ/_mode_t.h-RFXP6PA3MQCJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CK/stdatomic.h-FRUK482SMLCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CK/stdatomic.h-FRUK482SMLCK -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CM/TextUtils.h-OZJ7HGBP5OCM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CM/TextUtils.h-OZJ7HGBP5OCM -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CO/base.h-1QUZ565LJ0LCO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CO/base.h-1QUZ565LJ0LCO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit.h-3ABS70M7P40CP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CP/audit.h-3ABS70M7P40CP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CR/ethernet.h-3WXSW6XRD2CR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CR/ethernet.h-3WXSW6XRD2CR -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CT/block.h-1NXX6RGJZX8CT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CT/block.h-1NXX6RGJZX8CT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CU/spawn.h-2WKONGOTORLCU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CU/spawn.h-2WKONGOTORLCU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/CV/io.h-2RLAR9ISBCCV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/CV/io.h-2RLAR9ISBCCV -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D0/cssmtpi.h-2FY98HT668SD0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D0/cssmtpi.h-2FY98HT668SD0 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D1/_dev_t.h-CJZNNUBS9MD1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/_dev_t.h-CJZNNUBS9MD1 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D1/complex.h-3BEMDFQG7ZMD1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D1/complex.h-3BEMDFQG7ZMD1 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D2/sockio.h-1HEFDMSZZ2TD2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D2/sockio.h-1HEFDMSZZ2TD2 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D3/MacTypes.h-1NT60UFBMHCD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D3/MacTypes.h-1NT60UFBMHCD3 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D6/emmspi.h-QYEM7JCC22D6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D6/emmspi.h-QYEM7JCC22D6 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D7/if_media.h-2OJGPUWOBM1D7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D7/if_media.h-2OJGPUWOBM1D7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D7/select.h-E6S7E80NFGD7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D7/select.h-E6S7E80NFGD7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/D8/swap.h-3CY4TGM2OUID8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/D8/swap.h-3CY4TGM2OUID8 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DE/objc-api.h-3A9YA0M6CQWDE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DE/objc-api.h-3A9YA0M6CQWDE -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DF/curses.h-1H5DOBHKD11DF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DF/curses.h-1H5DOBHKD11DF -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_int16_t.h-2RFY87RA7S5DG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DG/_int16_t.h-2RFY87RA7S5DG -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/NSError.h-288BSJB90NJDJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DJ/NSError.h-288BSJB90NJDJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_time_t.h-18Y7MQ2S7TIDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DL/_time_t.h-18Y7MQ2S7TIDL -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DP/ip_var.h-2N9UDMU4LSZDP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DP/ip_var.h-2N9UDMU4LSZDP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DT/Math64.h-87DG9EIF8WDT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/Math64.h-87DG9EIF8WDT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DT/filedesc.h-1Q420YEWNJRDT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DT/filedesc.h-1Q420YEWNJRDT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/DY/if_var.h-34DEA66U1EQDY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/DY/if_var.h-34DEA66U1EQDY -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/E9/NSObject.h-2SR28GU5ULDE9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/NSObject.h-2SR28GU5ULDE9 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/E9/stddef.h-2DTKN6PLCKTE9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/E9/stddef.h-2DTKN6PLCKTE9 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EB/cdefs.h-5BWJOCM6AOEB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EB/cdefs.h-5BWJOCM6AOEB -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EH/runetype.h-68PGZV930SEH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EH/runetype.h-68PGZV930SEH -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/conf.h-WCYT3ITVZ1EJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EJ/conf.h-WCYT3ITVZ1EJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EL/param.h-ZYK4MF7KXEL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EL/param.h-ZYK4MF7KXEL -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EO/CFBundle.h-EX96TGNJY3EO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/CFBundle.h-EX96TGNJY3EO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EO/paths.h-5N28MV3FJNEO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EO/paths.h-5N28MV3FJNEO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/spawn.h-3SIPB2FLDX0EQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EQ/spawn.h-3SIPB2FLDX0EQ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/EX/gmon.h-17LQ5YNTI2UEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/EX/gmon.h-17LQ5YNTI2UEX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/F3/fat.h-1MTWZX4GSF5F3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/F3/fat.h-1MTWZX4GSF5F3 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/F5/queue.h-3B2VM7YPV3VF5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/queue.h-3B2VM7YPV3VF5 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/F5/sysexits.h-2W7V24VLV3GF5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/F5/sysexits.h-2W7V24VLV3GF5 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/F8/_uuid_t.h-11U1FTXA5TMF8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/F8/_uuid_t.h-11U1FTXA5TMF8 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/F9/tty.h-FTGPU74OSKF9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/F9/tty.h-FTGPU74OSKF9 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FE/traps.h-2GQWH4ELZZCFE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FE/traps.h-2GQWH4ELZZCFE -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FI/AEMach.h-35E6SUQEVTVFI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FI/AEMach.h-35E6SUQEVTVFI -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FJ/NSValue.h-32SVSO48D78FJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FJ/NSValue.h-32SVSO48D78FJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FJ/libbsm.h-19QA1ZBHL9DFJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FJ/libbsm.h-19QA1ZBHL9DFJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/_wctype_t.h-QBQFXED0CKFQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FQ/_wctype_t.h-QBQFXED0CKFQ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FS/CFHost.h-7SSJJ8RIY7FS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FS/CFHost.h-7SSJJ8RIY7FS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FU/SecBase.h-22Y0P98QWE4FU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FU/SecBase.h-22Y0P98QWE4FU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/FY/emmtype.h-10GAVIXBN4FY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/FY/emmtype.h-10GAVIXBN4FY -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/G6/syslog.h-3TJ2BLMQXAEG6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/G6/syslog.h-3TJ2BLMQXAEG6 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/G7/FSEvents.h-VNHGDQBSB8G7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/FSEvents.h-VNHGDQBSB8G7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/G7/launch.h-3L1GR5ZBTDMG7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/G7/launch.h-3L1GR5ZBTDMG7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GE/time.h-3KQRU3MZHB4GE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GE/time.h-3KQRU3MZHB4GE -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GL/NSLock.h-E45WMAZ6R5GL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GL/NSLock.h-E45WMAZ6R5GL -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSUnit.h-3VF32NUB623GM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GM/NSUnit.h-3VF32NUB623GM -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GN/OSUtils.h-3OBZ5JEQ83RGN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/OSUtils.h-3OBZ5JEQ83RGN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GN/tcp_seq.h-3U4OLA64X8VGN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GN/tcp_seq.h-3U4OLA64X8VGN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GP/utmpx.h-1J92TF6H7RKGP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GP/utmpx.h-1J92TF6H7RKGP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GS/_int64_t.h-18IOGH4BBJOGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GS/_int64_t.h-18IOGH4BBJOGS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GT/xpc.h-169UHKYKYYLGT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GT/xpc.h-169UHKYKYYLGT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/GU/libc.h-2B3TLTYSW2XGU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/GU/libc.h-2B3TLTYSW2XGU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/H2/buf.h-20QGBKHUZDH2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/H2/buf.h-20QGBKHUZDH2 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/H9/objc.h-1EST1JFEHWOH9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/H9/objc.h-1EST1JFEHWOH9 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/HH/_time.h-3MAQ5GW10CQHH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/HH/_time.h-3MAQ5GW10CQHH -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/HN/stdio.h-1OVW4CCAYEDHN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/HN/stdio.h-1OVW4CCAYEDHN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/HR/regex.h-2AWF7MRZKKNHR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/HR/regex.h-2AWF7MRZKKNHR -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/HT/disk.h-16135C9POBMHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/HT/disk.h-16135C9POBMHT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/IN/igmp.h-ZZPR27N20LIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/IN/igmp.h-ZZPR27N20LIN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/IQ/SecACL.h-NT4BSKL30AIQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/IQ/SecACL.h-NT4BSKL30AIQ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/IX/ev.h-11CHEW0DLEBIX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/IX/ev.h-11CHEW0DLEBIX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JA/float.h-FURBUFPU31JA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JA/float.h-FURBUFPU31JA -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JB/un.h-R1VC6DICQ5JB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JB/un.h-R1VC6DICQ5JB -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JI/_types.h-S6K1E2TY7JI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JI/_types.h-S6K1E2TY7JI -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JO/fp.h-19R5I9CZ5AIJO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JO/fp.h-19R5I9CZ5AIJO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JS/rpc.h-25RROIBI01OJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JS/rpc.h-25RROIBI01OJS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/JT/ndrv.h-1LUTN8AJPCEJT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/JT/ndrv.h-1LUTN8AJPCEJT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/KA/Block.h-2PT6M827M5EKA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/KA/Block.h-2PT6M827M5EKA -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/KS/ip.h-3HRS2CC7UNDKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/KS/ip.h-3HRS2CC7UNDKS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/KT/in.h-3ECE3RP6TEXKT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/KT/in.h-3ECE3RP6TEXKT -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/L1/WSTypes.h-6288PT08GL1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/L1/WSTypes.h-6288PT08GL1 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSHost.h-VHPR5QZJ7OL5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/NSHost.h-VHPR5QZJ7OL5 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/L5/sem.h-2D3C7ZKCYPGL5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/L5/sem.h-2D3C7ZKCYPGL5 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/L6/acl.h-3R62BIJ7CGCL6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/L6/acl.h-3R62BIJ7CGCL6 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/L7/aio.h-398J5TLD0GCL7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/L7/aio.h-398J5TLD0GCL7 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/LH/filio.h-2LJUKKFLD1CLH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/LH/filio.h-2LJUKKFLD1CLH -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/LI/quota.h-15K6H5TMNY8LI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/LI/quota.h-15K6H5TMNY8LI -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/LK/ioctl.h-1YQK20YEJF6LK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/LK/ioctl.h-1YQK20YEJF6LK -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/netdb.h-2XOTFX8XPPYLZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/LZ/netdb.h-2XOTFX8XPPYLZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/M6/dlfcn.h-1GOC5GPBP4DM6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/M6/dlfcn.h-1GOC5GPBP4DM6 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MC/clock.h-2WAIMF9KDGIMC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MC/clock.h-2WAIMF9KDGIMC -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MD/mds.h-290B2G28RLSMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MD/mds.h-290B2G28RLSMD -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MF/qos.h-2OYL0LL3FBDMF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MF/qos.h-2OYL0LL3FBDMF -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MP/object.h-16FW51BH6NMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/object.h-16FW51BH6NMP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MP/tgmath.h-B5T3H1VOE9MP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MP/tgmath.h-B5T3H1VOE9MP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MU/mig.h-2XZ4V82RYNTMU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/mig.h-2XZ4V82RYNTMU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/MU/spawn.h-3D1BSCL0X3DMU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/MU/spawn.h-3D1BSCL0X3DMU -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/N4/vm.h-R5HNR7RSMGN4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/N4/vm.h-R5HNR7RSMGN4 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/NB/pwd.h-2PBI8I3ROMENB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/NB/pwd.h-2PBI8I3ROMENB -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/NC/proc.h-PI3HXMOHVGNC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/NC/proc.h-PI3HXMOHVGNC -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/wchar.h-1ZYPBKE6AEZNJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/NJ/wchar.h-1ZYPBKE6AEZNJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/NP/ip6.h-3HJE2MSSWWZNP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/NP/ip6.h-3HJE2MSSWWZNP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/NY/mount.h-2J7Q3FJ2QHLNY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/NY/mount.h-2J7Q3FJ2QHLNY -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/O8/acct.h-TZPDJD1T7BO8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/O8/acct.h-TZPDJD1T7BO8 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/OK/clock.h-1HTQHW5EJNFOK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/OK/clock.h-1HTQHW5EJNFOK -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_regex.h-IYT73EZ96LOO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/OO/_regex.h-IYT73EZ96LOO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/paths.h-4P4V16CU6LOZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/OZ/paths.h-4P4V16CU6LOZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/PC/tcp.h-24QWAGHG7C3PC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/PC/tcp.h-24QWAGHG7C3PC -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/PH/inet.h-RW7W6IJJI3PH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/PH/inet.h-RW7W6IJJI3PH -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/tcpip.h-15T9R1LTHGHQ3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/tcpip.h-15T9R1LTHGHQ3 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/udp.h-3P4ZPD6O863Q3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/Q3/udp.h-3P4ZPD6O863Q3 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/ulimit.h-FTFMZGHVZ0Q8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/Q8/ulimit.h-FTFMZGHVZ0Q8 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/QD/user.h-FQJ6PG0RSDQD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/QD/user.h-FQJ6PG0RSDQD -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/QV/ah.h-NHZ4E3AV9ZQV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/QV/ah.h-NHZ4E3AV9ZQV -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/QZ/ndbm.h-1Z2U6MR9ZA9QZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/QZ/ndbm.h-1Z2U6MR9ZA9QZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/R8/ioccom.h-HSOV8Y6QNBR8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/R8/ioccom.h-HSOV8Y6QNBR8 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/RB/wait.h-YBARF75OEIRB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/RB/wait.h-YBARF75OEIRB -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/RF/iconv.h-2D7XOABAUEFRF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/RF/iconv.h-2D7XOABAUEFRF -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/RN/uio.h-1VWR2RRJRM5RN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/RN/uio.h-1VWR2RRJRM5RN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/RO/ipc.h-1WXC3CGSXN5RO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/RO/ipc.h-1WXC3CGSXN5RO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/bootp.h-OFIIL7WG0LRZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/RZ/bootp.h-OFIIL7WG0LRZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/S4/mman.h-3OAJR16QZ7IS4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/S4/mman.h-3OAJR16QZ7IS4 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/_types.h-VZDG7HY9SOSJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/SJ/_types.h-VZDG7HY9SOSJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/SP/ucred.h-1MVR6Y1L2JGSP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/SP/ucred.h-1MVR6Y1L2JGSP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/SW/setjmp.h-QBNH6C7WMLSW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/SW/setjmp.h-QBNH6C7WMLSW -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/T5/types.h-HRLFSBZ6IOT5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/T5/types.h-HRLFSBZ6IOT5 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSURL.h-1PFY7IMOGIHTM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TM/NSURL.h-1PFY7IMOGIHTM -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TP/in6.h-9KYOR2B6SMTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TP/in6.h-9KYOR2B6SMTP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TS/grp.h-25K8Z6J4LKPTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TS/grp.h-25K8Z6J4LKPTS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TW/math.h-1XFSCZ2UR07TW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/math.h-1XFSCZ2UR07TW -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TW/qos.h-2RC87YI09QXTW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TW/qos.h-2RC87YI09QXTW -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/cpio.h-ZC3T0OLPCPTZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/TZ/cpio.h-ZC3T0OLPCPTZ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/U1/IORPC.h-COA3TK4KRIU1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/U1/IORPC.h-COA3TK4KRIU1 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/U4/attr.h-1QTRRS263QGU4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/U4/attr.h-1QTRRS263QGU4 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UH/base.h-C08K6HE83HUH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UH/base.h-C08K6HE83HUH -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UP/mbuf.h-2308RCT1DWSUP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UP/mbuf.h-2308RCT1DWSUP -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UR/ioss.h-UOXXEUKOJUUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UR/ioss.h-UOXXEUKOJUUR -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UV/event.h-JHUO3QXG46UV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UV/event.h-JHUO3QXG46UV -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UW/_param.h-2NC0FL1O72UW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UW/_param.h-2NC0FL1O72UW -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBag.h-2ZVTQSSJHZ3UX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/CFBag.h-2ZVTQSSJHZ3UX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UX/msgbuf.h-VM2RISXDZIUX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UX/msgbuf.h-VM2RISXDZIUX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/UY/vcmd.h-G24VGX8DL2UY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/UY/vcmd.h-G24VGX8DL2UY -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/once.h-7M2LW4VEX7VQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/VQ/once.h-7M2LW4VEX7VQ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/W1/DADisk.h-YFWLXXESFOW1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/W1/DADisk.h-YFWLXXESFOW1 -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/WC/fcntl.h-2EQPN2T915WC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/WC/fcntl.h-2EQPN2T915WC -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/WM/ipsec.h-1L738QSWWEWM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/WM/ipsec.h-1L738QSWWEWM -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/XD/err.h-1ML8BYBKI64XD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/XD/err.h-1ML8BYBKI64XD -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/XS/dyld.h-CDP8WWD9ODXS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/XS/dyld.h-CDP8WWD9ODXS -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/XX/group.h-WKVVEJMO4NXX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/group.h-WKVVEJMO4NXX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ndr.h-1ZI4EVT86GLXX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/XX/ndr.h-1ZI4EVT86GLXX -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/YA/Timer.h-16TYU7D436XYA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/YA/Timer.h-16TYU7D436XYA -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/YG/Power.h-284FCPX1YF7YG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/YG/Power.h-284FCPX1YF7YG -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/stdio.h-5K793X4HA9YJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/YJ/stdio.h-5K793X4HA9YJ -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/YN/_id_t.h-19KNGDS5SKPYN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/YN/_id_t.h-19KNGDS5SKPYN -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ftw.h-3KDYVMU4CNBYO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/YO/ftw.h-3KDYVMU4CNBYO -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/glob.h-B3ZXYV509ZZB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/ZB/glob.h-B3ZXYV509ZZB -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/trace.h-3NUN2DRE95UZD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/ZD/trace.h-3NUN2DRE95UZD -------------------------------------------------------------------------------- /.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/LSInfo.h-BVUNA04VCKZU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/arm64-apple-macosx/debug/index/store/v5/records/ZU/LSInfo.h-BVUNA04VCKZU -------------------------------------------------------------------------------- /.build/debug: -------------------------------------------------------------------------------- 1 | arm64-apple-macosx/debug -------------------------------------------------------------------------------- /.build/debug.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/debug.yaml -------------------------------------------------------------------------------- /.build/workspace-state.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/workspace-state.json -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/build.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/build.db -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/1L8IELBM8C2E/XPC-3LIAJY90PG03M.pcm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/1L8IELBM8C2E/XPC-3LIAJY90PG03M.pcm -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/Combine-1XU4I712CQDGP.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/Combine-1XU4I712CQDGP.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/CoreData-HG0TDZ7669OT.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/CoreData-HG0TDZ7669OT.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/Darwin-2W4TZD0WRPOJQ.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/Darwin-2W4TZD0WRPOJQ.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/Dispatch-2FEE4Z19194F9.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/Dispatch-2FEE4Z19194F9.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/IOKit-1R3LPHBZPHOER.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/IOKit-1R3LPHBZPHOER.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/Swift-3BJN3RALB29Y7.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/Swift-3BJN3RALB29Y7.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/XPC-2CQ3VURF1BA36.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/ModuleCache/XPC-2CQ3VURF1BA36.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/ModuleCache/modules.timestamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.abi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.abi.json -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/CoreDataErrors.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB.swiftdeps~ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB~partial.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB~partial.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB~partial.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickDB~partial.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM~partial.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM~partial.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM~partial.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickFM~partial.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Core/QuickIndexable.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickDB-Swift.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickDB-Swift.h -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData+Extensions.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData+Extensions.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickData.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataFile.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/QuickData/QuickDataRecord.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreDataStack.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils~partial.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/CoreUtils~partial.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericDataBase.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/GenericModel+Decodable.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType~partial.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/MimeType~partial.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.d -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.swift.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.swift.o -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime~partial.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime~partial.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime~partial.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/Utils/Swime~partial.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/master.priors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/master.priors -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/master.swiftdeps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/master.swiftdeps -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/master.swiftdeps~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/master.swiftdeps~ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/module.modulemap -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.build/output-file-map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.build/output-file-map.json -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.swiftdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.swiftdoc -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.swiftmodule: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.swiftmodule -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/QuickDB.swiftsourceinfo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/QuickDB.swiftsourceinfo -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/description.json -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/01/queue.h-BT9NW8W1JB01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/01/queue.h-BT9NW8W1JB01 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/0U/uuid.h-27TD0T0ZS8Q0U: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/0U/uuid.h-27TD0T0ZS8Q0U -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/15/nlist.h-31VB0NWOLC15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/15/nlist.h-31VB0NWOLC15 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/15/xpc.h-3R1T4NICBRB15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/15/xpc.h-3R1T4NICBRB15 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/18/NSURL.h-FGZ7WV3RKA18: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/18/NSURL.h-FGZ7WV3RKA18 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/2O/util.h-3TS2MSW994R2O: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/2O/util.h-3TS2MSW994R2O -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/2X/time.h-2C8J607M5IQ2X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/2X/time.h-2C8J607M5IQ2X -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/38/debug.h-8VXGH494PL38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/38/debug.h-8VXGH494PL38 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/38/tar.h-1EODT1LPJWF38: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/38/tar.h-1EODT1LPJWF38 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/3C/mach.h-3G3JRY3H3VQ3C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/3C/mach.h-3G3JRY3H3VQ3C -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/3C/msg.h-2R6YA19OESO3C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/3C/msg.h-2R6YA19OESO3C -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/3P/bpf.h-32INVRJFUP13P: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/3P/bpf.h-32INVRJFUP13P -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/3V/mman.h-DJ23RGJHPT3V: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/3V/mman.h-DJ23RGJHPT3V -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/42/lctx.h-3D5YRMLY6LD42: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/42/lctx.h-3D5YRMLY6LD42 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/48/sbuf.h-2ORU0HRU8N948: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/48/sbuf.h-2ORU0HRU8N948 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/52/in6.h-3ASQ553P8DA52: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/52/in6.h-3ASQ553P8DA52 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/5Q/AIFF.h-KMN7OHIIZ35Q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/5Q/AIFF.h-KMN7OHIIZ35Q -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/6K/IOBSD.h-C61QRSKBSI6K: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/6K/IOBSD.h-C61QRSKBSI6K -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/6Q/Files.h-E54GLYEI876Q: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/6Q/Files.h-E54GLYEI876Q -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/6T/base.h-1LQWH7L493Q6T: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/6T/base.h-1LQWH7L493Q6T -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/6V/esp.h-1GQFK509VYS6V: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/6V/esp.h-1GQFK509VYS6V -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/73/tcp.h-22F1BFMNM5V73: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/73/tcp.h-22F1BFMNM5V73 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/7F/pipe.h-B3S7JLT96C7F: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/7F/pipe.h-B3S7JLT96C7F -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/7R/kmod.h-3ALFVWM6UOA7R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/7R/kmod.h-3ALFVWM6UOA7R -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/86/error.h-S8C2KPLOLV86: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/86/error.h-S8C2KPLOLV86 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/8E/shm.h-3F5B67X9WUW8E: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/8E/shm.h-3F5B67X9WUW8E -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/8L/kauth.h-EDYYUL6BIT8L: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/8L/kauth.h-EDYYUL6BIT8L -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/94/utmp.h-IC8UJBPELR94: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/94/utmp.h-IC8UJBPELR94 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/9D/stab.h-3SS13A71JRB9D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/9D/stab.h-3SS13A71JRB9D -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/AJ/swap.h-J8N7R5C8CHAJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/AJ/swap.h-J8N7R5C8CHAJ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/AU/_ino_t.h-7TT1FNBJ6AU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/AU/_ino_t.h-7TT1FNBJ6AU -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/BW/oids.h-COJDIB4G5PBW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/BW/oids.h-COJDIB4G5PBW -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/BY/types.h-KHWN4RMFYVBY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/BY/types.h-KHWN4RMFYVBY -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/BZ/poll.h-16DKD7AYKYEBZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/BZ/poll.h-16DKD7AYKYEBZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/CI/math.h-2K7U8VEQZ4DCI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/CI/math.h-2K7U8VEQZ4DCI -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/CV/if.h-19EUYAYSUOCV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/CV/if.h-19EUYAYSUOCV -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/CZ/IOPM.h-1P2FGD761V9CZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/CZ/IOPM.h-1P2FGD761V9CZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/D3/task.h-1TWKJ1BCIZKD3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/D3/task.h-1TWKJ1BCIZKD3 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EH/time.h-2B0FS9OKFNQEH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EH/time.h-2B0FS9OKFNQEH -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EI/time.h-8RIN71XE4CEI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EI/time.h-8RIN71XE4CEI -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EJ/conf.h-WCYT3ITVZ1EJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EJ/conf.h-WCYT3ITVZ1EJ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EL/param.h-ZYK4MF7KXEL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EL/param.h-ZYK4MF7KXEL -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EO/paths.h-5N28MV3FJNEO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EO/paths.h-5N28MV3FJNEO -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/EX/gmon.h-17LQ5YNTI2UEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/EX/gmon.h-17LQ5YNTI2UEX -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/F9/tty.h-FTGPU74OSKF9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/F9/tty.h-FTGPU74OSKF9 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/FJ/USB.h-3GXC74PZK0IFJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/FJ/USB.h-3GXC74PZK0IFJ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/GS/asm.h-19HRSWOGNWVGS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/GS/asm.h-19HRSWOGNWVGS -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/GU/libc.h-2B3TLTYSW2XGU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/GU/libc.h-2B3TLTYSW2XGU -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/H2/buf.h-20QGBKHUZDH2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/H2/buf.h-20QGBKHUZDH2 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/HF/fcntl.h-FTNH6IXSXRHF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/HF/fcntl.h-FTNH6IXSXRHF -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/HI/once.h-12BWU891SR3HI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/HI/once.h-12BWU891SR3HI -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/HT/disk.h-16135C9POBMHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/HT/disk.h-16135C9POBMHT -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/IN/igmp.h-ZZPR27N20LIN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/IN/igmp.h-ZZPR27N20LIN -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/IX/ev.h-11CHEW0DLEBIX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/IX/ev.h-11CHEW0DLEBIX -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JB/un.h-R1VC6DICQ5JB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JB/un.h-R1VC6DICQ5JB -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/_types.h-S6K1E2TY7JI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/_types.h-S6K1E2TY7JI -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/lock.h-3D2WJMLG5L7JI: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JI/lock.h-3D2WJMLG5L7JI -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JO/fp.h-19R5I9CZ5AIJO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JO/fp.h-19R5I9CZ5AIJO -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JS/rpc.h-25RROIBI01OJS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JS/rpc.h-25RROIBI01OJS -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JT/ndrv.h-1LUTN8AJPCEJT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JT/ndrv.h-1LUTN8AJPCEJT -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/JY/Block.h-VRA8JPQCHHJY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/JY/Block.h-VRA8JPQCHHJY -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/KS/ip.h-3HRS2CC7UNDKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/KS/ip.h-3HRS2CC7UNDKS -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/KU/attr.h-27LIHGZA5Y4KU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/KU/attr.h-27LIHGZA5Y4KU -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/L5/sem.h-2D3C7ZKCYPGL5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/L5/sem.h-2D3C7ZKCYPGL5 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/L6/acl.h-3R62BIJ7CGCL6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/L6/acl.h-3R62BIJ7CGCL6 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/L7/aio.h-398J5TLD0GCL7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/L7/aio.h-398J5TLD0GCL7 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/LM/stat.h-3BKWCA2IIXZLM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/LM/stat.h-3BKWCA2IIXZLM -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/LU/spawn.h-4I0C3DDJFCLU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/LU/spawn.h-4I0C3DDJFCLU -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/M4/fat.h-YYB3KD7NUNM4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/M4/fat.h-YYB3KD7NUNM4 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/M8/dlfcn.h-ABFBXL8SPNM8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/M8/dlfcn.h-ABFBXL8SPNM8 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/MD/mds.h-290B2G28RLSMD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/MD/mds.h-290B2G28RLSMD -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/MF/qos.h-2OYL0LL3FBDMF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/MF/qos.h-2OYL0LL3FBDMF -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/MG/io.h-3LM32UO0NW9MG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/MG/io.h-3LM32UO0NW9MG -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/MU/mig.h-2XZ4V82RYNTMU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/MU/mig.h-2XZ4V82RYNTMU -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/N4/vm.h-R5HNR7RSMGN4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/N4/vm.h-R5HNR7RSMGN4 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/NB/pwd.h-2PBI8I3ROMENB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/NB/pwd.h-2PBI8I3ROMENB -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/NC/proc.h-PI3HXMOHVGNC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/NC/proc.h-PI3HXMOHVGNC -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/NP/ip6.h-3HJE2MSSWWZNP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/NP/ip6.h-3HJE2MSSWWZNP -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/O8/acct.h-TZPDJD1T7BO8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/O8/acct.h-TZPDJD1T7BO8 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/OJ/data.h-2YHD2T2E3JAOJ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/OJ/data.h-2YHD2T2E3JAOJ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/OZ/paths.h-4P4V16CU6LOZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/OZ/paths.h-4P4V16CU6LOZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/PH/inet.h-RW7W6IJJI3PH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/PH/inet.h-RW7W6IJJI3PH -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/Q3/udp.h-3P4ZPD6O863Q3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/Q3/udp.h-3P4ZPD6O863Q3 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/QD/user.h-FQJ6PG0RSDQD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/QD/user.h-FQJ6PG0RSDQD -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/QV/ah.h-NHZ4E3AV9ZQV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/QV/ah.h-NHZ4E3AV9ZQV -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/QZ/ndbm.h-1Z2U6MR9ZA9QZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/QZ/ndbm.h-1Z2U6MR9ZA9QZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/R2/port.h-2MHOO877HJVR2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/R2/port.h-2MHOO877HJVR2 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/RB/wait.h-YBARF75OEIRB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/RB/wait.h-YBARF75OEIRB -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/RM/base.h-AV13KCIGL1RM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/RM/base.h-AV13KCIGL1RM -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/RN/uio.h-1VWR2RRJRM5RN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/RN/uio.h-1VWR2RRJRM5RN -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/RO/ipc.h-1WXC3CGSXN5RO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/RO/ipc.h-1WXC3CGSXN5RO -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/RZ/bootp.h-OFIIL7WG0LRZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/RZ/bootp.h-OFIIL7WG0LRZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/S1/exc.h-6JBWL20PHSS1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/S1/exc.h-6JBWL20PHSS1 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/S7/fenv.h-1A8QL1CKFRHS7: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/S7/fenv.h-1A8QL1CKFRHS7 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/SY/spawn.h-XUVTLT79TSSY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/SY/spawn.h-XUVTLT79TSSY -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/T9/objc.h-1P9NQAP5YCGT9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/T9/objc.h-1P9NQAP5YCGT9 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/TS/grp.h-25K8Z6J4LKPTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/TS/grp.h-25K8Z6J4LKPTS -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/TW/qos.h-2RC87YI09QXTW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/TW/qos.h-2RC87YI09QXTW -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/TZ/cpio.h-ZC3T0OLPCPTZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/TZ/cpio.h-ZC3T0OLPCPTZ -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/U5/NSNull.h-VFMCIQL3XU5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/U5/NSNull.h-VFMCIQL3XU5 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/UP/mbuf.h-2308RCT1DWSUP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/UP/mbuf.h-2308RCT1DWSUP -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/UR/ioss.h-UOXXEUKOJUUR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/UR/ioss.h-UOXXEUKOJUUR -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/UX/base.h-2X5UIXHD50JUX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/UX/base.h-2X5UIXHD50JUX -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/UY/vcmd.h-G24VGX8DL2UY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/UY/vcmd.h-G24VGX8DL2UY -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/V9/in.h-YTD5GDMH8KV9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/V9/in.h-YTD5GDMH8KV9 -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/XD/err.h-1ML8BYBKI64XD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/XD/err.h-1ML8BYBKI64XD -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/XS/dyld.h-CDP8WWD9ODXS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/XS/dyld.h-CDP8WWD9ODXS -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/XX/ndr.h-1ZI4EVT86GLXX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/XX/ndr.h-1ZI4EVT86GLXX -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/YE/arch.h-2RWCD7W7Q7WYE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/YE/arch.h-2RWCD7W7Q7WYE -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/YO/ftw.h-3KDYVMU4CNBYO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/YO/ftw.h-3KDYVMU4CNBYO -------------------------------------------------------------------------------- /.build/x86_64-apple-macosx/debug/index/store/v5/records/ZB/glob.h-B3ZXYV509ZZB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.build/x86_64-apple-macosx/debug/index/store/v5/records/ZB/glob.h-B3ZXYV509ZZB -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.gitignore -------------------------------------------------------------------------------- /.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/.travis.yml -------------------------------------------------------------------------------- /Example/Podfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Podfile -------------------------------------------------------------------------------- /Example/Podfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Podfile.lock -------------------------------------------------------------------------------- /Example/Pods/Local Podspecs/QuickDB.podspec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Local Podspecs/QuickDB.podspec.json -------------------------------------------------------------------------------- /Example/Pods/Manifest.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Manifest.lock -------------------------------------------------------------------------------- /Example/Pods/Pods.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Pods.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/Pods-QuickDB_Tests/Pods-QuickDB_Tests-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/Pods-QuickDB_Tests/Pods-QuickDB_Tests-dummy.m -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB-Info.plist -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB-dummy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB-dummy.m -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB-prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB-prefix.pch -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB-umbrella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB-umbrella.h -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB.debug.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB.debug.xcconfig -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB.modulemap -------------------------------------------------------------------------------- /Example/Pods/Target Support Files/QuickDB/QuickDB.release.xcconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Pods/Target Support Files/QuickDB/QuickDB.release.xcconfig -------------------------------------------------------------------------------- /Example/QuickDB.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Example/QuickDB.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/QuickDB.xcodeproj/xcshareddata/xcschemes/QuickDB-Example.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB.xcodeproj/xcshareddata/xcschemes/QuickDB-Example.xcscheme -------------------------------------------------------------------------------- /Example/QuickDB.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Example/QuickDB.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist -------------------------------------------------------------------------------- /Example/QuickDB/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/AppDelegate.swift -------------------------------------------------------------------------------- /Example/QuickDB/AppDelegate.swift.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/AppDelegate.swift.orig -------------------------------------------------------------------------------- /Example/QuickDB/Base.lproj/LaunchScreen.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Base.lproj/LaunchScreen.xib -------------------------------------------------------------------------------- /Example/QuickDB/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Example/QuickDB/ImageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/ImageModel.swift -------------------------------------------------------------------------------- /Example/QuickDB/Images.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Images.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Example/QuickDB/Images.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Images.xcassets/Contents.json -------------------------------------------------------------------------------- /Example/QuickDB/Images.xcassets/Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Images.xcassets/Image.imageset/Contents.json -------------------------------------------------------------------------------- /Example/QuickDB/Images.xcassets/Image.imageset/ProfileImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Images.xcassets/Image.imageset/ProfileImage.png -------------------------------------------------------------------------------- /Example/QuickDB/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/Info.plist -------------------------------------------------------------------------------- /Example/QuickDB/MyModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/MyModel.swift -------------------------------------------------------------------------------- /Example/QuickDB/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/ViewController.swift -------------------------------------------------------------------------------- /Example/QuickDB/ViewController.swift.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/QuickDB/ViewController.swift.orig -------------------------------------------------------------------------------- /Example/Tests/ComplexModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/ComplexModel.swift -------------------------------------------------------------------------------- /Example/Tests/ImageModel.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/ImageModel.swift -------------------------------------------------------------------------------- /Example/Tests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/Info.plist -------------------------------------------------------------------------------- /Example/Tests/SimpleCodable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/SimpleCodable.swift -------------------------------------------------------------------------------- /Example/Tests/TestQuickData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/TestQuickData.swift -------------------------------------------------------------------------------- /Example/Tests/Tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/Tests.swift -------------------------------------------------------------------------------- /Example/Tests/Tests.swift.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Example/Tests/Tests.swift.orig -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/LICENSE -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Package.swift -------------------------------------------------------------------------------- /QuickDB.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB.podspec -------------------------------------------------------------------------------- /QuickDB/Assets/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QuickDB/Classes/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /QuickDB/Classes/Core/CoreDataErrors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Core/CoreDataErrors.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Core/QuickDB.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Core/QuickDB.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Core/QuickFM.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Core/QuickFM.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Core/QuickIndexable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Core/QuickIndexable.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Extensions/Data+QuickFileConvertable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Extensions/Data+QuickFileConvertable.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Extensions/QuickFileConvertable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Extensions/QuickFileConvertable.swift -------------------------------------------------------------------------------- /QuickDB/Classes/QuickData/QuickData+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/QuickData/QuickData+Extensions.swift -------------------------------------------------------------------------------- /QuickDB/Classes/QuickData/QuickData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/QuickData/QuickData.swift -------------------------------------------------------------------------------- /QuickDB/Classes/QuickData/QuickDataFile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/QuickData/QuickDataFile.swift -------------------------------------------------------------------------------- /QuickDB/Classes/QuickData/QuickDataRecord.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/QuickData/QuickDataRecord.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/CoreDataStack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/CoreDataStack.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/CoreUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/CoreUtils.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/DataBase.xcdatamodeld/DataBase.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/DataBase.xcdatamodeld/DataBase.xcdatamodel/contents -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/GenericDataBase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/GenericDataBase.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/GenericModel+CoreDataClass.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/GenericModel+CoreDataClass.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/GenericModel+CoreDataProperties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/GenericModel+CoreDataProperties.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/GenericModel+Decodable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/GenericModel+Decodable.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/MimeType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/MimeType.swift -------------------------------------------------------------------------------- /QuickDB/Classes/Utils/Swime.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/QuickDB/Classes/Utils/Swime.swift -------------------------------------------------------------------------------- /README-CH.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/README-CH.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/README.md -------------------------------------------------------------------------------- /Sources/QuickDB/Core/CoreDataErrors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Core/CoreDataErrors.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Core/QuickDB.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Core/QuickDB.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Core/QuickFM.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Core/QuickFM.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Core/QuickIndexable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Core/QuickIndexable.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Extensions/Data+QuickFileConvertable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Extensions/Data+QuickFileConvertable.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Extensions/QuickFileConvertable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Extensions/QuickFileConvertable.swift -------------------------------------------------------------------------------- /Sources/QuickDB/QuickData/QuickData+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/QuickData/QuickData+Extensions.swift -------------------------------------------------------------------------------- /Sources/QuickDB/QuickData/QuickData.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/QuickData/QuickData.swift -------------------------------------------------------------------------------- /Sources/QuickDB/QuickData/QuickDataFile.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/QuickData/QuickDataFile.swift -------------------------------------------------------------------------------- /Sources/QuickDB/QuickData/QuickDataRecord.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/QuickData/QuickDataRecord.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/CoreDataStack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/CoreDataStack.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/CoreUtils.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/CoreUtils.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/DataBase.xcdatamodeld/DataBase.xcdatamodel/contents: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/DataBase.xcdatamodeld/DataBase.xcdatamodel/contents -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/GenericDataBase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/GenericDataBase.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/GenericModel+CoreDataClass.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/GenericModel+CoreDataClass.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/GenericModel+CoreDataProperties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/GenericModel+CoreDataProperties.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/GenericModel+Decodable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/GenericModel+Decodable.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/MimeType.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/MimeType.swift -------------------------------------------------------------------------------- /Sources/QuickDB/Utils/Swime.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Sources/QuickDB/Utils/Swime.swift -------------------------------------------------------------------------------- /Tests/QuickDBTests/QuickDBTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/behrad-kzm/QuickDB/HEAD/Tests/QuickDBTests/QuickDBTests.swift -------------------------------------------------------------------------------- /_Pods.xcodeproj: -------------------------------------------------------------------------------- 1 | Example/Pods/Pods.xcodeproj --------------------------------------------------------------------------------