diff --git a/crates/static-analysis-kernel/build.rs b/crates/static-analysis-kernel/build.rs index c3783f64..4cef3eff 100644 --- a/crates/static-analysis-kernel/build.rs +++ b/crates/static-analysis-kernel/build.rs @@ -183,7 +183,7 @@ fn main() { compilation_unit: "tree-sitter-swift".to_string(), repository: "https://github.com/alex-pinkus/tree-sitter-swift.git".to_string(), build_dir: "src".into(), - commit_hash: "b1b66955d420d5cf5ff268ae552f0d6e43ff66e1".to_string(), + commit_hash: "fadd0a0188f4bff57bdfc9ba829ae71b7b01488b".to_string(), files: vec!["parser.c".to_string(), "scanner.c".to_string()], cpp: false, },