Skip to content

Instantly share code, notes, and snippets.

@harlanhaskins
Created December 6, 2015 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlanhaskins/f227e53d3841d9bad957 to your computer and use it in GitHub Desktop.
Save harlanhaskins/f227e53d3841d9bad957 to your computer and use it in GitHub Desktop.
harlan@nietzsche ~/D/C/S/grmustache-example> swift build
Cloning Packages/GRMustache.swift
Compiling Swift Module 'MustacheTVOSTests' (1 sources)
Compiling Swift Module 'DemoApps' (7 sources)
Compiling Swift Module 'Mustache' (32 sources)
Compiling Swift Module 'MustacheTests' (44 sources)
<unknown>:0: error: filename "AppDelegate.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS/MustacheDemoiOS/AppDelegate.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS7/MustacheDemoiOS7/AppDelegate.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "ViewController.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS/MustacheDemoiOS/ViewController.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS7/MustacheDemoiOS7/ViewController.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "AppDelegate.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS/MustacheDemoiOS/AppDelegate.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoOSX/MustacheDemoOSX/AppDelegate.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "ViewController.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoiOS/MustacheDemoiOS/ViewController.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/DemoApps/MustacheDemoOSX/MustacheDemoOSX/ViewController.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "AppDelegate.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Carthage/iOS/iOS/AppDelegate.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Carthage/OSX/OSX/AppDelegate.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "ViewController.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Carthage/iOS/iOS/ViewController.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Carthage/OSX/OSX/ViewController.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
<unknown>:0: error: filename "LoggerTests.swift" used twice: '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Public/ServicesTests/LoggerTests.swift' and '/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTests/Public/ServicesTests/LocalizerTestsBundle/LoggerTests.swift'
<unknown>:0: note: filenames are used to distinguish private declarations with the same name
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/MustacheTVOSTests/MustacheTVOSTests.swift:9:8: error: cannot load underlying module for 'XCTest'
import XCTest
^
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:57:30: error: cannot assign to property: 'info' is a 'let' constant
info.context = info.context.extendedContext(Box(position))
~~~~ ^
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:88:30: error: cannot assign to property: 'info' is a 'let' constant
info.context = info.context.extendedContext(Box(position))
~~~~ ^
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:47:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Goodies/EachFilter.swift:79:59: error: Use of 'var' binding here is not allowed
let customRenderFunction: RenderFunction = { (var info) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:955:30: error: Use of 'var' binding here is not allowed
private func renderItems(var info: RenderingInfo, @noescape box: (Generator.Element) -> MustacheBox) throws -> Rendering {
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1413:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1478:89: error: Use of 'var' binding here is not allowed
dictionaryValue: dictionary.reduce([String: MustacheBox](), combine: { (var boxDictionary, item: (key: String, value: T?)) in
^~~
/Users/harlan/Documents/Code/Swift/grmustache-example/Packages/GRMustache.swift-0.12.0/Mustache/Rendering/Box.swift:1554:119: error: Use of 'var' binding here is not allowed
dictionaryValue: GeneratorSequence(NSFastGenerator(self)).reduce([String: MustacheBox](), combine: { (var boxDictionary, key) in
^~~
<unknown>:0: error: build had 4 command failures
swift-build: exit(1): ["/Library/Developer/Toolchains/swift-2.2-SNAPSHOT-2015-12-01-a.xctoolchain/usr/bin/swift-build-tool", "-f", "/Users/harlan/Documents/Code/Swift/grmustache-example/.build/debug/GRMustache.o/llbuild.yaml"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment