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
When I try to build docs for source docs, as shown in the readme, it doesn't work. On an M1 Mac.
Brief Description
% sourcedocs generate --spm-module SourceDocsDemo
Processing SwiftPM module SourceDocsDemo...
SPM build manifest does not exist at `<redacted>/.build/debug.yaml` or does not match expected format.
Error: Error: Failed to generate documentation for SwiftPM module 'SourceDocsDemo'.
Steps to Reproduce
Download tag 2.0 (or main)
Unzip to folder SourceDocs-download
cd SourceDocs-download
sourcedocs generate --spm-module SourceDocsDemo
Get error
Expected Outcome
It builds docs.
Actual Outcome
Error, no docs built
Environment
Xcode 13.1
MacBook Pro M1
swift-driver version: 1.26.9 Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
Target: arm64-apple-macosx12.0
Mac OS 12.0.1
SourceDocs v2.0.0
Additional Comments
Demo Project
Using the main repo's demo project
The text was updated successfully, but these errors were encountered:
When I try to build docs for source docs, as shown in the readme, it doesn't work. On an M1 Mac.
Brief Description
Steps to Reproduce
SourceDocs-download
cd SourceDocs-download
sourcedocs generate --spm-module SourceDocsDemo
Expected Outcome
It builds docs.
Actual Outcome
Error, no docs built
Environment
Xcode 13.1
MacBook Pro M1
swift-driver version: 1.26.9 Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
Target: arm64-apple-macosx12.0
Mac OS 12.0.1
SourceDocs v2.0.0
Additional Comments
Demo Project
Using the main repo's demo project
The text was updated successfully, but these errors were encountered: