Skip to content

Commit

Permalink
xcode 15 and 16 checks
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Jul 23, 2024
1 parent 2467220 commit d13c11a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
internal import Automerge
public import Combine
@preconcurrency public import Combine
public import Foundation
internal import Network
internal import OSLog
Expand Down
2 changes: 1 addition & 1 deletion Sources/AutomergeRepo/Sync/ProtocolState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enum ProtocolState: String {
}

#if canImport(Network)
import class Network.NWConnection
public import class Network.NWConnection

extension ProtocolState {
/// Translates a Network connection state into a protocol state
Expand Down

0 comments on commit d13c11a

Please # to comment.