diff --git a/swift/TailscaleKit/LocalAPI/Types.swift b/swift/TailscaleKit/LocalAPI/Types.swift index 182fbd6..707b630 100644 --- a/swift/TailscaleKit/LocalAPI/Types.swift +++ b/swift/TailscaleKit/LocalAPI/Types.swift @@ -128,7 +128,7 @@ public struct Ipn: Sendable { private(set) var ForceDaemonSet: Bool? private(set) var HostnameSet: Bool? - init() {} + public init() {} // Helper builder functions which can be chained in place of the convenience // initializer.