We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6289c commit 4bdfa3fCopy full SHA for 4bdfa3f
2 files changed
Sources/OpenGestures/Core/GestureTrait.swift
@@ -209,9 +209,8 @@ extension GestureTraitCollection: NestedCustomStringConvertible {
209
210
// MARK: - GestureTraitCollection + Mergeable
211
212
-@_spi(Private)
213
extension GestureTraitCollection: Mergeable {
214
- public mutating func merge(_ other: GestureTraitCollection) {
+ package mutating func merge(_ other: GestureTraitCollection) {
215
_traits.merge(other._traits) { $1 }
216
}
217
Sources/OpenGestures/Util/Mergeable.swift
@@ -7,7 +7,6 @@
7
8
// MARK: - Mergeable
9
10
11
-public protocol Mergeable {
+package protocol Mergeable {
12
mutating func merge(_ other: Self)
13
0 commit comments