We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620dfb2 + 0a283a7 commit 5abc223Copy full SHA for 5abc223
tools/swift-inspect/Sources/swift-inspect/RemoteMirror+Extensions.swift
@@ -97,7 +97,7 @@ extension SwiftReflectionContextRef {
97
}
98
99
internal func name(allocation tag: swift_metadata_allocation_tag_t) -> String? {
100
- return swift_reflection_metadataAllocationTagName(self, tag).map(String.init)
+ return swift_reflection_metadataAllocationTagName(self, tag).map(String.init(cString:))
101
102
103
internal func isContiguousArray(_ array: swift_reflection_ptr_t) -> Bool {
0 commit comments