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
322 stars 53 forks source link

Fix compatibility with Xcode 13.3 Beta 3 #4

Closed ethan-kusters closed 2 years ago

ethan-kusters commented 2 years ago

Summary

The PackagePlugin module in Xcode 13.3 Beta 3 requires the async version of the CommandPlugin.performCommand method.

This marks the performCommand method in both SwiftDocCConvert and SwiftDocCPreview as async to meet this requirement.

Testing

Build the version of the plugin in this PR with Xcode 13.3 Beta 3 and confirm that the build passes.

Checklist

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

ethan-kusters commented 2 years ago

@swift-ci please test

ethan-kusters commented 2 years ago

False alarm! Looks like things are working as-is with Xcode 13.3 Beta 3. 😊

Closing this out.