Conversation
Signed-off-by: Michael Amundsen <michaelamundsen@gmail.com>
Signed-off-by: Michael Amundsen <michaelamundsen@gmail.com>
|
Since the repo disabled the Issues and Wiki there's no place to post (?) sorry. I was wondering, I see activity in this repo, people forking making updates, commits, PRs etc. But no new app store release since >3 years. We deploy WireGuard via Apple Business Manager so it can be managed via our MDM. Does anyone know why the Apple variant of WireGuard receives no maintenance? |
@luckman212 , I think you'll find what you're seeking (i.e., contact vectors) here: |
|
ok @acsteed I did what you suggested and signed up for Libera.Chat so I could access the IRC channel. Will pose the question there. |
Package.swift declares swift-tools-version:5.3 but uses .macOS(.v12) and .iOS(.v15), which require PackageDescription 5.5. Xcode's SwiftPM manifest loader rejects this as an invalid manifest under recent toolchains, so package resolution fails before any consuming project can build. Upstream (WireGuard/wireguard-apple) has carried this defect unfixed since Feb 2023; several community PRs (WireGuard#21, WireGuard#24, WireGuard#57, WireGuard#58) propose the same one-line fix with none merged. This applies the same fix on our own fork so Conaru's build is not blocked by it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

What It Does
Package.swiftfrom 5.3 to 5.9 to require a newer Swift toolchain.How I Tested
Notes
Screenshots