We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题: 环境: arch linux | llvm10 输出:
➜ Kaleidoscope git:(master) swift -v utils/make-pkgconfig.swift Swift version 5.3 (swift-5.3-RELEASE) Target: x86_64-unknown-linux-gnu /usr/lib/swift/bin/swift -frontend -interpret utils/make-pkgconfig.swift -disable-objc-interop -color-diagnostics -module-name main utils/make-pkgconfig.swift:20:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' process.launchPath = path ^ utils/make-pkgconfig.swift:20:13: note: use 'executableURL' instead process.launchPath = path ^~~~~~~~~~ executableURL utils/make-pkgconfig.swift:23:13: warning: 'launch()' is deprecated: renamed to 'run' process.launch() ^ utils/make-pkgconfig.swift:23:13: note: use 'run' instead process.launch() ^~~~~~ run error: Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission."
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题:
环境: arch linux | llvm10
输出:
The text was updated successfully, but these errors were encountered: