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

Compiler errors when trying to use this in a SPM package #57

Open
kevinrenskers opened this issue Feb 16, 2021 · 0 comments
Open

Compiler errors when trying to use this in a SPM package #57

kevinrenskers opened this issue Feb 16, 2021 · 0 comments

Comments

@kevinrenskers
Copy link

Screen Shot 2021-02-16 at 23 17 38

And a whole lot more like it.

This is just with the most basic of Swift package:

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

import PackageDescription

let package = Package(
  name: "MaakuTest",
  platforms: [
    .macOS(.v10_11),
  ],
  dependencies: [
    .package(url: "https://github.com/KristopherGBaker/Maaku.git", from: "0.6.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 this package depends on.
    .target(
      name: "MaakuTest",
      dependencies: ["Maaku"]),
  ]
)
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

1 participant