[plugin] Use Swift SubProcess instead of Process when it will be available #364
Labels
area/performance
Improvements to performance.
kind/enhancement
Improvements to existing feature.
semver/none
No version bump required.
size/S
Small task. (A couple of hours of work.)
status/blocked
Waiting for another issue.
Expected behavior
The Plugins/AWSLambdaPackager/PluginUtils.swift struct should use
SubProcess
instead of Foundation'sProcess
https://github.com/apple/swift-foundation/blob/main/Proposals/0007-swift-subprocess.md
Actual behavior
The struct uses
Process
Steps to reproduce
n/a
If possible, minimal yet complete reproducer code (or URL to code)
n/a
What version of this project (
swift-aws-lambda-runtime
) are you using?main
Swift version
Amazon Linux 2 docker image version
No response
The text was updated successfully, but these errors were encountered: