Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thii/homebrew-swift-runtime
Swift 5 Runtime Support for Command Line Tools
https://github.com/thii/homebrew-swift-runtime
Last synced: 11 days ago
JSON representation
Swift 5 Runtime Support for Command Line Tools
- Host: GitHub
- URL: https://github.com/thii/homebrew-swift-runtime
- Owner: thii
- Created: 2019-06-15T06:45:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T00:28:02.000Z (over 4 years ago)
- Last Synced: 2024-12-18T15:50:13.100Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Swift 5 Runtime Support for Command Line Tools
Swift 5+ compiler no longer supports statically linking the Swift libraries.
These libraries are included in the OS by default starting with macOS Mojave
10.14.4. This cask installs the Swift Runtime Support For Command Line Tools
package for macOS Mojave 10.14.3 and earlier, so that you can run command line
tools built with Swift 5+ compiler on those machines.## Installation
```
brew cask install thii/swift-runtime/swift-runtime
```