swift-unidoc
swift-unidoc copied to clipboard
scalable, multi-package documentation engine for the swift language
if would be nice if frameworks that re-export bindings for other languages, could have documentation that includes automatically generated links to the documentation index websites for those languages (e.g. MDN)
it looks like [Swift on Server](https://github.com/swift-on-server/articles) is finally running into the dependency limit of 32, as there are exactly 33 dependencies linked besides the standard library.
this is odd: https://swiftinit.org/docs/joshuawright11.papyrus/papyrus it's not obvious where these C symbols are coming from
this is a hole that is originally caused by the Swift compiler bug https://github.com/swiftlang/swift/issues/78343 , but is not sufficiently patched by Unidoc’s downstream heuristics. specifically, given two extensions like these...
we’re getting a lot of these all of a sudden ``` Oct 15 20:52:52 u1 unidoc[100118]: Building package 'hummingbird' at '2.2.0' (66746[33]) Oct 15 20:52:51 u1 unidoc[100118]: ' Oct 15...