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
Resolve warnings in `Tests/PackageModelTests/MinimumDeploymentTargetTests.swift` .
### Motivation:
3 warnings were displayed indicating that a deprecated function is being
used and suggesting the use of an alternative function.
### Modifications:
Following the suggestion, the warning was resolved.
### Result:
The following warnings have been resolved:
> `init(arguments:environment:exitStatus:output:stderrOutput:)` is
deprecated: use
`init(arguments:environmentBlock:exitStatus:output:stderrOutput:)`
0 commit comments