I have this: ``` swift keywords.filter(!SQLite.contains(foundKeywords, Expression<String>("Word")) ``` and Swift 1.2 report: Error: Cannot invoke 'filter' with an argument list of type '(Bool)' but only when compiled with -O (release) I want to build "NOT IN" clause. What I'm doing wrong?