Glad it’s sorted.
I replaced this line of code inside the file sf-formatting.php locate at Atelier/swift-framework/core/ around line 134
if ( is_category() || is_tag() ) {
by this one:
if ( get_query_var( 'is_category' ) || is_tag() ) {
We will include it in the next update.
-Rui