Build Information
Successful build of MetalCompilerPlugin, reference 0.1.0 (1db3b5
), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Jun 2025 22:15:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MetalCompilerPlugin-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/MetalCompilerPlugin.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/MetalCompilerPlugin
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 1db3b5d Still can't get unit tests working on CLI.
Cloned https://github.com/schwa/MetalCompilerPlugin.git
Revision (git rev-parse @):
1db3b5dcabd648e0316f3a472646e72af24a5bde
SUCCESS checkout https://github.com/schwa/MetalCompilerPlugin.git at 0.1.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/schwa/MetalCompilerPlugin.git
https://github.com/schwa/MetalCompilerPlugin.git
{
"dependencies" : [
],
"manifest_display_name" : "MetalCompilerPlugin",
"name" : "MetalCompilerPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MetalCompilerPlugin",
"targets" : [
"MetalCompilerPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "MetalCompilerPluginTests",
"module_type" : "SwiftTarget",
"name" : "MetalCompilerPluginTests",
"path" : "Tests/MetalCompilerPluginTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MetalCompilerPluginTests/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"MetalCompilerPluginTests.swift"
],
"target_dependencies" : [
"ExampleShaders"
],
"type" : "test"
},
{
"c99name" : "MetalCompilerPlugin",
"module_type" : "PluginTarget",
"name" : "MetalCompilerPlugin",
"path" : "Plugins/MetalCompilerPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"MetalCompilerPlugin"
],
"sources" : [
"MetalPlugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "ExampleShaders",
"module_type" : "ClangTarget",
"name" : "ExampleShaders",
"path" : "Sources/ExampleShaders",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleShaders.c"
],
"target_dependencies" : [
"MetalCompilerPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
MetalCompilerPlugin: /Users/admin/builder/spi-builder-workspace
resolved source packages: MetalCompilerPlugin
{
"dependencies" : [
],
"manifest_display_name" : "MetalCompilerPlugin",
"name" : "MetalCompilerPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MetalCompilerPlugin",
"targets" : [
"MetalCompilerPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "MetalCompilerPluginTests",
"module_type" : "SwiftTarget",
"name" : "MetalCompilerPluginTests",
"path" : "Tests/MetalCompilerPluginTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MetalCompilerPluginTests/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"MetalCompilerPluginTests.swift"
],
"target_dependencies" : [
"ExampleShaders"
],
"type" : "test"
},
{
"c99name" : "MetalCompilerPlugin",
"module_type" : "PluginTarget",
"name" : "MetalCompilerPlugin",
"path" : "Plugins/MetalCompilerPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"MetalCompilerPlugin"
],
"sources" : [
"MetalPlugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "ExampleShaders",
"module_type" : "ClangTarget",
"name" : "ExampleShaders",
"path" : "Sources/ExampleShaders",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleShaders.c"
],
"target_dependencies" : [
"MetalCompilerPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MetalCompilerPlugin-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MetalCompilerPlugin-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MetalCompilerPlugin-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
MetalCompilerPlugin: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “MetalCompilerPlugin” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/MetalCompilerPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 3c17ba00ac147f1e61db2049ec8815e8c15f567c12ee5f73678d23197f793b58
Apply build tool plug-in “MetalCompilerPlugin” to target “ExampleShaders” in package “spi-builder-workspace”
Using configuration from 'metal-compiler-plugin.json'Input environment: DEVELOPER_DIR: /Applications/Xcode-16.3.0.app/Contents/Developer GIT_DEPTH: 1 MANPATH: /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/share/man:/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/usr/share/man:/Applications/Xcode-16.3.0.app/Contents/Developer/usr/share/man:/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man: PATH: /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin PWD: /Users/admin/builder SHELL: /bin/zsh SPI_BUILD: 1 SPI_BUILDER: 1 TMPDIR: /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ UsePerConfigurationBuildLocations: YES __CF_USER_TEXT_ENCODING: 0x1F5:0x0:0x0Using 'xcrun' to find the metal compiler.Using default flags: -gline-tables-only -frecord-sourcesUsing cache directory: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/cacheUsing input files: /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metalUsing output file: debug.metallibUsing custom temporary directory: '/private/tmp'Build command environment variables: TMPDIR: /private/tmp
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x10fa08790 path:'/Users/admin/builder/spi-builder-workspace'>
target: ExampleShaders
prebuildCommandOutputPaths: []
buildCommands: [SwiftPM.SPMCustomBuildCommand(displayName: Optional("metal"), executable: "/usr/bin/xcrun", arguments: ["metal", "-gline-tables-only", "-frecord-sources", "-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/cache", "/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metal", "-o", "/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib"], environment: ["TMPDIR": "/private/tmp"], workingDir: nil, inputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metal">)], outputPaths: ["/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib"], sandboxProfile: Optional(SwiftPM.SPMSandboxProfile(strictness: Basics.Sandbox.Strictness.writableTemporaryDirectory, writableDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin">], readOnlyDirectories: [<AbsolutePath:"/Users/admin/builder/spi-builder-workspace">])))]
allDerivedOutputPaths: [SwiftPM.SPMAbsolutePath(absolutePath: <AbsolutePath:"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib">)]
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (5 targets)
Target 'ExampleShaders' in project 'MetalCompilerPlugin'
➜ Explicit dependency on target 'MetalCompilerPlugin_ExampleShaders' in project 'MetalCompilerPlugin'
➜ Explicit dependency on target 'MetalCompilerPlugin' in project 'MetalCompilerPlugin'
Target 'MetalCompilerPlugin' in project 'MetalCompilerPlugin'
➜ Explicit dependency on target 'MetalCompilerPlugin' in project 'MetalCompilerPlugin'
Target 'MetalCompilerPlugin_MetalCompilerPluginTests' in project 'MetalCompilerPlugin' (no dependencies)
Target 'MetalCompilerPlugin_ExampleShaders' in project 'MetalCompilerPlugin'
➜ Explicit dependency on target 'MetalCompilerPlugin' in project 'MetalCompilerPlugin'
Target 'MetalCompilerPlugin' in project 'MetalCompilerPlugin' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2f4379691e012794083c6d0d63f97eab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2f4379691e012794083c6d0d63f97eab.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/MetalCompilerPlugin_ExampleShaders.DependencyStaticMetadataFileList (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/MetalCompilerPlugin_ExampleShaders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/MetalCompilerPlugin_ExampleShaders.DependencyMetadataFileList (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/MetalCompilerPlugin_ExampleShaders.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/MetalCompilerPlugin_MetalCompilerPluginTests.DependencyStaticMetadataFileList (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/MetalCompilerPlugin_MetalCompilerPluginTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/empty-MetalCompilerPlugin_ExampleShaders.plist (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/empty-MetalCompilerPlugin_ExampleShaders.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/MetalCompilerPlugin_MetalCompilerPluginTests.DependencyMetadataFileList (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/MetalCompilerPlugin_MetalCompilerPluginTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/empty-MetalCompilerPlugin_MetalCompilerPluginTests.plist (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/empty-MetalCompilerPlugin_MetalCompilerPluginTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug/MetalCompilerPlugin.build/MetalCompilerPlugin.DependencyStaticMetadataFileList (in target 'MetalCompilerPlugin' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug/MetalCompilerPlugin.build/MetalCompilerPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug/MetalCompilerPlugin.build/MetalCompilerPlugin.DependencyMetadataFileList (in target 'MetalCompilerPlugin' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug/MetalCompilerPlugin.build/MetalCompilerPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-xros1.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ExampleShaders' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.LinkFileList (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-xros1.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=ExampleShaders' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.modulemap (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.DependencyStaticMetadataFileList (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.DependencyMetadataFileList (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.h (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.h
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/empty-MetalCompilerPlugin_MetalCompilerPluginTests.plist (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.build/empty-MetalCompilerPlugin_MetalCompilerPluginTests.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle/Empty.txt /Users/admin/builder/spi-builder-workspace/Tests/MetalCompilerPluginTests/Empty.txt (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Tests/MetalCompilerPluginTests/Empty.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle
CompileMetalFile /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metal (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -c -target air64-apple-xros1.0 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -fmetal-math-mode\=fast -fmetal-math-fp32-functions\=fast -serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/Metal/ExampleShaders.dia -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/Metal/ExampleShaders.air -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/Metal/ExampleShaders.dat /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metal
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ExampleShaders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.modulemap (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/ExampleShaders.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/empty-MetalCompilerPlugin_ExampleShaders.plist (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/empty-MetalCompilerPlugin_ExampleShaders.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/Info.plist
CustomTask metal (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/sandbox-exec -p \(version\ 1\)'
'\(deny\ default\)'
'\(import\ \"system.sb\"\)'
'\(allow\ file-read\*\)'
'\(allow\ process\*\)'
'\(allow\ mach-lookup\ \(global-name\ \"com.apple.lsd.mapdb\"\)\)'
'\(allow\ file-write\*'
'\ \ \ \ \(subpath\ \"/private/tmp\"\)'
'\ \ \ \ \(subpath\ \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\"\)'
'\)'
'\(deny\ file-write\*'
'\ \ \ \ \(subpath\ \"/Users/admin/builder/spi-builder-workspace\"\)'
'\)'
'\(allow\ file-write\*'
'\ \ \ \ \(subpath\ \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin\"\)'
'\ \ \ \ \(subpath\ \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\"\)'
'\)'
' /usr/bin/xcrun metal -gline-tables-only -frecord-sources -fmodules-cache-path\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/cache /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.metal -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib
2025-06-26 15:15:49.238 xcodebuild[726:4156] DVTFilePathFSEvents: Failed to start fs event stream.
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/Empty.txt /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/Empty.txt (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/Empty.txt /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle (in target 'MetalCompilerPlugin_MetalCompilerPluginTests' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_MetalCompilerPluginTests.bundle
MetalLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/default.metallib (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/metal -target air64-apple-xros1.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/default.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/MetalCompilerPlugin_ExampleShaders.build/Metal/ExampleShaders.air
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o -index-unit-output-path /MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.dia -c /Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/ExampleShaders.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o -index-unit-output-path /MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.o
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle/debug.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/ExampleShaders/MetalCompilerPlugin/debug.metallib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle (in target 'MetalCompilerPlugin_ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MetalCompilerPlugin_ExampleShaders.bundle
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -include /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.h -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/DerivedSources/resource_bundle_accessor.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o -index-unit-output-path /MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/resource_bundle_accessor.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ExampleShaders.o normal (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MetalCompilerPlugin.build/Debug-xros/ExampleShaders.build/Objects-normal/arm64/ExampleShaders_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ExampleShaders.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ExampleShaders.o (in target 'ExampleShaders' from project 'MetalCompilerPlugin')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ExampleShaders.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MetalCompilerPlugin",
"name" : "MetalCompilerPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MetalCompilerPlugin",
"targets" : [
"MetalCompilerPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "MetalCompilerPluginTests",
"module_type" : "SwiftTarget",
"name" : "MetalCompilerPluginTests",
"path" : "Tests/MetalCompilerPluginTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/MetalCompilerPluginTests/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"MetalCompilerPluginTests.swift"
],
"target_dependencies" : [
"ExampleShaders"
],
"type" : "test"
},
{
"c99name" : "MetalCompilerPlugin",
"module_type" : "PluginTarget",
"name" : "MetalCompilerPlugin",
"path" : "Plugins/MetalCompilerPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"MetalCompilerPlugin"
],
"sources" : [
"MetalPlugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "ExampleShaders",
"module_type" : "ClangTarget",
"name" : "ExampleShaders",
"path" : "Sources/ExampleShaders",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ExampleShaders/Empty.txt",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"ExampleShaders.c"
],
"target_dependencies" : [
"MetalCompilerPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.