Build Information
Successful build of MetalCompilerPlugin, reference 0.0.3 (8eee0b
), with Swift 5.9 for macOS (Xcode) using Xcode 15.2 on 29 Jul 2024 22:54:34 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MetalCompilerPlugin -destination platform=macOS,arch=arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/MetalCompilerPlugin.git
Reference: 0.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/MetalCompilerPlugin
* tag 0.0.3 -> FETCH_HEAD
HEAD is now at 8eee0b0 Merge pull request #4 from schwa/jwight/develop
Cloned https://github.com/schwa/MetalCompilerPlugin.git
Revision (git rev-parse @):
8eee0b05069520306c93abe7ee9a333740d59007
SUCCESS checkout https://github.com/schwa/MetalCompilerPlugin.git at 0.0.3
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 5.9
Building package at path: $PWD
https://github.com/schwa/MetalCompilerPlugin.git
Command line invocation:
/Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/apple/swift-argument-parser
Creating working copy of package ‘swift-argument-parser’
Checking out 1.1.4 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.1.4
MetalCompilerPlugin: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, MetalCompilerPlugin
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "MetalCompilerPlugin",
"name" : "MetalCompilerPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MetalCompilerPlugin",
"targets" : [
"MetalCompilerPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "MetalCompilerTool",
"targets" : [
"MetalCompilerTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "MetalCompilerTool",
"module_type" : "SwiftTarget",
"name" : "MetalCompilerTool",
"path" : "Sources/MetalCompilerTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"MetalCompilerPlugin",
"MetalCompilerTool"
],
"sources" : [
"MetalCompiler.swift"
],
"type" : "executable"
},
{
"c99name" : "MetalCompilerPluginTests",
"module_type" : "SwiftTarget",
"name" : "MetalCompilerPluginTests",
"path" : "Tests/MetalCompilerPluginTests",
"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"
],
"target_dependencies" : [
"MetalCompilerTool"
],
"type" : "plugin"
},
{
"c99name" : "ExampleShaders",
"module_type" : "ClangTarget",
"name" : "ExampleShaders",
"path" : "Sources/ExampleShaders",
"sources" : [
"ExampleShaders.c"
],
"target_dependencies" : [
"MetalCompilerPlugin"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"MetalCompilerPlugin"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MetalCompilerPlugin -destination platform=macOS,arch=arm64
Build complete.
Done.