swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC
https://swiftpackageindex.com/swiftlang/swift-docc-plugin/documentation/swiftdoccplugin
Apache License 2.0
317 stars 54 forks source link

Xcode 13 produces error `Cannot find type 'SnippetBuilder'` in scope #37

Closed sofiaromorales closed 1 year ago

sofiaromorales commented 1 year ago

Bug/issue #, if applicable: #36

Summary

Fix for bug introduced in https://github.com/apple/swift-docc-plugin/commit/5f2e247f5efef4ff8ee603443a9a29225ce9f0e2 refactor, where SnippetBuilder had to be refactored to SnippetExtractor.

Dependencies

N/A

Testing

N/A

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

ethan-kusters commented 1 year ago

@swift-ci please test

ethan-kusters commented 1 year ago

@swift-ci please test

ethan-kusters commented 1 year ago

@swift-ci please test

ethan-kusters commented 1 year ago

Thank you @sofiaromorales!