You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary:"Source symbol \(relationship.source.singleQuoted) not found locally, from \(relationship.kind.rawValue.singleQuoted) relationship to \(relationship.target.singleQuoted)",
23
-
explanation:"""
24
-
The "source" of a symbol graph relationship should always refer to a symbol in the same symbol graph file.
25
-
If it doesn't, then the tool that created the symbol graph file should move the relationship to the symbol graph file that defines the "source" symbol \
26
-
or remove the relationship if none of the created symbol graph file defines the "source" symbol.
27
-
28
-
The "target" may refer to a symbol in another module.
29
-
For example, if local symbol conforms to a protocol from another module, \
30
-
there will be a "{ source: local-symbol-ID, kind: conformsTo, target: protocol-in-other-module-ID }" relationship.
31
-
32
-
A symbol graph relationship with a non-local "source" symbol is a bug in the tool that created the symbol graph file.
33
-
"""
34
-
),
35
-
possibleSolutions:[]
36
-
)
15
+
/// A namespace for debug assert messages for data-correctness issues in the symbol graph data.
Source symbol \(relationship.source.singleQuoted) not found locally, from \(relationship.kind.rawValue.singleQuoted) relationship to \(relationship.target.singleQuoted).
20
+
21
+
The "source" of a symbol graph relationship should always refer to a symbol in the same symbol graph file.
22
+
If it doesn't, then the tool that created the symbol graph file should move the relationship to the symbol graph file that defines the "source" symbol \
23
+
or remove the relationship if none of the created symbol graph file defines the "source" symbol.
24
+
25
+
The "target" may refer to a symbol in another module.
26
+
For example, if local symbol conforms to a protocol from another module, \
27
+
there will be a "{ source: local-symbol-ID, kind: conformsTo, target: protocol-in-other-module-ID }" relationship.
28
+
29
+
A symbol graph relationship with a non-local "source" symbol is a bug in the tool that created the symbol graph file.
30
+
"""
37
31
}
38
-
/// Returns a problem about a target symbol of an overload group not being found locally.
summary:"Overload group \(relationship.source.singleQuoted) not found locally, from \(relationship.kind.rawValue.singleQuoted) relationship of \(relationship.source.singleQuoted)",
44
-
explanation:"""
45
-
Both the "source" and "target" of an \(relationship.kind.rawValue.singleQuoted) symbol graph relationships with should always refer to symbols in the same symbol graph file.
46
-
A \(relationship.kind.rawValue.singleQuoted) symbol graph relationship with a non-local "target" symbol is a bug in the tool that created the symbol graph file.
Overload group \(relationship.source.singleQuoted) not found locally, from \(relationship.kind.rawValue.singleQuoted) relationship of \(relationship.source.singleQuoted).
36
+
37
+
Both the "source" and "target" of an \(relationship.kind.rawValue.singleQuoted) symbol graph relationships with should always refer to symbols in the same symbol graph file.
38
+
A \(relationship.kind.rawValue.singleQuoted) symbol graph relationship with a non-local "target" symbol is a bug in the tool that created the symbol graph file.
39
+
"""
51
40
}
52
-
/// Returns a problem about a node with the given reference not being found.
Failed to create an unresolved reference for \(reference.path.singleQuoted). It contains characters that are not allowed in the "path" of a RFC 3986 URL.
0 commit comments