Closed ethan-kusters closed 2 years ago
The PackagePlugin module in Xcode 13.3 Beta 3 requires the async version of the CommandPlugin.performCommand method.
async
CommandPlugin.performCommand
This marks the performCommand method in both SwiftDocCConvert and SwiftDocCPreview as async to meet this requirement.
performCommand
Build the version of the plugin in this PR with Xcode 13.3 Beta 3 and confirm that the build passes.
Make sure you check off the following items. If they cannot be completed, provide a reason.
./bin/test
@swift-ci please test
False alarm! Looks like things are working as-is with Xcode 13.3 Beta 3. 😊
Closing this out.
Summary
The PackagePlugin module in Xcode 13.3 Beta 3 requires the
async
version of theCommandPlugin.performCommand
method.This marks the
performCommand
method in both SwiftDocCConvert and SwiftDocCPreview asasync
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.
Added testsNon-functional change../bin/test
script and it succeeded