Swift Programming Quick-Start for Fedora 26
Hello Fedora User! The Tutorial Shows You Step-by-Step How-to Install the Swift Compiler and Getting-Started with Swift Programming on Fedora 26 32/64-bit GNU/Linux.
And the Swift Fedora 26 Release includes: Compiler, Lldb, and related Tools.
Furthermore, Swift is a programming language for iOS, macOS, watchOS, and tvOS apps that builds on the best of C and Objective-C, without the constraints of C compatibility.
Then Swift‘s clean slate, backed by the mature and much-loved Cocoa and Cocoa Touch frameworks, is an opportunity to reimagine how software development works.
Again, the Swift Compiler is principally responsible for translating Swift source code into efficient, executable machine code.
However, the Swift Compiler front-end also supports a number of other tools, including IDE integration with syntax coloring, code completion, and other conveniences.

-
Open a Shell Session
(Press “Enter” to Execute Commands) -
Install the Required Package
sudo dnf install clang
If Got “User is Not in Sudoers file” then Look: Solution
-
Download Swift Release for Fedora Linux
-
Double-Click on Archive and Extract into /tmp
-
Relocate the Swift stuff
sudo mv /tmp/swift* /opt/swift
-
Amending the User PATH
echo 'export PATH=/opt/swift/usr/bin:$PATH' >> ~/.bashrc
ReLoad the PATH simply with:
bash
-
Testing Swift Installation
swift --version
In Output you should see the Swift version notice…
-
How-to Quick-Start with Swift Programming
Tags: Fedora, gnu/linux, How-to, install swift Fedora, Install Swift Fedora 26, ios development, ios development Fedora, Linux, quickstart, quickstart swift, quickstart swift Fedora, swift, swift Fedora, Swift Fedora 26, Swift Fedora 26 Installation, Swift Install Fedora 26, swift programming, swift programming Fedora, Swift Programming Fedora 26