Skip to content

Commit 00c0b1b

Browse files
authored
Remove @_spi on encoderCLSID (take 2) (#1435)
What it says on the tin. The CI toolchain has been updated. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 3e0efc2 commit 00c0b1b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/Overlays/_Testing_WinSDK/Attachments/AttachableImageFormat+CLSID.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ extension AttachableImageFormat {
195195
/// @Metadata {
196196
/// @Available(Swift, introduced: 6.3)
197197
/// }
198-
#if compiler(>=6.3) && canImport(_GUID)
199-
@_spi(_)
200-
#endif
201198
public var encoderCLSID: CLSID {
202199
kind.encoderCLSID
203200
}
@@ -223,9 +220,6 @@ extension AttachableImageFormat {
223220
/// @Metadata {
224221
/// @Available(Swift, introduced: 6.3)
225222
/// }
226-
#if compiler(>=6.3) && canImport(_GUID)
227-
@_spi(_)
228-
#endif
229223
public init(encoderCLSID: CLSID, encodingQuality: Float = 1.0) {
230224
let encoderCLSID = CLSID.Wrapper(encoderCLSID)
231225
let kind: Kind = if encoderCLSID == CLSID.Wrapper(CLSID_WICPngEncoder) {

0 commit comments

Comments
 (0)