Skip to content
View bitjammer's full-sized avatar

Organizations

@apple
Block or Report

Block or report bitjammer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
bitjammer/README.md

Hi there 👋

I currently work on the Developer Publications team at Apple and am currently focused on the developer user experience, such as learning and using Swift, and documentation systems.

As a former full-time Swift contributor, here are some things that I helped pioneer:

  • lib/Markup and Markdown-style documentation comments.
    I used the cmark library for parsing doc comments and an internal syntax tree to interface with the compiler.
  • Reflection metadata for the Xcode Memory Graph Debugger
  • lib/Syntax. This was the original C++ implementation which is now removed in favor of the Swift-based SwiftSyntax.
    The model is an immutable tree that can share data between trees, using positional information to place the syntax in a concrete place such as a file.
  • lib/Migrator. This was a rewrite of the migrator engine which previously relied on integrating with a previous version of the Swift compiler to understand the old code.

Other things I helped create more recently:

  • Symbol Graph Documentation Format and the library that implements it, SymbolKit.
    This represents symbols as nodes and relationships such as "member of", "conforms to", and "subclass of". A symbol ontology, I guess.
  • Swift Markdown and authoring experience for DocC.
    I used a similar approach to lib/Syntax in Swift. This library also contains extensions for block directives, a block element container that allows for metadata such as key-value pairs or other information.
  • DocC

I post on Mastodon.

Popular repositories

  1. SnippetTest SnippetTest Public

    An example Swift package to show how to use the initial version of Swift Snippets

    Swift 3

  2. swift-evolution swift-evolution Public

    Forked from apple/swift-evolution

    This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.

    Markdown 1

  3. swift-showcase-snippets swift-showcase-snippets Public

    Swift 1

  4. swift-cmark swift-cmark Public

    Forked from apple/swift-cmark

    CommonMark parsing and rendering library and program in C

    C

  5. dither dither Public

    Forked from jonmortiboy/dither

    A small program written in C showing implementations of common image dithering algorithms.

    C

  6. llvm-project llvm-project Public

    Forked from apple/llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. This fork is used to manage Apple’s stable releases of Clang as well as support the Swift project.