Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- San Jose, CA
- http://www.cwakamo.com/
Popular repositories
-
-
-
Forked from apple/swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
JavaScript
-
Forked from apple/swift-xcode-playground-support
Logging and communication to allow Swift toolchains to communicate with Xcode.
Swift
-
Forked from apple/swift-lldb
This is the version of LLDB that supports the Swift programming language & REPL.
C++
-
Forked from apple/swift-corelibs-foundation
The Foundation Project, providing core utilities, internationalization, and OS independence
C
18 contributions in the last year
Contribution activity
March - June 2020
February 2020
Created a pull request in apple/swift-xcode-playground-support that received 2 comments
[5.2][PlaygroundLogger] Implemented a check to avoid trying to log nil-con…
…taining non-Optional objects. It is undefined behavior for a non-Optional object to be nil in Swift, and at present, PlaygroundLogger triggers cra…