myVoxtral/MyVoxtral/.build/index-build/plugin-tools.yaml
2026-04-07 19:15:49 +02:00

47 lines
5.1 KiB
YAML

client:
name: basic
file-system: device-agnostic
tools: {}
targets:
"MyVoxtral-arm64-apple-macosx-debug.module": ["<MyVoxtral-arm64-apple-macosx-debug.module>"]
"PackageStructure": ["<PackageStructure>"]
"main": ["<MyVoxtral-arm64-apple-macosx-debug.module>"]
"test": ["<MyVoxtral-arm64-apple-macosx-debug.module>"]
default: "main"
nodes:
"/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/MyVoxtral/":
is-directory-structure: true
content-exclusion-patterns: [".git",".build"]
commands:
"/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/sources":
tool: write-auxiliary-file
inputs: ["<sources-file-list>","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/MyVoxtral/MyVoxtralApp.swift"]
outputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/sources"]
description: "Write auxiliary file /Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/sources"
"/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt":
tool: write-auxiliary-file
inputs: ["<swift-get-version>","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"]
outputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"]
always-out-of-date: "true"
description: "Write auxiliary file /Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
"<MyVoxtral-arm64-apple-macosx-debug.module>":
tool: phony
inputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/Modules/MyVoxtral.swiftmodule"]
outputs: ["<MyVoxtral-arm64-apple-macosx-debug.module>"]
"C.MyVoxtral-arm64-apple-macosx-debug.module":
tool: shell
inputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/MyVoxtral/MyVoxtralApp.swift","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/sources"]
outputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/Modules/MyVoxtral.swiftmodule"]
description: "Compiling Swift Module 'MyVoxtral' (1 sources)"
args: ["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc","-module-name","MyVoxtral","-emit-dependencies","-emit-module","-emit-module-path","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/Modules/MyVoxtral.swiftmodule","-output-file-map","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/output-file-map.json","-incremental","@/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/MyVoxtral.build/sources","-I","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/Modules","-target","arm64-apple-macosx14.0","-incremental","-enable-batch-mode","-serialize-diagnostics","-Onone","-enable-testing","-j12","-DSWIFT_PACKAGE","-DDEBUG","-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE","-module-cache-path","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/.build/index-build/arm64-apple-macosx/debug/ModuleCache","-parseable-output","-Xfrontend","-entry-point-function-name","-Xfrontend","MyVoxtral_main","-parse-as-library","-swift-version","5","-Xfrontend","-experimental-lazy-typecheck","-Xfrontend","-experimental-skip-all-function-bodies","-Xfrontend","-experimental-allow-module-with-compiler-errors","-Xfrontend","-empty-abi-descriptor","-plugin-path","/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing","-sdk","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk","-F","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-I","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-L","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib","-g","-Xcc","-isysroot","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk","-Xcc","-F","-Xcc","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks","-Xcc","-fPIC","-Xcc","-g","-package-name","myvoxtral"]
"PackageStructure":
tool: package-structure-tool
inputs: ["/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/MyVoxtral/","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/Package.swift","/Users/cabele/claudeprojects/myVoxtral/MyVoxtral/Package.resolved"]
outputs: ["<PackageStructure>"]
description: "Planning build"
allow-missing-inputs: true