-
Notifications
You must be signed in to change notification settings - Fork 937
Open
Description
I just installed PA. I tried to create a new Empty Executable Project - not successfully. I did not understand what happened. The assistant can not read the file that it created?

Xcode 11.3 (11C29)
Swift 5
Help me please!
My Package.swift:
// swift-tools-version:5.1
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "first",
dependencies: [],
targets: [
.target(
name: "first",
dependencies: []),
.testTarget(
name: "firstTests",
dependencies: ["first"]),
]
)
Metadata
Metadata
Assignees
Labels
No labels