Open source Swift is developed in the open at Swift.org , with source code, a bug tracker, forums, and regular development builds available for everyone. This broad community of developers, both inside Apple as well as hundreds of outside contributors, work together to make Swift even more amazing.
Read moreWhat should a Swift developer know?
Things You Should Definitely Know as an iOS Developer (Part 1)
Read moreIs Swift like Python?
Swift is more similar to languages such as Ruby and Python than is Objective-C . For example, it’s not necessary to end statements with a semicolon in Swift, just like in Python. In Objective-C, on the other hand, it’s necessary to do so; forgetting a semicolon at the end of just a single statement can cause errors.
Read more