Skip to content

Commit e729c6f

Browse files
committed
wip
1 parent 7cf22ff commit e729c6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/CasePaths/CasePathable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public struct Case<Value> {
5050
fileprivate let _get: (Any) -> Value?
5151
fileprivate let _set: Setter
5252

53-
fileprivate enum Setter {
53+
enum Setter {
5454
case _embed((Value) -> Any)
5555
case _set((inout Any, Value) -> Void)
5656

Tests/CasePathsMacrosTests/CasePathableMacroTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(MacroTesting) && swift(>=6.2)
1+
#if os(macOS) && canImport(MacroTesting) && swift(>=6.2)
22
import CasePathsMacros
33
import MacroTesting
44
import SwiftSyntaxMacros

0 commit comments

Comments
 (0)