{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":387531333,"defaultBranch":"main","name":"swift-docc","ownerLogin":"swiftlang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-07-19T16:39:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42816656?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726810945.0","currentOid":""},"activityList":{"items":[{"before":"3e05bd71804d629611ddb8382423d37f0cea7e00","after":"f361d5f9f65d9eb6e7b1ae0d9353923fbdcca0e6","ref":"refs/heads/main","pushedAt":"2024-09-23T16:46:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sofiaromorales","name":"Sofía Rodríguez","path":"/sofiaromorales","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49292858?s=80&v=4"},"commit":{"message":"Allow default availability entries without version number. (#1037)\n\nAllow default availability entries without version number.\r\n\r\nThis change allows the definition of entries in the Default Availability section of the Info.plist file without specifying an introduced version.\r\n\r\nThe goal of this change is to avoid enforcing a potentially incorrect version for symbols with unknown introduction versions while still indicating their availability on a given platform. Additionally, it allows for communicating that a framework is available on other platforms, such as Linux.\r\n\r\nrdar://132980711","shortMessageHtmlLink":"Allow default availability entries without version number. (#1037)"}},{"before":"797bb789a673634a6df6aa5222722b68c8cd55b6","after":"3e05bd71804d629611ddb8382423d37f0cea7e00","ref":"refs/heads/main","pushedAt":"2024-09-23T10:36:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"franklinsch","name":"Franklin Schrans","path":"/franklinsch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7278429?s=80&v=4"},"commit":{"message":"Fix cross language availability inheritance (#1027)\n\n* Fix cross-language availability inheritance\r\n\r\nFixes a bug where DocC incorrectly inherits platform availability\r\ninformation of an API from other languages in which the API is defined.\r\nFor example, if an API is deprecated in Swift but doesn't have\r\navailability information in Objective-C at all, DocC no longer considers\r\nthe API as being deprecated in Objective-C.\r\n\r\nrdar://131331606\r\n\r\n* Only show deprecated summaries on deprecated API\r\n\r\nWhen a symbol is deprecated in Swift but not in Objective-C say, this\r\nchanges makes DocC include the deprecation summary only on the Swift\r\nversion of the page.\r\n\r\nIn addition, for backwards compatibility, if a symbol is not deprecated\r\nin any language, DocC will still include the deprecation summary.","shortMessageHtmlLink":"Fix cross language availability inheritance (#1027)"}},{"before":"aa7da0c887aa42deae1e4083b354478c37663646","after":"797bb789a673634a6df6aa5222722b68c8cd55b6","ref":"refs/heads/main","pushedAt":"2024-09-22T08:41:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Remove unused CheckerTest base type (#1035)","shortMessageHtmlLink":"Remove unused CheckerTest base type (#1035)"}},{"before":"4f4350069f2bad972173c0c15ce2d39fe975e02c","after":"aa7da0c887aa42deae1e4083b354478c37663646","ref":"refs/heads/main","pushedAt":"2024-09-20T12:56:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Ensure that preview-specific errors are written to console (#1022)","shortMessageHtmlLink":"Ensure that preview-specific errors are written to console (#1022)"}},{"before":"61f67ae2d1ece463090554578a4362e67333c55b","after":null,"ref":"refs/heads/release/6.0.1","pushedAt":"2024-09-20T05:42:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"}},{"before":null,"after":"61f67ae2d1ece463090554578a4362e67333c55b","ref":"refs/heads/release/6.0.2","pushedAt":"2024-09-20T05:17:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"use SymbolKit's unified graph overload grouping\n\nrdar://128624412","shortMessageHtmlLink":"use SymbolKit's unified graph overload grouping"}},{"before":"f8d16c513c9105a49f2a5849996978abead0f5a2","after":"4f4350069f2bad972173c0c15ce2d39fe975e02c","ref":"refs/heads/main","pushedAt":"2024-09-18T08:10:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Revert \"mask out tests that are failing on Linux (#996)\" (#1001)\n\nThis reverts commit 3d5851424048dcba763987df157244f8f2e04f12.","shortMessageHtmlLink":"Revert \"mask out tests that are failing on Linux (#996)\" (#1001)"}},{"before":"02346ee70d62a4536776558588a454026d8958ca","after":"f8d16c513c9105a49f2a5849996978abead0f5a2","ref":"refs/heads/main","pushedAt":"2024-09-18T07:52:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Support disambiguating links with type signature information (#643)\n\n* Experimental support for disambiguating links with type signatures\r\n\r\nrdar://112224233\r\n\r\n* Add a more robust parser for type signature disambiguation in the link\r\n\r\n* Support function signature disambiguation for external links\r\n\r\n* Fix parsing of subtract operators with parameter type disambiguation\r\n\r\n* Only use hash and kind disambiguation in topic references and URLs\r\n\r\n* Display function signature in PathHierarchy debug dump\r\n\r\n* Update tests for subscripts with type signature disambiguation\r\n\r\n* Improve presentation of solutions for ambiguous links on command line\r\n\r\n* Update tests to expect the added space in the warning summary\r\n\r\n* Extract the full type from the function signature for disambiguation\r\n\r\n* Update new code to account for C++ operator parsing logic\r\n\r\n* Handle disambiguation in error messages more consistently.\r\n\r\nAlso, format the error message better in single-line presentation\r\n\r\n* Fix new bug where overload groups prevent type disambiguation for one of the overloaded symbols\r\n\r\nAlso, improve paths for overload groups and other preferred symbols\r\n\r\n* Add convenience accessors for inspecting node's special behaviors\r\n\r\n* Extract private `onlyIndex(where:)` utility\r\n\r\n* Remove accidental print statement\r\n\r\n* Reimplement private `typesMatch` helper using `allSatisfy`\r\n\r\n* Fix typo and missing info in implementation code comment.\r\n\r\n* Create an empty substring using the standard initializer\r\n\r\n* Extract common code for disambiguating by type signature\r\n\r\n* Change `typeSpellings(for:)` to specify _included_ token kinds\r\n\r\n* Add examples of disambiguation string in code comment\r\n\r\n* Avoid creating disambiguation string to find `Disambiguation.none`","shortMessageHtmlLink":"Support disambiguating links with type signature information (#643)"}},{"before":"37a2d03ed95cd6c9f0c4363ec502c4e6dec09118","after":"02346ee70d62a4536776558588a454026d8958ca","ref":"refs/heads/main","pushedAt":"2024-09-16T11:12:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"fixes curation of a floating article on API documentation (#1028)","shortMessageHtmlLink":"fixes curation of a floating article on API documentation (#1028)"}},{"before":"e4f1bc5565fd89b953d6ca40506f9a220e12dbe9","after":"37a2d03ed95cd6c9f0c4363ec502c4e6dec09118","ref":"refs/heads/main","pushedAt":"2024-09-09T14:43:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Fix Duplicate Links in Auto Curated API Collections (#1021)\n\n* Remove extra commas from MixedLanguageFramework.symbols.json fixtures\r\n\r\n* DocumentationContext#registerSymbols passes a unique set of\r\nrelationships to GeneratedDocumentationTopics.createInheritedSymbolsAPICollections.\r\n\r\n* Rewrite unit test, avoiding manual changes\r\nto symbol graph fixture files\r\n\r\nrdar://133964293","shortMessageHtmlLink":"Fix Duplicate Links in Auto Curated API Collections (#1021)"}},{"before":"feb6dc112c1612972f5e652739fe842df1421cc8","after":"e4f1bc5565fd89b953d6ca40506f9a220e12dbe9","ref":"refs/heads/main","pushedAt":"2024-09-06T14:59:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Deprecate an unused public render node transformer. (#1019)","shortMessageHtmlLink":"Deprecate an unused public render node transformer. (#1019)"}},{"before":"ac5ba2990756725ba931a73f427b94df8610d900","after":"feb6dc112c1612972f5e652739fe842df1421cc8","ref":"refs/heads/main","pushedAt":"2024-09-06T14:50:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"rdar://103619334 make the REST and Plist render sections public. (#1020)\n\n* rdar://103619334 make the REST and Plist render sections public.\r\n\r\n* Rename PlistDetailsRenderSection -> PropertyListDetailsRenderSection\r\n\r\nGive the type a public initializer, too.\r\n\r\n* Rename RESTResponseRenderSection.items to .responses\r\n\r\n* Rename RESTParametersRenderSection.items to .parameters\r\n\r\n* Remove the kind from PropertyListDetailsRenderSection initializer\r\n\r\nBecause clients should not change the kind.","shortMessageHtmlLink":"rdar://103619334 make the REST and Plist render sections public. (#1020)"}},{"before":"9f1c9d8555cea35a5843af1e8787aad7d202f313","after":"ac5ba2990756725ba931a73f427b94df8610d900","ref":"refs/heads/main","pushedAt":"2024-09-04T08:51:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sofiaromorales","name":"Sofía Rodríguez","path":"/sofiaromorales","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49292858?s=80&v=4"},"commit":{"message":"Display entitlement key in symbol reference (#1018)\n\nReferences to property lists display the key name.\r\n\r\nWhen referencing a symbol in a topics section, if the symbol is a property that contains a key and a custom title, display the key name under the abstract.\r\n\r\nrdar://129540266","shortMessageHtmlLink":"Display entitlement key in symbol reference (#1018)"}},{"before":"4d915c5b12e7929e9d589efcf2d2956501824857","after":"9f1c9d8555cea35a5843af1e8787aad7d202f313","ref":"refs/heads/main","pushedAt":"2024-09-02T16:35:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Support documenting http responses, property list values, parameters, etc. with spaces in the name (#1017)","shortMessageHtmlLink":"Support documenting http responses, property list values, parameters,…"}},{"before":"a08f470eeb4d98ed187f4acdb7156588319e531a","after":"4d915c5b12e7929e9d589efcf2d2956501824857","ref":"refs/heads/main","pushedAt":"2024-09-02T10:14:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Support multiple paragraphs (and other block content) for all tags (#1014)\n\n* Support multiple paragraphs (and other blocks content) for all tags\r\n\r\nrdar://134439521 \r\nrdar://134356001\r\n\r\n* Code review: Add documentation for private helper functions","shortMessageHtmlLink":"Support multiple paragraphs (and other block content) for all tags (#…"}},{"before":null,"after":"61f67ae2d1ece463090554578a4362e67333c55b","ref":"refs/heads/release/6.0.1","pushedAt":"2024-08-31T18:26:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"use SymbolKit's unified graph overload grouping\n\nrdar://128624412","shortMessageHtmlLink":"use SymbolKit's unified graph overload grouping"}},{"before":"1b6e17b77462482027fc329bcf8e7f1af2f3525d","after":"a08f470eeb4d98ed187f4acdb7156588319e531a","ref":"refs/heads/main","pushedAt":"2024-08-29T10:40:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"sofiaromorales","name":"Sofía Rodríguez","path":"/sofiaromorales","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/49292858?s=80&v=4"},"commit":{"message":"Support Possible Values section (#1006)\n\nSupport for Possible Values section.\r\n\r\nSupport a new markdown tag, `possibleValues`, and a new `Possible Values` render section to document possible values extracted from the SymbolGraph.\r\n\r\nIf a documented possible value does not correspond with the values from the SymbolGraph, it is dropped.\r\n\r\nrdar://123262314\r\n\r\n- Links inside possible values description gets resolved.\r\n- Remove possible values from the Attributes render section.\r\n- Display all possible values in its own section.\r\n- Display possible values even when any is documented.\r\n- Made `Possible Values` public API.","shortMessageHtmlLink":"Support Possible Values section (#1006)"}},{"before":"2be46d9e7efdbd00ec30200a7d389550b5d3f9ae","after":"1b6e17b77462482027fc329bcf8e7f1af2f3525d","ref":"refs/heads/main","pushedAt":"2024-08-24T04:09:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Fix a bug where article-only catalogs couldn't resolve external links (#1013)","shortMessageHtmlLink":"Fix a bug where article-only catalogs couldn't resolve external links ("}},{"before":"3eca64f324e1eceda24549601f1e897660a7947c","after":"2be46d9e7efdbd00ec30200a7d389550b5d3f9ae","ref":"refs/heads/main","pushedAt":"2024-08-23T15:21:15.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Support documenting return values for Swift initializers (#1015)\n\nrdar://134552183","shortMessageHtmlLink":"Support documenting return values for Swift initializers (#1015)"}},{"before":"610d73296ebd6ca224c921925d06c2108f850183","after":"3eca64f324e1eceda24549601f1e897660a7947c","ref":"refs/heads/main","pushedAt":"2024-08-21T08:13:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Synthesize a minimal landing page for combined archives (#1011)\n\n* Synthesize a minimal landing page for combined archives\r\n\r\nrdar://79160385\r\n\r\n* Handle a missing \"references\" section in the to-be-merged root pages\r\n\r\n* Code review feedback: Remove enum case that's not used yet\r\n\r\n* Code review feedback: Add CLI argument to customize synthesized landing page topic style\r\n\r\n* Code review feedback: Hide not-yet-supported merge CLI option","shortMessageHtmlLink":"Synthesize a minimal landing page for combined archives (#1011)"}},{"before":null,"after":"61f67ae2d1ece463090554578a4362e67333c55b","ref":"refs/heads/release/6.0.0","pushedAt":"2024-08-21T06:52:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"shahmishal","name":"Mishal Shah","path":"/shahmishal","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2727770?s=80&v=4"},"commit":{"message":"use SymbolKit's unified graph overload grouping\n\nrdar://128624412","shortMessageHtmlLink":"use SymbolKit's unified graph overload grouping"}},{"before":"979ea2d8b3cd6ca8f71627ce62250fb109286b0a","after":"610d73296ebd6ca224c921925d06c2108f850183","ref":"refs/heads/main","pushedAt":"2024-08-20T12:54:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"[test only] Combine many of the various SGF test helpers (#955)","shortMessageHtmlLink":"[test only] Combine many of the various SGF test helpers (#955)"}},{"before":"142150082468e9c35ac1d4fff879b74ebe5ff8c3","after":"b7db4ad154b927e4e9acc8285d35ed0a44126194","ref":"refs/heads/gh-pages","pushedAt":"2024-08-20T07:51:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Update GitHub Pages documentation site to 84af7e7d","shortMessageHtmlLink":"Update GitHub Pages documentation site to 84af7e7"}},{"before":"7f3c461baa7489032144619c44a81ba3cb22f233","after":"142150082468e9c35ac1d4fff879b74ebe5ff8c3","ref":"refs/heads/gh-pages","pushedAt":"2024-08-20T07:47:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Update GitHub Pages documentation site to 84af7e7d","shortMessageHtmlLink":"Update GitHub Pages documentation site to 84af7e7"}},{"before":"42c84368ff1b723a78cf265244328529a77c354c","after":"979ea2d8b3cd6ca8f71627ce62250fb109286b0a","ref":"refs/heads/main","pushedAt":"2024-08-15T16:11:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Support parsing links to C++ operators with trailing anchors and disambiguation (#1003)\n\n* Support parsing links to C++ operators\r\n\r\nrdar://119616317\r\n\r\n* Extract and reuse common path component parsing code\r\n\r\n* Add additional test that verifies resolving links to C++ operators\r\n\r\n* Remove repeated code comment\r\n\r\n* Rename private methods for clarity at their call sites\r\n\r\n* Add a some extra internal documentation and code comments to describe how link strings are parsed into structured components","shortMessageHtmlLink":"Support parsing links to C++ operators with trailing anchors and disa…"}},{"before":"afa67522d282c52ee7c647bf6c2463215c0d7891","after":"42c84368ff1b723a78cf265244328529a77c354c","ref":"refs/heads/main","pushedAt":"2024-08-15T15:09:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"d-ronnqvist","name":"David Rönnqvist","path":"/d-ronnqvist","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1228143?s=80&v=4"},"commit":{"message":"Remove un-actionable warning about not finding an external symbol (#1010)","shortMessageHtmlLink":"Remove un-actionable warning about not finding an external symbol (#1010"}},{"before":"dc2ec9e940e57d27a720b69a7ff47d4f092951c8","after":"afa67522d282c52ee7c647bf6c2463215c0d7891","ref":"refs/heads/main","pushedAt":"2024-08-06T21:44:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"QuietMisdreavus","name":"QuietMisdreavus","path":"/QuietMisdreavus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5217170?s=80&v=4"},"commit":{"message":"memoize the common fragments calculation","shortMessageHtmlLink":"memoize the common fragments calculation"}},{"before":"1b8ae0c83655147eaead281bba9847f3b6183ff6","after":"dc2ec9e940e57d27a720b69a7ff47d4f092951c8","ref":"refs/heads/main","pushedAt":"2024-08-05T11:37:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"anferbui","name":"Andrea Fernandez Buitrago","path":"/anferbui","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15234535?s=80&v=4"},"commit":{"message":"Update `BlockDirective` extensions (#983)\n\n* Move `directivesRemovedFromContent` to `BlockDirective`\r\n\r\nWhile looking at https://github.com/swiftlang/swift-docc/pull/982, I found that there's a better place to keep the list of directive names which we consider removed from content -- we already had a file with lists of directive names so it'll be clearer to keep all of them in the same file.\r\n\r\n* Add missing directive names to `BlockDirective.allKnownDirectiveNames`\r\n\r\nA lot of directive names were missing from `BlockDirective.allDirectiveNames`. I've updated the array to include all the missing directives which I could find.\r\n\r\nThis property is used to throw warnings about directives which are not supported in symbol source documentation.\r\n\r\n* Remove duplicated `directivesRemovedFromContent` definition\r\n\r\n`directivesRemovedFromContent` was being defined in both `DocumentationMarkup` and `BlockDirective`, removed the duplicate definition.","shortMessageHtmlLink":"Update BlockDirective extensions (#983)"}},{"before":"8cddd5770e7b6759f43da587fc411e5a23abe4a3","after":"1b8ae0c83655147eaead281bba9847f3b6183ff6","ref":"refs/heads/main","pushedAt":"2024-07-30T18:53:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"patshaughnessy","name":"Pat Shaughnessy","path":"/patshaughnessy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/28140?s=80&v=4"},"commit":{"message":"ExternalReferenceWalker walks all variants of symbols' parameters section (#995)","shortMessageHtmlLink":"ExternalReferenceWalker walks all variants of symbols' parameters sec…"}},{"before":"6d8a875f964c89a9fa4104f535d895c4cb91ca17","after":"61f67ae2d1ece463090554578a4362e67333c55b","ref":"refs/heads/release/6.0","pushedAt":"2024-07-29T19:23:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"QuietMisdreavus","name":"QuietMisdreavus","path":"/QuietMisdreavus","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5217170?s=80&v=4"},"commit":{"message":"use SymbolKit's unified graph overload grouping\n\nrdar://128624412","shortMessageHtmlLink":"use SymbolKit's unified graph overload grouping"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxNjo0NjozMi4wMDAwMDBazwAAAAS-OPh5","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yM1QxNjo0NjozMi4wMDAwMDBazwAAAAS-OPh5","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0yOVQxOToyMzo0NS4wMDAwMDBazwAAAASMQP-G"}},"title":"Activity · swiftlang/swift-docc"}