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.
1 parent 9a928df commit 0a947e1Copy full SHA for 0a947e1
Sources/Tracing/Span.swift
@@ -12,7 +12,11 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
+#if swift(>=5.6.0)
16
@preconcurrency import struct Dispatch.DispatchWallTime
17
+#else
18
+import struct Dispatch.DispatchWallTime
19
+#endif
20
@_exported import InstrumentationBaggage
21
22
/// A `Span` represents an interval from the start of an operation to its end, along with additional metadata included
0 commit comments