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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking Changes
SDGSwiftSource has been completely rewritten to be more consistent with modern versions of SwiftSyntax and Markdown.
Features handled by DocC are no longer duplicated in SDGSwiftSource.
Testing and loading coverage is now a single method call, conforming to the new behaviour of the Swift 5.8 toolchain. (The method still supports with older toolchains, where it invokes multiple commands in a row to achieve the same effect.)
New Features
DocC commands are supported.
Bug Fixes
Swift 5.8 is fully supported on all platforms and new compiler warnings have been dealt with.
Features dependent on SwiftSyntax are available on more platforms.