Hello Andrej, Thank you for your reply. I have already forked the branch and set Package.swift to swift-tools-version:5.5. But I still get the same error as before.
Swift-tools-version:5.5 only worked with the previous version 1.0.15-26 that was released on 23rd Sep 2021. The 1.0.16-27 that was tagged on 15th Feb 2023 is completely broken and doesn't work with SPM. I have tried swift-tools-versions 5.6, 5.7, 5.8 and 5.9. I strongly believe that this commit from Jason ccc7472fd7d1c7c19584e6a30c45a56b8ba57790 on 14th Feb 2023 has broken it. I don't think he tested it afterwards with SPM. This (outdated) PR proves that more people are having problems with installing the latest version since the February release: https://github.com/WireGuard/wireguard-apple/pull/24 Error Message: Invalid manifest (compiled with: "/Applications/Xcode app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/us/bin/swift", "visoverlay", "/ar/folders/9m/lwx244892997kpg7vb5vssh0000gn/T/TemporaryDirectory. BBHXP8/vfs.yaml*, "-", "/Applicationscode. app/Contents/SharedFrameworks/SwiftM.framework/SharedSupport/ManifestA*, "PackageDescription, "-Xlinker", "-rath", "-Xlinker", "/Applicatio.. Xcode version: Version 15.0 (15A240d) Mac version: 14.0 (23A344) Your help is much appreciated, Thanks, Houman On Wed, 4 Oct 2023 at 12:46, Andrej Mihajlov <a...@mullvad.net> wrote: > > Hi, > > Right. I think that preamble in Package.swift should be changed from: > > > // swift-tools-version:5.3 > > to at least: > > > // swift-tools-version:5.5 > > Which works with Xcode 15 based on my experience. > > Jason could you please bump it? > > Best, > > Andrej > > > On 30 Sep 2023, at 21:09, Houman <hou...@gmail.com> wrote: > > > > Hello Jason, Andrej > > > > Please try to add the latest Wireguard-Apple 1.0.16-27 via Swift > > Package Manager and you will see that fails. The issue could be > > related to swift-tools-version. > > > > Please advise what to do? > > Thank you. > > Houman >