parse(bytes:)

Parse the next bytes of the Swift compiler JSON output.

XCBuildOutputParser.swift:52
func parse<C>(bytes: C) where C : Collection, C.Element == UInt8