sourcekitten Docs (93% documented)

sourcekitten Reference compiler_arguments_from_xcodebuild_output(_:language:) Function Reference

compiler_arguments_from_xcodebuild_output(_:language:)

Parses the compiler arguments needed to compile the language aspects of an Xcode project

  • Filters compiler arguments from xcodebuild to something that libClang/sourcekit will accept

    Declaration

    Swift

    func filterArguments(var args: [String]) -> [String]
  • Partially filters compiler arguments from xcodebuild to something that libClang/sourcekit will accept

    Declaration

    Swift

    func partiallyFilterArguments(var args: [String]) -> ([String], Bool)