Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DatadogInternal/Sources/Utils/ReflectionMirror.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public struct ReflectionMirror {
case opaque
}

public enum Path {
public enum Path: Sendable {
case index(Int)
case key(String)
}
Expand Down
2 changes: 1 addition & 1 deletion DatadogInternal/Sources/Utils/Reflector.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Foundation
public struct Reflector {
/// Escalated error during reflection.
public enum Error: Swift.Error {
public struct Context {
public struct Context: Sendable {
let subjectType: Any.Type
let paths: [ReflectionMirror.Path]
}
Expand Down