   Compiling ts-native v0.5.1 (E:\Administrator\Documents\codebuddy-projects\ts-native)
warning: error finalizing incremental compilation session directory `\\?\E:\Administrator\Documents\codebuddy-projects\ts-native\target\debug\incremental\tsnative-2y5b5x6qs11or\s-hje6f68ka7-0nwxmy4-working`: 拒绝访问。 (os error 5)

warning: `ts-native` (lib) generated 1 warning
warning: unused variable: `input_path`
  --> src\main.rs:55:9
   |
55 |     let input_path = std::path::PathBuf::from(&input_file);
   |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_path`
   |
   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: `ts-native` (bin "ts-native") generated 1 warning (run `cargo fix --bin "ts-native" -p ts-native` to apply 1 suggestion)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
