We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a928df commit e3c5bc1Copy full SHA for e3c5bc1
Sources/Tracing/Span.swift
@@ -12,7 +12,11 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
+#if compiler(>=5.6.0)
16
@preconcurrency import struct Dispatch.DispatchWallTime
17
+#else
18
+@preconcurrency 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