Skip to content

Commit 8b00fe7

Browse files
Fix duplicate build command errors in Xcode 16.3
1 parent e4a5e90 commit 8b00fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/Swift-CIKernel/plugin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct BuildCIKernel: BuildToolPlugin {
2727
let source = target.directory.appending(source)
2828
let output = context.pluginWorkDirectory.appending("\(source.stem)Data.swift")
2929

30-
return .buildCommand(displayName: "Build CI Kernel", executable: executable, arguments: [
30+
return .buildCommand(displayName: "Build CI Kernel \(source.stem)", executable: executable, arguments: [
3131
source.string,
3232
context.pluginWorkDirectory.string
3333
], environment: [:], inputFiles: [

Tests/Swift-CIKernel-Tests/CIKernels/FalseColorFilter.metal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// QREFalseColorFilter.metal
2+
// FalseColorFilter.metal
33
// Swift-CIKernel-Tests
44
//
55
// Created by Michal Tomlein on 05/03/2020.

0 commit comments

Comments
 (0)