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
SwiftPMProduct.swift: fix use of deprecated initializer (#6641)
Fixes a warning produced during compilation of this file:
```
swiftpm/Sources/SPMTestSupport/SwiftPMProduct.swift:58:16: warning: no calls to throwing functions occur within 'try' expression
return try! AbsolutePath(CommandLine.arguments.first!, relativeTo: localFileSystem.currentWorkingDirectory!)
```
0 commit comments