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 21b303f + f478b79 commit 058018fCopy full SHA for 058018f
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