Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

2 Warnings during linux build with 5.0.x swift #204

Open
dougreid72 opened this issue Apr 24, 2019 · 4 comments
Open

2 Warnings during linux build with 5.0.x swift #204

dougreid72 opened this issue Apr 24, 2019 · 4 comments
Labels
Projects

Comments

@dougreid72
Copy link

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

@tanner0101 tanner0101 added the bug label Apr 25, 2019
@tanner0101 tanner0101 added this to To Do in Vapor 3 via automation Apr 25, 2019
@tanner0101
Copy link
Member

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.

@dougreid72
Copy link
Author

Should I put in a ticket with swift?

@tanner0101
Copy link
Member

Yeah that would be great. :)

@dougreid72
Copy link
Author

I created an issue at bugs.swift.org.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
No open projects
Vapor 3
  
To Do
Development

No branches or pull requests

2 participants