XcodesOrg / xcodes

The best command-line tool to install and switch between multiple versions of Xcode.
MIT License
3.66k stars 122 forks source link

Update Makefile - refactor swift-build option #214

Closed ahmetgeymen closed 1 year ago

ahmetgeymen commented 1 year ago

trying to fix warning message comes from swift build during installation with brew.

"warning: '--build-path' option is deprecated; use '--scratch-path' instead"

reason: https://github.com/apple/swift-package-manager/pull/4195

MattKiazyk commented 1 year ago

Thanks @ahmetgeymen

MattKiazyk commented 1 year ago

@ahmetgeymen letting you know that I've reverted this change in main for now, because we're still building with Swift 5.6 at the moment and that option doesn't exist yet

ahmetgeymen commented 1 year ago

Ok then, not problem.