Skip to content

Commit a23cb26

Browse files
committed
Remove some more SPI attributes
1 parent 644e1fb commit a23cb26

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

Sources/Overlays/_Testing_CoreGraphics/Attachments/_AttachableImageContainer.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010

1111
#if SWT_TARGET_OS_APPLE && canImport(CoreGraphics)
12-
@_spi(Experimental) public import Testing
12+
public import Testing
1313
private import CoreGraphics
1414

1515
private import ImageIO

Sources/Testing/Events/Event.swift

-1
Original file line numberDiff line numberDiff 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.

Sources/Testing/Events/Recorder/Event.Symbol.swift

-1
Original file line numberDiff line numberDiff 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
}

Sources/Testing/Issues/Issue.swift

-1
Original file line numberDiff line numberDiff 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.

Sources/Testing/Running/Configuration.swift

-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)