File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ extension ExitTest {
274
274
/// - ``failure``
275
275
/// - ``exitCode(_:)``
276
276
/// - ``signal(_:)``
277
- public struct Condition : Sendable {
277
+ public struct Condition : Sendable , CustomStringConvertible {
278
278
/// A condition that matches when a process terminates successfully with exit
279
279
/// code `EXIT_SUCCESS`.
280
280
///
@@ -351,7 +351,7 @@ by the `StatusAtExit` enumeration:
351
351
#if SWT_NO_PROCESS_SPAWNING
352
352
@available (* , unavailable , message : " Exit tests are not available on this platform." )
353
353
#endif
354
- public enum StatusAtExit : Sendable {
354
+ public enum StatusAtExit : Sendable , Equatable , CustomStringConvertible {
355
355
/// The process terminated with the given exit code.
356
356
///
357
357
/// [...]
You can’t perform that action at this time.
0 commit comments