Created
August 11, 2020 08:10
-
-
Save vedon/7618f73975d553e76a41601ac3f4b7fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-08-11 16:09:10.248 Xcode[33874:47431447] SourceKit-client: [2:response:775:944.9466] [227] { | |
key.diagnostic_stage: source.diagnostic.stage.swift.parse, | |
key.syntaxmap: [ | |
], | |
key.substructure: [ | |
{ | |
key.kind: source.lang.swift.decl.class, | |
key.name: "Modal", | |
key.offset: 147, | |
key.length: 55, | |
key.nameoffset: 153, | |
key.namelength: 5, | |
key.runtime_name: "_TtC12IndexingDemo5Modal", | |
key.substructure: [ | |
{ | |
key.kind: source.lang.swift.decl.function.method.instance, | |
key.name: "doSomething()", | |
key.offset: 165, | |
key.length: 35, | |
key.nameoffset: 170, | |
key.namelength: 13, | |
key.bodyoffset: 185, | |
key.bodylength: 14, | |
key.accessibility: source.lang.swift.accessibility.internal | |
} | |
], | |
key.bodyoffset: 160, | |
key.bodylength: 41, | |
key.accessibility: source.lang.swift.accessibility.internal | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment