├── .github └── workflows │ └── unit-tests.yml ├── .gitignore ├── .spi.yml ├── .swiftpm └── xcode │ └── xcshareddata │ └── xcschemes │ └── IndexStore.xcscheme ├── Changelog.md ├── IndexStore.doccarchive ├── css │ ├── chunk-384ef189.7ede1ea3.css │ ├── documentation-topic.29351f99.css │ ├── documentation-topic~topic.fccbd76c.css │ ├── documentation-topic~topic~tutorials-overview.1099452b.css │ ├── index.d5b499b0.css │ ├── topic.726a35dc.css │ └── tutorials-overview.2a582c39.css ├── data │ └── documentation │ │ ├── indexstore.json │ │ └── indexstore │ │ ├── configuration.json │ │ ├── configuration │ │ ├── fromjson(at:).json │ │ ├── indexdatabasepath.json │ │ ├── indexstorepath.json │ │ ├── init(from:).json │ │ ├── init(projectdirectory:indexstorepath:indexdatabasepath:libindexstorepath:).json │ │ ├── isrunningunittests.json │ │ ├── libindexstorepath.json │ │ └── projectdirectory.json │ │ ├── indexstore.json │ │ ├── indexstore │ │ ├── configuration.json │ │ ├── declarationsource(fordetails:).json │ │ ├── init(configuration:logger:).json │ │ ├── invocationsofsymbol(_:).json │ │ ├── issymbolinvokedbytestcase(_:).json │ │ ├── logger.json │ │ ├── pollforchangesandwait().json │ │ ├── querysymbols(_:).json │ │ ├── recursiveinheritencecheck(symbol:name:).json │ │ ├── resolveinheritenceforoccurence(_:).json │ │ ├── resolveparentforoccurence(_:).json │ │ ├── sourcecontents(fordetails:).json │ │ ├── sourcesymbolfromoccurence(_:).json │ │ ├── sourcesymbols(conformingtoprotocol:).json │ │ ├── sourcesymbols(conformingtoprotocol:in:).json │ │ ├── sourcesymbols(foremptyextensionsmatching:).json │ │ ├── sourcesymbols(subclassing:).json │ │ ├── sourcesymbols(subclassing:in:).json │ │ ├── swiftsourcefiles(inprojectdirectory:).json │ │ └── workspace.json │ │ ├── indexstorequery.json │ │ ├── indexstorequery │ │ ├── !=(_:_:).json │ │ ├── alldeclarations(in:matching:).json │ │ ├── alldeclarations(matching:).json │ │ ├── anchorend.json │ │ ├── anchorstart.json │ │ ├── classdeclarations(in:matching:).json │ │ ├── classdeclarations(matching:).json │ │ ├── enumdeclarations(in:matching:).json │ │ ├── enumdeclarations(matching:).json │ │ ├── equatable-implementations.json │ │ ├── extensions(in:matching:).json │ │ ├── extensions(oftype:).json │ │ ├── functions(_:).json │ │ ├── functions(in:matching:).json │ │ ├── ignorecase.json │ │ ├── includesubsequence.json │ │ ├── init().json │ │ ├── init(query:).json │ │ ├── init(sourcefiles:).json │ │ ├── kinds.json │ │ ├── properties(_:).json │ │ ├── properties(in:matching:).json │ │ ├── protocoldeclarations(in:matching:).json │ │ ├── protocoldeclarations(matching:).json │ │ ├── query.json │ │ ├── restricttoprojectdirectory.json │ │ ├── roles.json │ │ ├── sourcefiles.json │ │ ├── structdeclarations(in:matching:).json │ │ ├── structdeclarations(matching:).json │ │ ├── typealiasdeclarations(in:matching:).json │ │ ├── typealiasdeclarations(matching:).json │ │ ├── withanchorend(_:).json │ │ ├── withanchorstart(_:).json │ │ ├── withignoringcase(_:).json │ │ ├── withinlcudesubsequences(_:).json │ │ ├── withkinds(_:).json │ │ ├── withquery(_:).json │ │ ├── withrestrictingtoprojectdirectory(_:).json │ │ ├── withroles(_:).json │ │ └── withsourcefiles(_:).json │ │ ├── sourcedetailscollection.json │ │ ├── sourcedetailscollection │ │ ├── !=(_:_:).json │ │ ├── allsatisfy(_:).json │ │ ├── append(_:).json │ │ ├── compactmap(_:).json │ │ ├── compare(_:_:).json │ │ ├── contains(_:).json │ │ ├── contains(where:).json │ │ ├── count.json │ │ ├── drop(while:).json │ │ ├── dropfirst(_:).json │ │ ├── droplast(_:).json │ │ ├── elementsequal(_:).json │ │ ├── elementsequal(_:by:).json │ │ ├── enumerated().json │ │ ├── equatable-implementations.json │ │ ├── filter(_:).json │ │ ├── first(where:).json │ │ ├── flatmap(_:)-4da7q.json │ │ ├── flatmap(_:)-5i05e.json │ │ ├── foreach(_:).json │ │ ├── formatted(_:).json │ │ ├── init(items:).json │ │ ├── items.json │ │ ├── lazy.json │ │ ├── lexicographicallyprecedes(_:by:).json │ │ ├── makeiterator().json │ │ ├── map(_:).json │ │ ├── max(by:).json │ │ ├── min(by:).json │ │ ├── prefix(_:).json │ │ ├── prefix(while:).json │ │ ├── publisher.json │ │ ├── reduce(_:_:).json │ │ ├── reduce(into:_:).json │ │ ├── reversed().json │ │ ├── sequence-implementations.json │ │ ├── shuffled().json │ │ ├── shuffled(using:).json │ │ ├── sorted(by:).json │ │ ├── sorted(using:)-2qm3q.json │ │ ├── sorted(using:)-56phd.json │ │ ├── split(maxsplits:omittingemptysubsequences:whereseparator:).json │ │ ├── split(separator:maxsplits:omittingemptysubsequences:).json │ │ ├── spm_findduplicateelements(by:).json │ │ ├── spm_findduplicates().json │ │ ├── starts(with:).json │ │ ├── starts(with:by:).json │ │ ├── suffix(_:).json │ │ ├── underestimatedcount.json │ │ └── withcontiguousstorageifavailable(_:).json │ │ ├── sourcedetailsiterator.json │ │ ├── sourcedetailsiterator │ │ ├── !=(_:_:).json │ │ ├── ==(_:_:).json │ │ ├── count.json │ │ ├── equatable-implementations.json │ │ ├── init(_:).json │ │ └── next().json │ │ ├── sourcekind.json │ │ ├── sourcekind │ │ ├── !=(_:_:).json │ │ ├── allfunctions.json │ │ ├── class.json │ │ ├── classmethod.json │ │ ├── classproperty.json │ │ ├── commenttag.json │ │ ├── concept.json │ │ ├── constructor.json │ │ ├── conversionfunction.json │ │ ├── declarations.json │ │ ├── destructor.json │ │ ├── enum.json │ │ ├── enumconstant.json │ │ ├── equatable-implementations.json │ │ ├── excluding(_:).json │ │ ├── extension.json │ │ ├── field.json │ │ ├── function.json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── indexsymbolkind.json │ │ ├── init(rawvalue:).json │ │ ├── init(symbolkind:).json │ │ ├── instancemethod.json │ │ ├── instanceproperty.json │ │ ├── macro.json │ │ ├── module.json │ │ ├── namespace.json │ │ ├── namespacealias.json │ │ ├── parameter.json │ │ ├── properties.json │ │ ├── protocol.json │ │ ├── rawrepresentable-implementations.json │ │ ├── staticmethod.json │ │ ├── staticproperty.json │ │ ├── struct.json │ │ ├── supported.json │ │ ├── typealias.json │ │ ├── union.json │ │ ├── unsupported.json │ │ ├── using.json │ │ └── variable.json │ │ ├── sourcelocation.json │ │ ├── sourcelocation │ │ ├── !=(_:_:).json │ │ ├── column.json │ │ ├── description.json │ │ ├── equatable-implementations.json │ │ ├── init(path:modulename:line:column:offset:issystem:isstale:).json │ │ ├── init(symbol:).json │ │ ├── isstale.json │ │ ├── issystem.json │ │ ├── line.json │ │ ├── modulename.json │ │ ├── offset.json │ │ └── path.json │ │ ├── sourceresolvingerror.json │ │ ├── sourceresolvingerror │ │ ├── !=(_:_:).json │ │ ├── code.json │ │ ├── equatable-implementations.json │ │ ├── error-implementations.json │ │ ├── errordescription-37mq0.json │ │ ├── errordescription-5nbc5.json │ │ ├── failurereason-52hvc.json │ │ ├── failurereason-7ymqp.json │ │ ├── helpanchor.json │ │ ├── localizeddescription.json │ │ ├── localizederror-implementations.json │ │ ├── recoverysuggestion-6j41h.json │ │ ├── recoverysuggestion-8pupk.json │ │ ├── sourcecontentsisempty(path:).json │ │ ├── sourcepathdoesnotexist(path:).json │ │ ├── unabletoreadcontents(path:cause:).json │ │ └── unabletoresolvesourceline(name:path:line:).json │ │ ├── sourcerole.json │ │ ├── sourcerole │ │ ├── !=(_:_:).json │ │ ├── accessorof.json │ │ ├── addressof.json │ │ ├── all.json │ │ ├── baseof.json │ │ ├── call.json │ │ ├── calledby.json │ │ ├── canonical.json │ │ ├── childof.json │ │ ├── containedby.json │ │ ├── contains(_:).json │ │ ├── debugdescription.json │ │ ├── declaration.json │ │ ├── definition.json │ │ ├── description.json │ │ ├── dynamic.json │ │ ├── equatable-implementations.json │ │ ├── extendedby.json │ │ ├── formintersection(_:).json │ │ ├── formsymmetricdifference(_:).json │ │ ├── formunion(_:).json │ │ ├── hash(into:).json │ │ ├── hashvalue.json │ │ ├── ibtypeof.json │ │ ├── implicit.json │ │ ├── init().json │ │ ├── init(_:).json │ │ ├── init(arrayliteral:).json │ │ ├── init(rawvalue:).json │ │ ├── insert(_:).json │ │ ├── intersection(_:).json │ │ ├── isdisjoint(with:).json │ │ ├── isempty.json │ │ ├── isstrictsubset(of:).json │ │ ├── isstrictsuperset(of:).json │ │ ├── issubset(of:).json │ │ ├── issuperset(of:).json │ │ ├── optionset-implementations.json │ │ ├── overrideof.json │ │ ├── rawrepresentable-implementations.json │ │ ├── rawvalue.json │ │ ├── read.json │ │ ├── receivedby.json │ │ ├── reference.json │ │ ├── remove(_:).json │ │ ├── setalgebra-implementations.json │ │ ├── specializationof.json │ │ ├── subtract(_:).json │ │ ├── subtracting(_:).json │ │ ├── symmetricdifference(_:).json │ │ ├── union(_:).json │ │ ├── update(with:).json │ │ └── write.json │ │ ├── sourcesymbol.json │ │ ├── sourcesymbol │ │ ├── !=(_:_:).json │ │ ├── description.json │ │ ├── equatable-implementations.json │ │ ├── id-7hjko.json │ │ ├── id-7w9z9.json │ │ ├── identifiable-implementations.json │ │ ├── inheritance.json │ │ ├── init(name:usr:sourcekind:roles:location:parent:inheritence:).json │ │ ├── location.json │ │ ├── name.json │ │ ├── parent.json │ │ ├── parentsiterator.json │ │ ├── roles.json │ │ ├── sourcekind.json │ │ └── usr.json │ │ ├── workspace.json │ │ └── workspace │ │ ├── index.json │ │ ├── indexdatabasepath.json │ │ ├── indexstorepath.json │ │ ├── init(configuration:logger:).json │ │ ├── init(libindexstorepath:projectdirectory:indexstorepath:indexdatabasepath:listentounitevents:logger:).json │ │ ├── libindexstorepath.json │ │ ├── listentounitevents.json │ │ ├── loadindexstore().json │ │ ├── logger.json │ │ ├── pollforchangesandwait(isinitialscan:).json │ │ └── projectdirectory.json ├── developer-og-twitter.jpg ├── developer-og.jpg ├── documentation │ └── indexstore │ │ ├── configuration │ │ ├── fromjson(at:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── indexdatabasepath │ │ │ └── index.html │ │ ├── indexstorepath │ │ │ └── index.html │ │ ├── init(from:) │ │ │ └── index.html │ │ ├── init(projectdirectory:indexstorepath:indexdatabasepath:libindexstorepath:) │ │ │ └── index.html │ │ ├── isrunningunittests │ │ │ └── index.html │ │ ├── libindexstorepath │ │ │ └── index.html │ │ └── projectdirectory │ │ │ └── index.html │ │ ├── index.html │ │ ├── indexstore │ │ ├── configuration │ │ │ └── index.html │ │ ├── declarationsource(fordetails:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(configuration:logger:) │ │ │ └── index.html │ │ ├── invocationsofsymbol(_:) │ │ │ └── index.html │ │ ├── issymbolinvokedbytestcase(_:) │ │ │ └── index.html │ │ ├── logger │ │ │ └── index.html │ │ ├── pollforchangesandwait() │ │ │ └── index.html │ │ ├── querysymbols(_:) │ │ │ └── index.html │ │ ├── recursiveinheritencecheck(symbol:name:) │ │ │ └── index.html │ │ ├── resolveinheritenceforoccurence(_:) │ │ │ └── index.html │ │ ├── resolveparentforoccurence(_:) │ │ │ └── index.html │ │ ├── sourcecontents(fordetails:) │ │ │ └── index.html │ │ ├── sourcesymbolfromoccurence(_:) │ │ │ └── index.html │ │ ├── sourcesymbols(conformingtoprotocol:) │ │ │ └── index.html │ │ ├── sourcesymbols(conformingtoprotocol:in:) │ │ │ └── index.html │ │ ├── sourcesymbols(foremptyextensionsmatching:) │ │ │ └── index.html │ │ ├── sourcesymbols(subclassing:) │ │ │ └── index.html │ │ ├── sourcesymbols(subclassing:in:) │ │ │ └── index.html │ │ ├── swiftsourcefiles(inprojectdirectory:) │ │ │ └── index.html │ │ └── workspace │ │ │ └── index.html │ │ ├── indexstorequery │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── alldeclarations(in:matching:) │ │ │ └── index.html │ │ ├── alldeclarations(matching:) │ │ │ └── index.html │ │ ├── anchorend │ │ │ └── index.html │ │ ├── anchorstart │ │ │ └── index.html │ │ ├── classdeclarations(in:matching:) │ │ │ └── index.html │ │ ├── classdeclarations(matching:) │ │ │ └── index.html │ │ ├── enumdeclarations(in:matching:) │ │ │ └── index.html │ │ ├── enumdeclarations(matching:) │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── extensions(in:matching:) │ │ │ └── index.html │ │ ├── extensions(oftype:) │ │ │ └── index.html │ │ ├── functions(_:) │ │ │ └── index.html │ │ ├── functions(in:matching:) │ │ │ └── index.html │ │ ├── ignorecase │ │ │ └── index.html │ │ ├── includesubsequence │ │ │ └── index.html │ │ ├── index.html │ │ ├── init() │ │ │ └── index.html │ │ ├── init(query:) │ │ │ └── index.html │ │ ├── init(sourcefiles:) │ │ │ └── index.html │ │ ├── kinds │ │ │ └── index.html │ │ ├── properties(_:) │ │ │ └── index.html │ │ ├── properties(in:matching:) │ │ │ └── index.html │ │ ├── protocoldeclarations(in:matching:) │ │ │ └── index.html │ │ ├── protocoldeclarations(matching:) │ │ │ └── index.html │ │ ├── query │ │ │ └── index.html │ │ ├── restricttoprojectdirectory │ │ │ └── index.html │ │ ├── roles │ │ │ └── index.html │ │ ├── sourcefiles │ │ │ └── index.html │ │ ├── structdeclarations(in:matching:) │ │ │ └── index.html │ │ ├── structdeclarations(matching:) │ │ │ └── index.html │ │ ├── typealiasdeclarations(in:matching:) │ │ │ └── index.html │ │ ├── typealiasdeclarations(matching:) │ │ │ └── index.html │ │ ├── withanchorend(_:) │ │ │ └── index.html │ │ ├── withanchorstart(_:) │ │ │ └── index.html │ │ ├── withignoringcase(_:) │ │ │ └── index.html │ │ ├── withinlcudesubsequences(_:) │ │ │ └── index.html │ │ ├── withkinds(_:) │ │ │ └── index.html │ │ ├── withquery(_:) │ │ │ └── index.html │ │ ├── withrestrictingtoprojectdirectory(_:) │ │ │ └── index.html │ │ ├── withroles(_:) │ │ │ └── index.html │ │ └── withsourcefiles(_:) │ │ │ └── index.html │ │ ├── sourcedetailscollection │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── allsatisfy(_:) │ │ │ └── index.html │ │ ├── append(_:) │ │ │ └── index.html │ │ ├── compactmap(_:) │ │ │ └── index.html │ │ ├── compare(_:_:) │ │ │ └── index.html │ │ ├── contains(_:) │ │ │ └── index.html │ │ ├── contains(where:) │ │ │ └── index.html │ │ ├── count │ │ │ └── index.html │ │ ├── drop(while:) │ │ │ └── index.html │ │ ├── dropfirst(_:) │ │ │ └── index.html │ │ ├── droplast(_:) │ │ │ └── index.html │ │ ├── elementsequal(_:) │ │ │ └── index.html │ │ ├── elementsequal(_:by:) │ │ │ └── index.html │ │ ├── enumerated() │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── filter(_:) │ │ │ └── index.html │ │ ├── first(where:) │ │ │ └── index.html │ │ ├── flatmap(_:)-4da7q │ │ │ └── index.html │ │ ├── flatmap(_:)-5i05e │ │ │ └── index.html │ │ ├── foreach(_:) │ │ │ └── index.html │ │ ├── formatted(_:) │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(items:) │ │ │ └── index.html │ │ ├── items │ │ │ └── index.html │ │ ├── lazy │ │ │ └── index.html │ │ ├── lexicographicallyprecedes(_:by:) │ │ │ └── index.html │ │ ├── makeiterator() │ │ │ └── index.html │ │ ├── map(_:) │ │ │ └── index.html │ │ ├── max(by:) │ │ │ └── index.html │ │ ├── min(by:) │ │ │ └── index.html │ │ ├── prefix(_:) │ │ │ └── index.html │ │ ├── prefix(while:) │ │ │ └── index.html │ │ ├── publisher │ │ │ └── index.html │ │ ├── reduce(_:_:) │ │ │ └── index.html │ │ ├── reduce(into:_:) │ │ │ └── index.html │ │ ├── reversed() │ │ │ └── index.html │ │ ├── sequence-implementations │ │ │ └── index.html │ │ ├── shuffled() │ │ │ └── index.html │ │ ├── shuffled(using:) │ │ │ └── index.html │ │ ├── sorted(by:) │ │ │ └── index.html │ │ ├── sorted(using:)-2qm3q │ │ │ └── index.html │ │ ├── sorted(using:)-56phd │ │ │ └── index.html │ │ ├── split(maxsplits:omittingemptysubsequences:whereseparator:) │ │ │ └── index.html │ │ ├── split(separator:maxsplits:omittingemptysubsequences:) │ │ │ └── index.html │ │ ├── spm_findduplicateelements(by:) │ │ │ └── index.html │ │ ├── spm_findduplicates() │ │ │ └── index.html │ │ ├── starts(with:) │ │ │ └── index.html │ │ ├── starts(with:by:) │ │ │ └── index.html │ │ ├── suffix(_:) │ │ │ └── index.html │ │ ├── underestimatedcount │ │ │ └── index.html │ │ └── withcontiguousstorageifavailable(_:) │ │ │ └── index.html │ │ ├── sourcedetailsiterator │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── ==(_:_:) │ │ │ └── index.html │ │ ├── count │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(_:) │ │ │ └── index.html │ │ └── next() │ │ │ └── index.html │ │ ├── sourcekind │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── allfunctions │ │ │ └── index.html │ │ ├── class │ │ │ └── index.html │ │ ├── classmethod │ │ │ └── index.html │ │ ├── classproperty │ │ │ └── index.html │ │ ├── commenttag │ │ │ └── index.html │ │ ├── concept │ │ │ └── index.html │ │ ├── constructor │ │ ├── conversionfunction │ │ │ └── index.html │ │ ├── declarations │ │ │ └── index.html │ │ ├── destructor │ │ │ └── index.html │ │ ├── enum │ │ │ └── index.html │ │ ├── enumconstant │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── excluding(_:) │ │ │ └── index.html │ │ ├── extension │ │ │ └── index.html │ │ ├── field │ │ │ └── index.html │ │ ├── function │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── index.html │ │ ├── indexsymbolkind │ │ │ └── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── init(symbolkind:) │ │ │ └── index.html │ │ ├── instancemethod │ │ │ └── index.html │ │ ├── instanceproperty │ │ │ └── index.html │ │ ├── macro │ │ │ └── index.html │ │ ├── module │ │ │ └── index.html │ │ ├── namespace │ │ │ └── index.html │ │ ├── namespacealias │ │ │ └── index.html │ │ ├── parameter │ │ │ └── index.html │ │ ├── properties │ │ │ └── index.html │ │ ├── protocol │ │ │ └── index.html │ │ ├── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── staticmethod │ │ │ └── index.html │ │ ├── staticproperty │ │ │ └── index.html │ │ ├── struct │ │ │ └── index.html │ │ ├── supported │ │ │ └── index.html │ │ ├── typealias │ │ │ └── index.html │ │ ├── union │ │ │ └── index.html │ │ ├── unsupported │ │ │ └── index.html │ │ ├── using │ │ │ └── index.html │ │ └── variable │ │ │ └── index.html │ │ ├── sourcelocation │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── column │ │ │ └── index.html │ │ ├── description │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── init(path:modulename:line:column:offset:issystem:isstale:) │ │ │ └── index.html │ │ ├── init(symbol:) │ │ │ └── index.html │ │ ├── isstale │ │ │ └── index.html │ │ ├── issystem │ │ │ └── index.html │ │ ├── line │ │ │ └── index.html │ │ ├── modulename │ │ │ └── index.html │ │ ├── offset │ │ │ └── index.html │ │ └── path │ │ │ └── index.html │ │ ├── sourceresolvingerror │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── code │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── error-implementations │ │ │ └── index.html │ │ ├── errordescription-37mq0 │ │ │ └── index.html │ │ ├── errordescription-5nbc5 │ │ │ └── index.html │ │ ├── failurereason-52hvc │ │ │ └── index.html │ │ ├── failurereason-7ymqp │ │ │ └── index.html │ │ ├── helpanchor │ │ │ └── index.html │ │ ├── index.html │ │ ├── localizeddescription │ │ │ └── index.html │ │ ├── localizederror-implementations │ │ │ └── index.html │ │ ├── recoverysuggestion-6j41h │ │ │ └── index.html │ │ ├── recoverysuggestion-8pupk │ │ │ └── index.html │ │ ├── sourcecontentsisempty(path:) │ │ │ └── index.html │ │ ├── sourcepathdoesnotexist(path:) │ │ │ └── index.html │ │ ├── unabletoreadcontents(path:cause:) │ │ │ └── index.html │ │ └── unabletoresolvesourceline(name:path:line:) │ │ │ └── index.html │ │ ├── sourcerole │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── accessorof │ │ │ └── index.html │ │ ├── addressof │ │ │ └── index.html │ │ ├── all │ │ │ └── index.html │ │ ├── baseof │ │ │ └── index.html │ │ ├── call │ │ │ └── index.html │ │ ├── calledby │ │ │ └── index.html │ │ ├── canonical │ │ │ └── index.html │ │ ├── childof │ │ │ └── index.html │ │ ├── containedby │ │ │ └── index.html │ │ ├── contains(_:) │ │ │ └── index.html │ │ ├── debugdescription │ │ │ └── index.html │ │ ├── declaration │ │ │ └── index.html │ │ ├── definition │ │ │ └── index.html │ │ ├── description │ │ │ └── index.html │ │ ├── dynamic │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── extendedby │ │ │ └── index.html │ │ ├── formintersection(_:) │ │ │ └── index.html │ │ ├── formsymmetricdifference(_:) │ │ │ └── index.html │ │ ├── formunion(_:) │ │ │ └── index.html │ │ ├── hash(into:) │ │ │ └── index.html │ │ ├── hashvalue │ │ │ └── index.html │ │ ├── ibtypeof │ │ │ └── index.html │ │ ├── implicit │ │ │ └── index.html │ │ ├── index.html │ │ ├── init() │ │ │ └── index.html │ │ ├── init(_:) │ │ │ └── index.html │ │ ├── init(arrayliteral:) │ │ │ └── index.html │ │ ├── init(rawvalue:) │ │ │ └── index.html │ │ ├── insert(_:) │ │ │ └── index.html │ │ ├── intersection(_:) │ │ │ └── index.html │ │ ├── isdisjoint(with:) │ │ │ └── index.html │ │ ├── isempty │ │ │ └── index.html │ │ ├── isstrictsubset(of:) │ │ │ └── index.html │ │ ├── isstrictsuperset(of:) │ │ │ └── index.html │ │ ├── issubset(of:) │ │ │ └── index.html │ │ ├── issuperset(of:) │ │ │ └── index.html │ │ ├── optionset-implementations │ │ │ └── index.html │ │ ├── overrideof │ │ │ └── index.html │ │ ├── rawrepresentable-implementations │ │ │ └── index.html │ │ ├── rawvalue │ │ │ └── index.html │ │ ├── read │ │ │ └── index.html │ │ ├── receivedby │ │ │ └── index.html │ │ ├── reference │ │ │ └── index.html │ │ ├── remove(_:) │ │ │ └── index.html │ │ ├── setalgebra-implementations │ │ │ └── index.html │ │ ├── specializationof │ │ │ └── index.html │ │ ├── subtract(_:) │ │ │ └── index.html │ │ ├── subtracting(_:) │ │ │ └── index.html │ │ ├── symmetricdifference(_:) │ │ │ └── index.html │ │ ├── union(_:) │ │ │ └── index.html │ │ ├── update(with:) │ │ │ └── index.html │ │ └── write │ │ │ └── index.html │ │ ├── sourcesymbol │ │ ├── !=(_:_:) │ │ │ └── index.html │ │ ├── description │ │ │ └── index.html │ │ ├── equatable-implementations │ │ │ └── index.html │ │ ├── id-7hjko │ │ │ └── index.html │ │ ├── id-7w9z9 │ │ │ └── index.html │ │ ├── identifiable-implementations │ │ │ └── index.html │ │ ├── index.html │ │ ├── inheritance │ │ │ └── index.html │ │ ├── init(name:usr:sourcekind:roles:location:parent:inheritence:) │ │ │ └── index.html │ │ ├── location │ │ │ └── index.html │ │ ├── name │ │ │ └── index.html │ │ ├── parent │ │ │ └── index.html │ │ ├── parentsiterator │ │ │ └── index.html │ │ ├── roles │ │ │ └── index.html │ │ ├── sourcekind │ │ │ └── index.html │ │ └── usr │ │ │ └── index.html │ │ └── workspace │ │ ├── index.html │ │ ├── index │ │ └── index.html │ │ ├── indexdatabasepath │ │ └── index.html │ │ ├── indexstorepath │ │ └── index.html │ │ ├── init(configuration:logger:) │ │ └── index.html │ │ ├── init(libindexstorepath:projectdirectory:indexstorepath:indexdatabasepath:listentounitevents:logger:) │ │ └── index.html │ │ ├── libindexstorepath │ │ └── index.html │ │ ├── listentounitevents │ │ └── index.html │ │ ├── loadindexstore() │ │ └── index.html │ │ ├── logger │ │ └── index.html │ │ ├── pollforchangesandwait(isinitialscan:) │ │ └── index.html │ │ └── projectdirectory │ │ └── index.html ├── favicon.ico ├── favicon.svg ├── img │ ├── added-icon.d6f7e47d.svg │ ├── deprecated-icon.015b4f17.svg │ ├── modified-icon.f496e73d.svg │ └── no-image@2x.df2a0a50.png ├── index.html ├── index │ ├── availability.index │ ├── data.mdb │ ├── index.json │ └── navigator.index ├── js │ ├── chunk-2d0d3105.cd72cc8e.js │ ├── chunk-384ef189.bb1ed903.js │ ├── chunk-vendors.b24b7aaa.js │ ├── documentation-topic.2ed269e3.js │ ├── documentation-topic~topic.900fc80c.js │ ├── documentation-topic~topic~tutorials-overview.5b27b87b.js │ ├── highlight-js-bash.1b52852f.js │ ├── highlight-js-c.d1db3f17.js │ ├── highlight-js-cpp.eaddddbe.js │ ├── highlight-js-css.75eab1fe.js │ ├── highlight-js-custom-markdown.7cffc4b3.js │ ├── highlight-js-custom-swift.5cda5c20.js │ ├── highlight-js-diff.62d66733.js │ ├── highlight-js-http.163e45b6.js │ ├── highlight-js-java.8326d9d8.js │ ├── highlight-js-javascript.acb8a8eb.js │ ├── highlight-js-json.471128d2.js │ ├── highlight-js-llvm.6100b125.js │ ├── highlight-js-markdown.90077643.js │ ├── highlight-js-objectivec.bcdf5156.js │ ├── highlight-js-perl.757d7b6f.js │ ├── highlight-js-php.cc8d6c27.js │ ├── highlight-js-python.c214ed92.js │ ├── highlight-js-ruby.f889d392.js │ ├── highlight-js-scss.62ee18da.js │ ├── highlight-js-shell.dd7f411f.js │ ├── highlight-js-swift.84f3e88c.js │ ├── highlight-js-xml.9c3688c7.js │ ├── index.aa320932.js │ ├── topic.bb695832.js │ └── tutorials-overview.2cadc732.js └── metadata.json ├── LICENSE ├── Package.swift ├── Package@swift-5.10.swift ├── Package@swift-5.8.swift ├── Package@swift-5.9.swift ├── README.md ├── Sources └── IndexStore │ ├── IndexStore.swift │ ├── Internal │ ├── Extensions │ │ └── IndexStoreDB+Hashable.swift │ └── Utilities │ │ ├── Logger+Defaults.swift │ │ ├── ProcessInfo+Environment.swift │ │ └── Shell.swift │ ├── Public │ ├── Convenience │ │ ├── IndexStore+ClassConvenience.swift │ │ ├── IndexStore+ExtensionConvenience.swift │ │ ├── IndexStore+InvocationConvenience.swift │ │ ├── IndexStore+ProtocolConvenience.swift │ │ └── IndexStore+References.swift │ ├── Errors │ │ └── SourceResolvingError.swift │ ├── IndexStore+Configuration.swift │ ├── IndexStoreQuery │ │ ├── IndexStoreQuery+Declarations.swift │ │ ├── IndexStoreQuery+Extensions.swift │ │ ├── IndexStoreQuery+Functions.swift │ │ ├── IndexStoreQuery+Properties.swift │ │ └── IndexStoreQuery.swift │ ├── SourceSymbol │ │ ├── SourceDetailsCollection.swift │ │ ├── SourceKind.swift │ │ ├── SourceLocation.swift │ │ ├── SourceRole.swift │ │ └── SourceSymbol.swift │ └── Workspace │ │ └── Workspace.swift │ └── Resources │ └── PrivacyInfo.xcprivacy ├── Tests └── IndexStoreTests │ ├── Configurations │ └── test_configuration.json │ ├── IndexStore │ ├── IndexStoreTests.swift │ └── SourceRoleTests.swift │ ├── IndexStoreQuery │ └── IndexStoreQueryTests.swift │ ├── ProcessInfoExtensionTests.swift │ ├── Samples │ ├── Classes.swift │ ├── Colors.swift │ ├── EmptySource.swift │ ├── Enums.swift │ ├── Extensions.swift │ ├── Functions.swift │ ├── Inheritance.swift │ ├── InvocationTestCase.swift │ ├── Properties.swift │ ├── Protocols.swift │ ├── Relations.swift │ ├── RelationsRestricted.swift │ ├── SourceContents.swift │ ├── Structs.swift │ └── Typealias.swift │ ├── SourceKindTests.swift │ ├── SourceLocationTests.swift │ ├── SourceResolvingErrorTests.swift │ ├── SourceSymbolCollectionTests.swift │ ├── SourceSymbolTests.swift │ └── Utilities │ ├── AnyError.swift │ └── Logger+Tests.swift └── swift-format.json /.github/workflows/unit-tests.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/.github/workflows/unit-tests.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/.gitignore -------------------------------------------------------------------------------- /.spi.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/.spi.yml -------------------------------------------------------------------------------- /.swiftpm/xcode/xcshareddata/xcschemes/IndexStore.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/.swiftpm/xcode/xcshareddata/xcschemes/IndexStore.xcscheme -------------------------------------------------------------------------------- /Changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Changelog.md -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/chunk-384ef189.7ede1ea3.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/chunk-384ef189.7ede1ea3.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/documentation-topic.29351f99.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/documentation-topic.29351f99.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/documentation-topic~topic.fccbd76c.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/documentation-topic~topic.fccbd76c.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/documentation-topic~topic~tutorials-overview.1099452b.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/documentation-topic~topic~tutorials-overview.1099452b.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/index.d5b499b0.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/index.d5b499b0.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/topic.726a35dc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/topic.726a35dc.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/css/tutorials-overview.2a582c39.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/css/tutorials-overview.2a582c39.css -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/fromjson(at:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/fromjson(at:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/indexdatabasepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/indexdatabasepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/indexstorepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/indexstorepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/init(from:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/init(from:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/isrunningunittests.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/isrunningunittests.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/libindexstorepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/libindexstorepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/configuration/projectdirectory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/configuration/projectdirectory.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/configuration.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/declarationsource(fordetails:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/declarationsource(fordetails:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/init(configuration:logger:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/init(configuration:logger:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/invocationsofsymbol(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/invocationsofsymbol(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/issymbolinvokedbytestcase(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/issymbolinvokedbytestcase(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/logger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/logger.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/pollforchangesandwait().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/pollforchangesandwait().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/querysymbols(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/querysymbols(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/resolveinheritenceforoccurence(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/resolveinheritenceforoccurence(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/resolveparentforoccurence(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/resolveparentforoccurence(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcecontents(fordetails:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcecontents(fordetails:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbolfromoccurence(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbolfromoccurence(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(conformingtoprotocol:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(conformingtoprotocol:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(subclassing:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(subclassing:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(subclassing:in:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/sourcesymbols(subclassing:in:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstore/workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstore/workspace.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/alldeclarations(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/alldeclarations(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/alldeclarations(matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/alldeclarations(matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/anchorend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/anchorend.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/anchorstart.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/anchorstart.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/classdeclarations(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/classdeclarations(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/classdeclarations(matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/classdeclarations(matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/enumdeclarations(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/enumdeclarations(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/enumdeclarations(matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/enumdeclarations(matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/extensions(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/extensions(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/extensions(oftype:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/extensions(oftype:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/functions(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/functions(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/functions(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/functions(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/ignorecase.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/ignorecase.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/includesubsequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/includesubsequence.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init(query:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init(query:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init(sourcefiles:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/init(sourcefiles:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/kinds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/kinds.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/properties(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/properties(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/properties(in:matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/properties(in:matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/protocoldeclarations(matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/protocoldeclarations(matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/query.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/restricttoprojectdirectory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/restricttoprojectdirectory.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/roles.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/sourcefiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/sourcefiles.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/structdeclarations(matching:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/structdeclarations(matching:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withanchorend(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withanchorend(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withanchorstart(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withanchorstart(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withignoringcase(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withignoringcase(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withinlcudesubsequences(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withinlcudesubsequences(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withkinds(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withkinds(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withquery(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withquery(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withroles(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withroles(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withsourcefiles(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/indexstorequery/withsourcefiles(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/allsatisfy(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/allsatisfy(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/append(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/append(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/compactmap(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/compactmap(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/compare(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/compare(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/contains(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/contains(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/contains(where:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/contains(where:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/count.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/drop(while:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/drop(while:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/dropfirst(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/dropfirst(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/droplast(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/droplast(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/elementsequal(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/elementsequal(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/elementsequal(_:by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/elementsequal(_:by:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/enumerated().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/enumerated().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/filter(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/filter(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/first(where:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/first(where:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/flatmap(_:)-4da7q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/flatmap(_:)-4da7q.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/flatmap(_:)-5i05e.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/flatmap(_:)-5i05e.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/foreach(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/foreach(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/formatted(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/formatted(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/init(items:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/init(items:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/items.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/items.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/lazy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/lazy.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/makeiterator().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/makeiterator().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/map(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/map(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/max(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/max(by:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/min(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/min(by:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/prefix(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/prefix(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/prefix(while:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/prefix(while:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/publisher.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/publisher.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reduce(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reduce(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reduce(into:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reduce(into:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reversed().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/reversed().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/shuffled().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/shuffled().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/shuffled(using:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/shuffled(using:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(by:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(using:)-2qm3q.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(using:)-2qm3q.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(using:)-56phd.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/sorted(using:)-56phd.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/spm_findduplicates().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/spm_findduplicates().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/starts(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/starts(with:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/starts(with:by:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/starts(with:by:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/suffix(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/suffix(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/underestimatedcount.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailscollection/underestimatedcount.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/==(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/==(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/count.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/count.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/init(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/init(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/next().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcedetailsiterator/next().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/allfunctions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/allfunctions.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/class.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/class.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/classmethod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/classmethod.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/classproperty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/classproperty.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/commenttag.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/commenttag.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/concept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/concept.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/constructor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/constructor.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/conversionfunction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/conversionfunction.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/declarations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/declarations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/destructor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/destructor.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/enum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/enum.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/enumconstant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/enumconstant.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/excluding(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/excluding(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/extension.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/extension.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/field.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/field.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/function.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/hash(into:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/hashvalue.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/indexsymbolkind.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/indexsymbolkind.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/init(rawvalue:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/init(symbolkind:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/init(symbolkind:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/instancemethod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/instancemethod.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/instanceproperty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/instanceproperty.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/macro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/macro.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/module.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/namespace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/namespace.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/namespacealias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/namespacealias.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/parameter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/parameter.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/properties.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/protocol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/protocol.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/staticmethod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/staticmethod.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/staticproperty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/staticproperty.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/struct.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/struct.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/supported.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/supported.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/typealias.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/typealias.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/union.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/union.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/unsupported.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/unsupported.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/using.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/using.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcekind/variable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcekind/variable.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/column.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/column.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/description.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/init(symbol:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/init(symbol:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/isstale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/isstale.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/issystem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/issystem.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/line.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/line.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/modulename.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/modulename.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/offset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/offset.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcelocation/path.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/code.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/code.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/error-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/error-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/errordescription-37mq0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/errordescription-37mq0.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/errordescription-5nbc5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/errordescription-5nbc5.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/failurereason-52hvc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/failurereason-52hvc.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/failurereason-7ymqp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/failurereason-7ymqp.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/helpanchor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/helpanchor.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/localizeddescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/localizeddescription.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/recoverysuggestion-6j41h.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/recoverysuggestion-6j41h.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/recoverysuggestion-8pupk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourceresolvingerror/recoverysuggestion-8pupk.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/accessorof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/accessorof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/addressof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/addressof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/all.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/baseof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/baseof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/call.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/call.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/calledby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/calledby.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/canonical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/canonical.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/childof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/childof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/containedby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/containedby.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/contains(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/contains(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/debugdescription.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/debugdescription.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/declaration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/declaration.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/definition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/definition.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/description.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/dynamic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/dynamic.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/extendedby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/extendedby.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formintersection(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formintersection(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formsymmetricdifference(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formsymmetricdifference(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formunion(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/formunion(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/hash(into:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/hash(into:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/hashvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/hashvalue.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/ibtypeof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/ibtypeof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/implicit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/implicit.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(arrayliteral:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(arrayliteral:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(rawvalue:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/init(rawvalue:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/insert(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/insert(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/intersection(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/intersection(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isdisjoint(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isdisjoint(with:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isempty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isempty.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isstrictsubset(of:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isstrictsubset(of:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isstrictsuperset(of:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/isstrictsuperset(of:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/issubset(of:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/issubset(of:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/issuperset(of:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/issuperset(of:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/optionset-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/optionset-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/overrideof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/overrideof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/rawrepresentable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/rawrepresentable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/rawvalue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/rawvalue.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/read.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/read.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/receivedby.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/receivedby.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/reference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/reference.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/remove(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/remove(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/setalgebra-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/setalgebra-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/specializationof.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/specializationof.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/subtract(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/subtract(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/subtracting(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/subtracting(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/symmetricdifference(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/symmetricdifference(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/union(_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/union(_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/update(with:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/update(with:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcerole/write.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcerole/write.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/!=(_:_:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/!=(_:_:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/description.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/description.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/equatable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/equatable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/id-7hjko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/id-7hjko.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/id-7w9z9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/id-7w9z9.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/identifiable-implementations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/identifiable-implementations.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/inheritance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/inheritance.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/location.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/location.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/name.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/parent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/parent.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/parentsiterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/parentsiterator.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/roles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/roles.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/sourcekind.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/sourcekind.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/usr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/sourcesymbol/usr.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/index.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/indexdatabasepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/indexdatabasepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/indexstorepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/indexstorepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/init(configuration:logger:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/init(configuration:logger:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/libindexstorepath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/libindexstorepath.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/listentounitevents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/listentounitevents.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/loadindexstore().json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/loadindexstore().json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/logger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/logger.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/pollforchangesandwait(isinitialscan:).json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/pollforchangesandwait(isinitialscan:).json -------------------------------------------------------------------------------- /IndexStore.doccarchive/data/documentation/indexstore/workspace/projectdirectory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/data/documentation/indexstore/workspace/projectdirectory.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/developer-og-twitter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/developer-og-twitter.jpg -------------------------------------------------------------------------------- /IndexStore.doccarchive/developer-og.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/developer-og.jpg -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/fromjson(at:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/fromjson(at:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/indexdatabasepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/indexdatabasepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/indexstorepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/indexstorepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/init(from:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/init(from:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/isrunningunittests/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/isrunningunittests/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/libindexstorepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/libindexstorepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/configuration/projectdirectory/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/configuration/projectdirectory/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/configuration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/configuration/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/declarationsource(fordetails:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/declarationsource(fordetails:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/init(configuration:logger:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/init(configuration:logger:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/invocationsofsymbol(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/invocationsofsymbol(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/issymbolinvokedbytestcase(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/issymbolinvokedbytestcase(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/logger/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/logger/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/pollforchangesandwait()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/pollforchangesandwait()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/querysymbols(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/querysymbols(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/resolveinheritenceforoccurence(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/resolveinheritenceforoccurence(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/resolveparentforoccurence(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/resolveparentforoccurence(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/sourcecontents(fordetails:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/sourcecontents(fordetails:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbolfromoccurence(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbolfromoccurence(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbols(subclassing:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbols(subclassing:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbols(subclassing:in:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/sourcesymbols(subclassing:in:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstore/workspace/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstore/workspace/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/alldeclarations(in:matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/alldeclarations(in:matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/alldeclarations(matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/alldeclarations(matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/anchorend/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/anchorend/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/anchorstart/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/anchorstart/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/classdeclarations(matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/classdeclarations(matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/enumdeclarations(in:matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/enumdeclarations(in:matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/enumdeclarations(matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/enumdeclarations(matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/equatable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/extensions(in:matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/extensions(in:matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/extensions(oftype:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/extensions(oftype:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/functions(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/functions(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/functions(in:matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/functions(in:matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/ignorecase/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/ignorecase/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/includesubsequence/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/includesubsequence/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/init()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/init()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/init(query:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/init(query:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/init(sourcefiles:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/init(sourcefiles:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/kinds/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/kinds/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/properties(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/properties(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/properties(in:matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/properties(in:matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/query/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/query/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/restricttoprojectdirectory/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/restricttoprojectdirectory/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/roles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/roles/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/sourcefiles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/sourcefiles/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/structdeclarations(matching:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/structdeclarations(matching:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withanchorend(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withanchorend(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withanchorstart(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withanchorstart(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withignoringcase(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withignoringcase(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withinlcudesubsequences(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withinlcudesubsequences(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withkinds(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withkinds(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withquery(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withquery(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withroles(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withroles(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/indexstorequery/withsourcefiles(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/indexstorequery/withsourcefiles(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/allsatisfy(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/allsatisfy(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/append(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/append(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/compactmap(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/compactmap(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/compare(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/compare(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/contains(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/contains(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/contains(where:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/contains(where:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/count/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/count/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/drop(while:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/drop(while:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/dropfirst(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/dropfirst(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/droplast(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/droplast(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/elementsequal(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/elementsequal(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/elementsequal(_:by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/elementsequal(_:by:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/enumerated()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/enumerated()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/filter(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/filter(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/first(where:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/first(where:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/flatmap(_:)-4da7q/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/flatmap(_:)-4da7q/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/flatmap(_:)-5i05e/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/flatmap(_:)-5i05e/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/foreach(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/foreach(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/formatted(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/formatted(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/init(items:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/init(items:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/items/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/items/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/lazy/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/lazy/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/makeiterator()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/makeiterator()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/map(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/map(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/max(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/max(by:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/min(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/min(by:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/prefix(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/prefix(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/prefix(while:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/prefix(while:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/publisher/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/publisher/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reduce(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reduce(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reduce(into:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reduce(into:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reversed()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/reversed()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/shuffled()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/shuffled()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/shuffled(using:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/shuffled(using:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(by:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(using:)-2qm3q/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(using:)-2qm3q/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(using:)-56phd/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/sorted(using:)-56phd/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/starts(with:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/starts(with:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/starts(with:by:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/starts(with:by:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/suffix(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/suffix(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/underestimatedcount/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailscollection/underestimatedcount/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/==(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/==(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/count/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/count/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/init(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/init(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/next()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcedetailsiterator/next()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/allfunctions/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/allfunctions/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/class/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/class/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/classmethod/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/classmethod/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/classproperty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/classproperty/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/commenttag/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/commenttag/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/concept/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/concept/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/constructor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/constructor/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/conversionfunction/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/conversionfunction/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/declarations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/declarations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/destructor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/destructor/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/enum/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/enum/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/enumconstant/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/enumconstant/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/equatable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/excluding(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/excluding(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/extension/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/extension/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/field/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/field/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/function/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/function/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/hash(into:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/hashvalue/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/indexsymbolkind/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/indexsymbolkind/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/init(symbolkind:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/init(symbolkind:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/instancemethod/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/instancemethod/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/instanceproperty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/instanceproperty/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/macro/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/macro/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/module/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/module/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/namespace/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/namespace/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/namespacealias/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/namespacealias/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/parameter/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/parameter/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/properties/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/properties/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/protocol/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/protocol/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/staticmethod/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/staticmethod/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/staticproperty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/staticproperty/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/struct/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/struct/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/supported/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/supported/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/typealias/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/typealias/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/union/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/union/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/unsupported/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/unsupported/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/using/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/using/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcekind/variable/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcekind/variable/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/column/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/column/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/description/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/description/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/equatable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/init(symbol:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/init(symbol:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/isstale/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/isstale/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/issystem/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/issystem/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/line/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/line/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/modulename/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/modulename/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/offset/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/offset/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcelocation/path/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcelocation/path/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/code/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/code/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/error-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/error-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/errordescription-37mq0/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/errordescription-37mq0/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/errordescription-5nbc5/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/errordescription-5nbc5/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/failurereason-52hvc/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/failurereason-52hvc/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/failurereason-7ymqp/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/failurereason-7ymqp/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/helpanchor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/helpanchor/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/localizeddescription/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourceresolvingerror/localizeddescription/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/accessorof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/accessorof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/addressof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/addressof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/all/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/all/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/baseof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/baseof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/call/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/call/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/calledby/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/calledby/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/canonical/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/canonical/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/childof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/childof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/containedby/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/containedby/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/contains(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/contains(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/debugdescription/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/debugdescription/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/declaration/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/declaration/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/definition/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/definition/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/description/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/description/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/dynamic/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/dynamic/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/equatable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/extendedby/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/extendedby/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/formintersection(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/formintersection(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/formsymmetricdifference(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/formsymmetricdifference(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/formunion(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/formunion(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/hash(into:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/hash(into:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/hashvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/hashvalue/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/ibtypeof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/ibtypeof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/implicit/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/implicit/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/init()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/init()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/init(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/init(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/init(arrayliteral:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/init(arrayliteral:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/init(rawvalue:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/init(rawvalue:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/insert(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/insert(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/intersection(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/intersection(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/isdisjoint(with:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/isdisjoint(with:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/isempty/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/isempty/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/isstrictsubset(of:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/isstrictsubset(of:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/isstrictsuperset(of:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/isstrictsuperset(of:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/issubset(of:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/issubset(of:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/issuperset(of:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/issuperset(of:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/optionset-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/optionset-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/overrideof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/overrideof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/rawrepresentable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/rawrepresentable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/rawvalue/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/rawvalue/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/read/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/read/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/receivedby/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/receivedby/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/reference/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/reference/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/remove(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/remove(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/setalgebra-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/setalgebra-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/specializationof/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/specializationof/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/subtract(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/subtract(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/subtracting(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/subtracting(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/symmetricdifference(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/symmetricdifference(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/union(_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/union(_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/update(with:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/update(with:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcerole/write/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcerole/write/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/!=(_:_:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/!=(_:_:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/description/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/description/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/equatable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/equatable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/id-7hjko/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/id-7hjko/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/id-7w9z9/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/id-7w9z9/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/identifiable-implementations/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/identifiable-implementations/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/inheritance/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/inheritance/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/location/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/location/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/name/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/name/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/parent/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/parent/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/parentsiterator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/parentsiterator/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/roles/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/roles/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/sourcekind/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/sourcekind/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/sourcesymbol/usr/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/sourcesymbol/usr/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/index/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/index/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/indexdatabasepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/indexdatabasepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/indexstorepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/indexstorepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/init(configuration:logger:)/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/init(configuration:logger:)/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/libindexstorepath/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/libindexstorepath/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/listentounitevents/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/listentounitevents/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/loadindexstore()/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/loadindexstore()/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/logger/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/logger/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/documentation/indexstore/workspace/projectdirectory/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/documentation/indexstore/workspace/projectdirectory/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/favicon.ico -------------------------------------------------------------------------------- /IndexStore.doccarchive/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/favicon.svg -------------------------------------------------------------------------------- /IndexStore.doccarchive/img/added-icon.d6f7e47d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/img/added-icon.d6f7e47d.svg -------------------------------------------------------------------------------- /IndexStore.doccarchive/img/deprecated-icon.015b4f17.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/img/deprecated-icon.015b4f17.svg -------------------------------------------------------------------------------- /IndexStore.doccarchive/img/modified-icon.f496e73d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/img/modified-icon.f496e73d.svg -------------------------------------------------------------------------------- /IndexStore.doccarchive/img/no-image@2x.df2a0a50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/img/no-image@2x.df2a0a50.png -------------------------------------------------------------------------------- /IndexStore.doccarchive/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/index.html -------------------------------------------------------------------------------- /IndexStore.doccarchive/index/availability.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/index/availability.index -------------------------------------------------------------------------------- /IndexStore.doccarchive/index/data.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/index/data.mdb -------------------------------------------------------------------------------- /IndexStore.doccarchive/index/index.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/index/index.json -------------------------------------------------------------------------------- /IndexStore.doccarchive/index/navigator.index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/index/navigator.index -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/chunk-2d0d3105.cd72cc8e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/chunk-2d0d3105.cd72cc8e.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/chunk-384ef189.bb1ed903.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/chunk-384ef189.bb1ed903.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/chunk-vendors.b24b7aaa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/chunk-vendors.b24b7aaa.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/documentation-topic.2ed269e3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/documentation-topic.2ed269e3.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/documentation-topic~topic.900fc80c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/documentation-topic~topic.900fc80c.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/documentation-topic~topic~tutorials-overview.5b27b87b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/documentation-topic~topic~tutorials-overview.5b27b87b.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-bash.1b52852f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-bash.1b52852f.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-c.d1db3f17.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-c.d1db3f17.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-cpp.eaddddbe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-cpp.eaddddbe.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-css.75eab1fe.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-css.75eab1fe.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-custom-markdown.7cffc4b3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-custom-markdown.7cffc4b3.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-custom-swift.5cda5c20.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-custom-swift.5cda5c20.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-diff.62d66733.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-diff.62d66733.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-http.163e45b6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-http.163e45b6.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-java.8326d9d8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-java.8326d9d8.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-javascript.acb8a8eb.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-javascript.acb8a8eb.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-json.471128d2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-json.471128d2.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-llvm.6100b125.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-llvm.6100b125.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-markdown.90077643.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-markdown.90077643.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-objectivec.bcdf5156.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-objectivec.bcdf5156.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-perl.757d7b6f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-perl.757d7b6f.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-php.cc8d6c27.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-php.cc8d6c27.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-python.c214ed92.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-python.c214ed92.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-ruby.f889d392.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-ruby.f889d392.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-scss.62ee18da.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-scss.62ee18da.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-shell.dd7f411f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-shell.dd7f411f.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-swift.84f3e88c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-swift.84f3e88c.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/highlight-js-xml.9c3688c7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/highlight-js-xml.9c3688c7.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/index.aa320932.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/index.aa320932.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/topic.bb695832.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/topic.bb695832.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/js/tutorials-overview.2cadc732.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/js/tutorials-overview.2cadc732.js -------------------------------------------------------------------------------- /IndexStore.doccarchive/metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/IndexStore.doccarchive/metadata.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/LICENSE -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Package.swift -------------------------------------------------------------------------------- /Package@swift-5.10.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Package@swift-5.10.swift -------------------------------------------------------------------------------- /Package@swift-5.8.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Package@swift-5.8.swift -------------------------------------------------------------------------------- /Package@swift-5.9.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Package@swift-5.9.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/README.md -------------------------------------------------------------------------------- /Sources/IndexStore/IndexStore.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/IndexStore.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Internal/Extensions/IndexStoreDB+Hashable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Internal/Extensions/IndexStoreDB+Hashable.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Internal/Utilities/Logger+Defaults.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Internal/Utilities/Logger+Defaults.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Internal/Utilities/ProcessInfo+Environment.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Internal/Utilities/ProcessInfo+Environment.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Internal/Utilities/Shell.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Internal/Utilities/Shell.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Convenience/IndexStore+ClassConvenience.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Convenience/IndexStore+ClassConvenience.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Convenience/IndexStore+ExtensionConvenience.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Convenience/IndexStore+ExtensionConvenience.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Convenience/IndexStore+InvocationConvenience.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Convenience/IndexStore+InvocationConvenience.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Convenience/IndexStore+ProtocolConvenience.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Convenience/IndexStore+ProtocolConvenience.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Convenience/IndexStore+References.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Convenience/IndexStore+References.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Errors/SourceResolvingError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Errors/SourceResolvingError.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStore+Configuration.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStore+Configuration.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Declarations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Declarations.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Extensions.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Functions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Functions.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Properties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery+Properties.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/IndexStoreQuery/IndexStoreQuery.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/SourceSymbol/SourceDetailsCollection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/SourceSymbol/SourceDetailsCollection.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/SourceSymbol/SourceKind.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/SourceSymbol/SourceKind.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/SourceSymbol/SourceLocation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/SourceSymbol/SourceLocation.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/SourceSymbol/SourceRole.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/SourceSymbol/SourceRole.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/SourceSymbol/SourceSymbol.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/SourceSymbol/SourceSymbol.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Public/Workspace/Workspace.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Public/Workspace/Workspace.swift -------------------------------------------------------------------------------- /Sources/IndexStore/Resources/PrivacyInfo.xcprivacy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Sources/IndexStore/Resources/PrivacyInfo.xcprivacy -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Configurations/test_configuration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Configurations/test_configuration.json -------------------------------------------------------------------------------- /Tests/IndexStoreTests/IndexStore/IndexStoreTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/IndexStore/IndexStoreTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/IndexStore/SourceRoleTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/IndexStore/SourceRoleTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/IndexStoreQuery/IndexStoreQueryTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/IndexStoreQuery/IndexStoreQueryTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/ProcessInfoExtensionTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/ProcessInfoExtensionTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Classes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Classes.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Colors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Colors.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/EmptySource.swift: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Enums.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Enums.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Extensions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Extensions.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Functions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Functions.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Inheritance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Inheritance.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/InvocationTestCase.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/InvocationTestCase.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Properties.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Properties.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Protocols.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Protocols.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Relations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Relations.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/RelationsRestricted.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/RelationsRestricted.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/SourceContents.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/SourceContents.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Structs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Structs.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Samples/Typealias.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Samples/Typealias.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/SourceKindTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/SourceKindTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/SourceLocationTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/SourceLocationTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/SourceResolvingErrorTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/SourceResolvingErrorTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/SourceSymbolCollectionTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/SourceSymbolCollectionTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/SourceSymbolTests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/SourceSymbolTests.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Utilities/AnyError.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Utilities/AnyError.swift -------------------------------------------------------------------------------- /Tests/IndexStoreTests/Utilities/Logger+Tests.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/Tests/IndexStoreTests/Utilities/Logger+Tests.swift -------------------------------------------------------------------------------- /swift-format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CheekyGhost-Labs/IndexStore/HEAD/swift-format.json --------------------------------------------------------------------------------