Flycheck extension for Apple's Swift programming language.
Coming soon.
Install Flycheck.
git clone --depth 1 https://github.com/swift-emacs/flycheck-swift.git
cd flycheck-swift
emacs --batch -l package -f package-initialize --eval '(package-install-file "flycheck-swift.el")'
Add the following line to the ~/.emacs.d/init.el or ~/.emacs.
(eval-after-load 'flycheck '(flycheck-swift-setup))
Install cask.
git clone https://github.com/swift-emacs/flycheck-swift.git
cd flycheck-swift
make install
Add the following line to the ~/.emacs.d/init.el or ~/.emacs.
(eval-after-load 'flycheck '(flycheck-swift-setup))
The name of the executable, i.e. swiftc.
Extra flags prepended to arguments of swiftc.
A path to the targeted SDK.
A list of source file paths to link against. Each path can be glob, i.e. *.swift.
A list of framework search paths.
A list of include file search paths to pass to the Objective-C compiler.
Target used by swift compiler.
Objective C header file to import.
GPLv3. See COPYING for details. Copyright (C) 2014-2016 taku0, Chris Barrett, Bozhidar Batsov, Arthur Evstifeev.