We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fdafd commit 4c29bcfCopy full SHA for 4c29bcf
Sources/Testing/Attachments/Images/AttachableImageFormat.swift
@@ -69,7 +69,7 @@ public struct AttachableImageFormat: Sendable {
69
/// @Metadata {
70
/// @Available(Swift, introduced: 6.3)
71
/// }
72
- public var encodingQuality: Float = 1.0
+ public private(set) var encodingQuality: Float = 1.0
73
74
package init(kind: Kind, encodingQuality: Float) {
75
self.kind = kind
0 commit comments