Skip to content

Commit cf37dd8

Browse files
committed
make error func can be internal
1 parent fbc829f commit cf37dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Distributed/DistributedMetadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func _getWitnessTablesFor(
111111

112112
@available(SwiftStdlib 5.7, *)
113113
@_silgen_name("swift_distributed_makeDistributedTargetAccessorNotFoundError")
114-
public // SPI Distributed
114+
internal // SPI Distributed
115115
func _makeDistributedTargetAccessorNotFoundError(
116116
_ targetNameStart: UnsafePointer<UInt8>,
117117
_ targetNameLength: UInt

0 commit comments

Comments
 (0)