Skip to content

Commit 6a04c6a

Browse files
committed
Xcode 26 (beta) error fix; still some unclear warnings
1 parent 3095fdd commit 6a04c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncMux/Sources/Multiplexer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private let MuxRootDomain = "_Root.Domain"
1313

1414
@globalActor
1515
public actor MuxActor {
16-
public static var shared = MuxActor()
16+
public static let shared = MuxActor()
1717
}
1818

1919

0 commit comments

Comments
 (0)