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
{{ message }}
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Hmm....maybe due to 5.0 having a better compatibility layer with Swift 4.1 mode on macOS? We should be able to silence the warnings with a combination of #if os and #if compiler, but this seems like it should be fixed in Swift / core libs foundation itself.
I am not sure if this is a linux, swift, or core issue.
Core/Process+Execute.swift:163:17: warning: 'launchPath' is deprecated: renamed to 'executableURL'
Core/Process+Execute.swift:167:17: warning: 'launch()' is deprecated: renamed to 'run'
Do not get these warnings in Xcode.
Version 3.9.0 of Core
The text was updated successfully, but these errors were encountered: