Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while parsing [email protected] #69

Open
kumarmithlesh25 opened this issue Aug 21, 2024 · 1 comment
Open

Error while parsing [email protected] #69

kumarmithlesh25 opened this issue Aug 21, 2024 · 1 comment

Comments

@kumarmithlesh25
Copy link

kumarmithlesh25 commented Aug 21, 2024

Hi,

I use GzipSwift in one of my projects, where I need to run cdxgen. However, when I run the command, I get an error, as shown below.

Computing version for https://github.com/1024jp/GzipSwift
error: Invalid manifest (compiled with: ["/Library/Developer/CommandLineTools/usr/bin/swiftc", "-vfsoverlay", "/var/folders/d3/4y5jbp894yqcvhgx0y1m8x180000gp/T/TemporaryDirectory.1CHty1/vfs.yaml", "-L", "/Library/Developer/CommandLineTools/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Library/Developer/CommandLineTools/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", "-swift-version", "5", "-I", "/Library/Developer/CommandLineTools/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk", "-package-description-version", "5.10.0", "/[email protected]", "-Xfrontend", "-disable-implicit-concurrency-module-import", "-Xfrontend", "-disable-implicit-string-processing-module-import", "-o", "/var/folders/d3/4y5jbp894yqcvhgx0y1m8x180000gp/T/TemporaryDirectory.58f1BL/gzipswift-manifest"])
/[email protected]:14:78: error: expected ',' separator
swiftSettings: [.enableExperimentalFeature("StrictConcurrency")])
^
,
/[email protected]:15:9: error: expected expression in container literal
),
^ in https://github.com/1024jp/GzipSwift

Could I please get a fix for this?

@mostafa170
Copy link

Screenshot 2024-08-26 at 5 46 51 PM please change to 6.0.0 only

samsymons added a commit to duckduckgo/BrowserServicesKit that referenced this issue Nov 1, 2024
Reverts #1050

This change is being reverted as gzipswift breaks compilation on 6.1.0. This issue is reported in 1024jp/GzipSwift#69 and is due to a malformed Package.swift file.

To test this, just check that CI is green.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants