diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-14 11:49:21 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-01-14 11:49:21 +0100 |
| commit | ed0b9cd0283e26e216fbb7edf5cd6e5bcf042cde (patch) | |
| tree | 6fc5be4a68ffde2337d1bc3bb516ff46144a07be /ios/MullvadRustRuntime | |
| parent | d2949b4a0b1d3d86a25de1569dc8308c9d7fe237 (diff) | |
| parent | e71db0cfc12bd561532b73722983175edab2482c (diff) | |
| download | mullvadvpn-ed0b9cd0283e26e216fbb7edf5cd6e5bcf042cde.tar.xz mullvadvpn-ed0b9cd0283e26e216fbb7edf5cd6e5bcf042cde.zip | |
Merge branch 'fix-warnings-introduced-by-xcode-16-ios-741'
Diffstat (limited to 'ios/MullvadRustRuntime')
| -rw-r--r-- | ios/MullvadRustRuntime/ShadowSocksProxy.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadRustRuntime/ShadowSocksProxy.swift b/ios/MullvadRustRuntime/ShadowSocksProxy.swift index cd83f2129a..19f07f1a42 100644 --- a/ios/MullvadRustRuntime/ShadowSocksProxy.swift +++ b/ios/MullvadRustRuntime/ShadowSocksProxy.swift @@ -11,7 +11,7 @@ import MullvadRustRuntimeProxy import Network /// A Swift wrapper around a Rust implementation of Shadowsocks proxy instance -public class ShadowsocksProxy { +public class ShadowsocksProxy: @unchecked Sendable { private var proxyConfig: ProxyHandle private let forwardAddress: IPAddress private let forwardPort: UInt16 |
