Skip to content

Instantly share code, notes, and snippets.

View sbuerk's full-sized avatar

Stefan Bürk sbuerk

View GitHub Profile
@sbuerk
sbuerk / build.log
Created January 28, 2016 23:11
novi-mysaql-swift build error log against swift snapshot
/home/sbuerk/devtools/clion/bin/cmake/bin/cmake --build /home/sbuerk/.CLion15/system/cmake/generated/swift-playground-one-709827ce/709827ce/Debug --target swifty1 -- -j 4
Compiling Swift Module 'MySQL' (13 sources)
/var/www/sbuerk/switf/swift-playground-one/Packages/mysql-swift-0.1.5/Sources/Builder.swift:11:28: error: curried function declaration syntax has been removed; use a single parameter list
public func build<A, Value>(create: (A) -> Value)(_ a: A) -> Value {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
,
/var/www/sbuerk/switf/swift-playground-one/Packages/mysql-swift-0.1.5/Sources/Builder.swift:15:31: error: curried function declaration syntax has been removed; use a single parameter list
public func build<A, B, Value>(create: (A, B) -> Value)(_ a: A, _ b: B) -> Value {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
,