File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -233,10 +233,10 @@ public final class Inotify {
233
233
private var wds : [ Int32 : AbsolutePath ] = [ : ]
234
234
235
235
/// The queue on which we read the events.
236
- private let readQueue = DispatchQueue ( label: " org.swift.swiftpm. \( Inotify . self) .read) " )
236
+ private let readQueue = DispatchQueue ( label: " org.swift.swiftpm. \( Inotify . self) .read " )
237
237
238
238
/// Callback queue for the delegate.
239
- private let callbacksQueue = DispatchQueue ( label: " org.swift.swiftpm. \( Inotify . self) .callback) " )
239
+ private let callbacksQueue = DispatchQueue ( label: " org.swift.swiftpm. \( Inotify . self) .callback " )
240
240
241
241
/// Condition for handling event reporting.
242
242
private var reportCondition = Condition ( )
@@ -625,7 +625,7 @@ public final class FSEventStream {
625
625
private var runLoop : CFRunLoop ?
626
626
627
627
/// Callback queue for the delegate.
628
- fileprivate let callbacksQueue = DispatchQueue ( label: " org.swift.swiftpm. \( FSEventStream . self) .callback) " )
628
+ fileprivate let callbacksQueue = DispatchQueue ( label: " org.swift.swiftpm. \( FSEventStream . self) .callback " )
629
629
630
630
public init (
631
631
paths: [ AbsolutePath ] ,
You can’t perform that action at this time.
0 commit comments