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

[SR-12217] Xcode 11.4 Beta fails to parse manifest file(template outdated?) #4591

Closed
swift-ci opened this issue Feb 16, 2020 · 2 comments
Closed
Labels

Comments

@swift-ci
Copy link
Contributor

Previous ID SR-12217
Radar rdar://problem/59655366
Original Reporter kylebrowning (JIRA User)
Type Bug
Status Closed
Resolution Invalid
Additional Detail from JIRA
Votes 0
Component/s Package Manager
Labels Bug
Assignee None
Priority Medium

md5: fc6288286db67895381151853e393b90

Issue Description:

I attempted to try and use Xcode 11.4 beta for a swift project of mine. Upon opening Package.swift in 11.4, I get the error, `Failed to parse the manifest file`

➜ ~ swift --version
Apple Swift version 5.2 (swiftlang-1103.0.22 clang-1103.0.22)
Target: x86_64-apple-darwin19.4.0

package.swift

// swift-tools-version:5.2
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
    name: "temp2",
    products: [
        // Products define the executables and libraries produced by a package, and make them visible to other packages.
        .library(
            name: "temp2",
            targets: ["temp2"]),
    ],
    dependencies: [
        // Dependencies declare other packages that this package depends on.
        // .package(url: /* package url */, from: "1.0.0"),
    ],
    targets: [
        // Targets are the basic building blocks of a package. A target can define a module or a test suite.
        // Targets can depend on other targets in this package, and on products in packages which this package depends on.
        .target(
            name: "temp2",
            dependencies: []),
        .testTarget(
            name: "temp2Tests",
            dependencies: ["temp2"]),
    ]
)
@hborla
Copy link
Member

hborla commented Feb 21, 2020

@swift-ci create

@ankitspd
Copy link
Member

ankitspd commented Mar 6, 2020

Can you try deleting derived data? I am closing this out since this seems to be related to Xcode. Please file a bug using Apple's Feedback system.

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 4, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants