Hi @pepe
You can not use both SQLite.swift together with SQLCipher. You might consider only using SQLiteCipher.swift which utilizing SQLite.swift packaged with SQLCipher, or SQLCipher via cocoapods directly along with a bridging header that includes the following for Swift integration:
#define SQLITE_HAS_CODEC 1
#include "sqlite3.h"