mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The code goes into its own sub-tree under 'tools' but tests go under 'test', so that running 'check-swift' will also run all the SourceKit tests. SourceKit is disabled on non-darwin platforms.
64 lines
1.5 KiB
Plaintext
64 lines
1.5 KiB
Plaintext
{
|
|
key.hash: <hash>,
|
|
key.dependencies: [
|
|
{
|
|
key.kind: source.lang.swift.import.module.swift,
|
|
key.name: "Swift",
|
|
key.filepath: Swift.swiftmodule,
|
|
key.hash: <hash>,
|
|
key.is_system: 1
|
|
},
|
|
{
|
|
key.kind: source.lang.swift.import.sourcefile,
|
|
key.name: "ObjectiveC",
|
|
key.filepath: ObjectiveC.swift,
|
|
key.hash: <hash>,
|
|
key.dependencies: [
|
|
{
|
|
key.kind: source.lang.swift.import.module.swift,
|
|
key.name: "Swift",
|
|
key.filepath: Swift.swiftmodule,
|
|
key.hash: <hash>,
|
|
key.is_system: 1
|
|
},
|
|
{
|
|
key.kind: source.lang.swift.import.module.clang,
|
|
key.name: "ObjectiveC",
|
|
key.filepath: ObjectiveC.pcm,
|
|
key.is_system: 1
|
|
}
|
|
]
|
|
}
|
|
],
|
|
key.entities: [
|
|
{
|
|
key.kind: source.lang.swift.decl.var.global,
|
|
key.name: "v",
|
|
key.usr: "s:v4main1vGSqCSo8NSObject_",
|
|
key.line: 7,
|
|
key.column: 5,
|
|
key.entities: [
|
|
{
|
|
key.kind: source.lang.swift.decl.function.accessor.getter,
|
|
key.usr: "s:F4maing1vGSqCSo8NSObject_",
|
|
key.line: 7,
|
|
key.column: 5
|
|
},
|
|
{
|
|
key.kind: source.lang.swift.decl.function.accessor.setter,
|
|
key.usr: "s:F4mains1vGSqCSo8NSObject_",
|
|
key.line: 7,
|
|
key.column: 5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
key.kind: source.lang.swift.ref.class,
|
|
key.name: "NSObject",
|
|
key.usr: "c:objc(cs)NSObject",
|
|
key.line: 7,
|
|
key.column: 8
|
|
}
|
|
]
|
|
}
|