File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
Overlays/_Testing_CoreGraphics/Attachments Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 99//
1010
1111#if SWT_TARGET_OS_APPLE && canImport(CoreGraphics)
12- @ _spi ( Experimental ) public import Testing
12+ public import Testing
1313private import CoreGraphics
1414
1515private import ImageIO
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ public struct Event: Sendable {
102102 ///
103103 /// - Parameters:
104104 /// - attachment: The attachment that was created.
105- @_spi ( Experimental)
106105 indirect case valueAttached( _ attachment: Attachment < AnyAttachable > )
107106
108107 /// A test ended.
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ extension Event {
4444 case details
4545
4646 /// The symbol to use when describing an instance of ``Attachment``.
47- @_spi ( Experimental)
4847 case attachment
4948 }
5049}
Original file line number Diff line number Diff line change @@ -65,7 +65,6 @@ public struct Issue: Sendable {
6565 ///
6666 /// - Parameters:
6767 /// - error: The error which was associated with this issue.
68- @_spi ( Experimental)
6968 case valueAttachmentFailed( _ error: any Error )
7069
7170 /// An issue occurred due to misuse of the testing library.
Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ public struct Configuration: Sendable {
237237 /// The value of this property must refer to a directory on the local file
238238 /// system that already exists and which the current user can write to. If it
239239 /// is a relative path, it is resolved to an absolute path automatically.
240- @_spi ( Experimental)
241240 public var attachmentsPath : String ? {
242241 get {
243242 _attachmentsPath
You can’t perform that action at this time.
0 commit comments