We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8d07c commit f39fc6cCopy full SHA for f39fc6c
Sources/TSCUtility/Tracing.swift
@@ -10,7 +10,7 @@
10
11
import Foundation
12
13
-public enum TracingEventType {
+public enum TracingEventType: String, Codable {
14
case asyncBegin
15
case asyncEnd
16
}
@@ -62,7 +62,7 @@ extension TracingCollectionProtocol {
62
63
64
65
-public struct TracingEvent: TracingEventProtocol {
+public struct TracingEvent: TracingEventProtocol, Codable {
66
public let cat: String
67
public let name: String
68
public let id: String
0 commit comments