Nicholas Maccharoli
github.com/nirma
@din0sr
-
iOS developer based in Tokyo, swift enthusiast.
-
occasional Swift & Swift evolution contributor
-
Author of Swift Evolution Proposal SE-0053 and SE-0177
-
Naturalized Japanese Citizen, Legal name: Katsutoshi (勝利)
- Make an account on bugs.swift.org
- Make an account on forums.swift.org
- Setup development environment
Go over to github.com/apple/swift, read the README, follow setup instructions.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install home-brew
brew install cmake ninja # Get ninja and cmake setup for our build system
mkdir swift-source # If you don't do this, things are gonna get messy
cd swift-source # Move over our new workspace
git clone https://github.com/apple/swift.git
./swift/utils/update-checkout --clone # Setup development environment
utils/build-script
https://swift.org/compiler-stdlib/#compiler-architecture
https://academy.realm.io/posts/tryswift-jesse-squires-contributing-open-source-swift/
https://www.uraimo.com/2016/02/09/a-short-swift-gyb-tutorial/
https://www.youtube.com/watch?v=e18uipMmEoo
Pick an issue and Start Developing!