Skip to content

Commit bd5fd23

Browse files
committed
Restate Sendable conformance to XcodeToolsProcess
1 parent 20dfb83 commit bd5fd23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ProcessInvocation/ProcessInvocation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ class XcodeToolsProcessExtender : NSObject, SPITaskExtender {
10941094
A subclass of Process whose termination handler is overridden, in order for XcodeTools
10951095
to set its own termination handler and
10961096
still let clients use it. */
1097-
private class XcodeToolsProcess : Process {
1097+
private class XcodeToolsProcess : Process, @unchecked Sendable {
10981098

10991099
#if swift(>=6)
11001100
typealias TerminationHandler = (@Sendable (Process) -> Void)

0 commit comments

Comments
 (0)