diff --git a/kotlin-native/performance/buildSrc/src/main/kotlin/benchmark/SwiftBenchmarkingPlugin.kt b/kotlin-native/performance/buildSrc/src/main/kotlin/benchmark/SwiftBenchmarkingPlugin.kt index 707eaa2fe6c..08f324300d4 100644 --- a/kotlin-native/performance/buildSrc/src/main/kotlin/benchmark/SwiftBenchmarkingPlugin.kt +++ b/kotlin-native/performance/buildSrc/src/main/kotlin/benchmark/SwiftBenchmarkingPlugin.kt @@ -127,7 +127,7 @@ open class SwiftBenchmarkingPlugin : BenchmarkingPlugin() { val platform = project.platformManager.platform(target) assert(platform.configurables is AppleConfigurables) val configs = platform.configurables as AppleConfigurables - val compiler = configs.absoluteTargetToolchain + "/usr/bin/swiftc" + val compiler = configs.absoluteTargetToolchain + "/bin/swiftc" val swiftTarget = configs.targetTriple.withOSVersion(configs.osVersionMin).toString()