You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Hi!
I'm on Ubuntu 18.04.4 LTS installed the Swift 5.2.4 release and built swift doc from source from the master branch (beta.3).
I wanted to generate documentation for www.github.com/vapor/async-kit (master branch).
But this fails when using the following command swift doc generate ./Sources/ --module-name AsyncKit --output Documentation
It prints the following error: 2020-06-12T19:59:49+0000 critical: Unable to construct path for /(_:_:) with baseURL / Fatal error: file /root/swift-doc/Sources/swift-doc/Supporting Types/Page.swift, line 55 Illegal instruction (core dumped)
and exits with exit code 132.
Any ideas what could be causing this?