Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Sources/Testing/Attachments/Attachment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public struct Attachment<AttachableValue> where AttachableValue: Attachable & ~C
///
/// The value of this property is used when recording issues associated with
/// the attachment.
var sourceLocation: SourceLocation
@_spi(ForToolsIntegrationOnly)
public internal(set) var sourceLocation: SourceLocation
}

extension Attachment: Sendable where AttachableValue: Sendable {}
Expand Down