You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: