GRMustache.swift icon indicating copy to clipboard operation
GRMustache.swift copied to clipboard

Error building with Swift 3.0.2 on Sierra (10.12.2)

Open ikester opened this issue 7 years ago • 2 comments

Running swift package results in:

error: the module at Tests/Carthage has an invalid name ('Carthage'): the name of a test module has no ‘Tests’ suffix
fix: rename the module at ‘Tests/Carthage’ to have a ‘Tests’ suffix

Contents of the Package.swift file:

import PackageDescription

let package = Package(
    name: "FCPXShotExporter",
    targets: [],
    dependencies: [
        .Package(url: "https://github.com/groue/GRMustache.swift", majorVersion: 2, minor: 0),
        ]
)```

ikester avatar Jan 13 '17 23:01 ikester

This also happens with Apple Swift version 3.1 (swiftlang-802.0.53 clang-802.0.42) on Sierra 10.12.5 (16F73).

eonil avatar May 24 '17 14:05 eonil

I want to use inheritance this new feature, but will have the above mentioned problem, hope the author took the time to solve

kuhippo avatar Jul 16 '17 15:07 kuhippo