Build Information
Successful build of SourceryStencilPacks, reference main (9ec078
), with Swift 6.0 for visionOS using Xcode 16.2 on 24 Jun 2025 04:46:01 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceryStencilPacks-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fenli/SourceryStencilPacks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fenli/SourceryStencilPacks
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9ec0787 feat: Add Describable stencil to auto conform CustomStringConvertible
Cloned https://github.com/fenli/SourceryStencilPacks.git
Revision (git rev-parse @):
9ec0787558cfdd4926ca50bd70482a9d6a91825c
SUCCESS checkout https://github.com/fenli/SourceryStencilPacks.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/fenli/SourceryStencilPacks.git
Command line invocation:
/Applications/Xcode-16.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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SourceryStencilPacks: /Users/admin/builder/spi-builder-workspace
resolved source packages: SourceryStencilPacks
{
"dependencies" : [
],
"manifest_display_name" : "SourceryStencilPacks",
"name" : "SourceryStencilPacks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SourcePack",
"targets" : [
"SourcePack"
],
"type" : {
"plugin" : null
}
},
{
"name" : "TestPack",
"targets" : [
"TestPack"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "TestPack",
"module_type" : "PluginTarget",
"name" : "TestPack",
"path" : "Plugins/TestPack",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"TestPack"
],
"sources" : [
"PluginCore/PluginCore.swift",
"TestPackPlugin.swift"
],
"target_dependencies" : [
"SourceryBinary"
],
"type" : "plugin"
},
{
"c99name" : "SourceryBinary",
"module_type" : "BinaryTarget",
"name" : "SourceryBinary",
"path" : "remote/archive/sourcery-2.2.7.artifactbundle.zip",
"product_memberships" : [
"SourcePack",
"TestPack"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SourcePack",
"module_type" : "PluginTarget",
"name" : "SourcePack",
"path" : "Plugins/SourcePack",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SourcePack"
],
"sources" : [
"PluginCore/PluginCore.swift",
"SourcePackPlugin.swift"
],
"target_dependencies" : [
"SourceryBinary"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SourceryStencilPacks-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SourceryStencilPacks-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.2.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 SourceryStencilPacks-Package -destination generic/platform=xrOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SourceryStencilPacks: /Users/admin/builder/spi-builder-workspace
Prepare packages
Compile plug-in “SourcePack” in package “spi-builder-workspace”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/SourcePack
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: 4e7cbd877e378ec8a847274c24930a629e25607d7edd2929f3ebecd00dacf785
/Users/admin/builder/spi-builder-workspace/Plugins/SourcePack/PluginCore/PluginCore.swift:34:68: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
32 | init(target: PackagePlugin.Target) {
33 | self.name = target.name
34 | self.rootDirectory = URL(fileURLWithPath: target.directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
35 | .deletingLastPathComponent()
36 | .deletingLastPathComponent()
/Users/admin/builder/spi-builder-workspace/Plugins/SourcePack/PluginCore/PluginCore.swift:193:47: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
191 |
192 | func getSourcesDirectory() -> URL {
193 | return URL(fileURLWithPath: directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
194 | }
195 |
/Users/admin/builder/spi-builder-workspace/Plugins/SourcePack/PluginCore/PluginCore.swift:211:62: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
209 | if case .target(let deptarget) = dep {
210 | sources.append(
211 | URL(fileURLWithPath: deptarget.directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
212 | )
213 | }
/Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -L /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -lPackagePlugin -Xlinker -rpath -Xlinker /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -target arm64-apple-macos13.0 -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -g -swift-version 6 -package-description-version 6.0.0 -I /Applications/Xcode-16.2.0.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/PluginAPI -sdk /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -parse-as-library -Xfrontend -serialize-diagnostics-path -Xfrontend /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/TestPack.dia /Users/admin/builder/spi-builder-workspace/Plugins/TestPack/PluginCore/PluginCore.swift /Users/admin/builder/spi-builder-workspace/Plugins/TestPack/TestPackPlugin.swift -o /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/TestPack
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/TestPack
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: c16f0af99c25deded941cce619aedb0599fcc02363046bd2e5fd7024e44bcd26
/Users/admin/builder/spi-builder-workspace/Plugins/TestPack/PluginCore/PluginCore.swift:34:68: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
32 | init(target: PackagePlugin.Target) {
33 | self.name = target.name
34 | self.rootDirectory = URL(fileURLWithPath: target.directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
35 | .deletingLastPathComponent()
36 | .deletingLastPathComponent()
/Users/admin/builder/spi-builder-workspace/Plugins/TestPack/PluginCore/PluginCore.swift:193:47: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
191 |
192 | func getSourcesDirectory() -> URL {
193 | return URL(fileURLWithPath: directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
194 | }
195 |
/Users/admin/builder/spi-builder-workspace/Plugins/TestPack/PluginCore/PluginCore.swift:211:62: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
209 | if case .target(let deptarget) = dep {
210 | sources.append(
211 | URL(fileURLWithPath: deptarget.directory.string)
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
212 | )
213 | }
Process build tool plug-in results
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'TestPack' in project 'SourceryStencilPacks'
➜ Explicit dependency on target 'TestPack' in project 'SourceryStencilPacks'
Target 'TestPack' in project 'SourceryStencilPacks' (no dependencies)
Target 'SourcePack' in project 'SourceryStencilPacks'
➜ Explicit dependency on target 'SourcePack' in project 'SourceryStencilPacks'
Target 'SourcePack' in project 'SourceryStencilPacks' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.2.sdk -x c -c /dev/null
Build description signature: 5809e2ca780c7b9a2ef9a6c318a227f7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5809e2ca780c7b9a2ef9a6c318a227f7.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
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/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/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/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/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
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceryStencilPacks.build/Debug/TestPack.build/TestPack.DependencyMetadataFileList (in target 'TestPack' from project 'SourceryStencilPacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceryStencilPacks.build/Debug/TestPack.build/TestPack.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceryStencilPacks.build/Debug/SourcePack.build/SourcePack.DependencyMetadataFileList (in target 'SourcePack' from project 'SourceryStencilPacks')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SourceryStencilPacks.build/Debug/SourcePack.build/SourcePack.DependencyMetadataFileList
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SourceryStencilPacks",
"name" : "SourceryStencilPacks",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SourcePack",
"targets" : [
"SourcePack"
],
"type" : {
"plugin" : null
}
},
{
"name" : "TestPack",
"targets" : [
"TestPack"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "TestPack",
"module_type" : "PluginTarget",
"name" : "TestPack",
"path" : "Plugins/TestPack",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"TestPack"
],
"sources" : [
"PluginCore/PluginCore.swift",
"TestPackPlugin.swift"
],
"target_dependencies" : [
"SourceryBinary"
],
"type" : "plugin"
},
{
"c99name" : "SourceryBinary",
"module_type" : "BinaryTarget",
"name" : "SourceryBinary",
"path" : "remote/archive/sourcery-2.2.7.artifactbundle.zip",
"product_memberships" : [
"SourcePack",
"TestPack"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SourcePack",
"module_type" : "PluginTarget",
"name" : "SourcePack",
"path" : "Plugins/SourcePack",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SourcePack"
],
"sources" : [
"PluginCore/PluginCore.swift",
"SourcePackPlugin.swift"
],
"target_dependencies" : [
"SourceryBinary"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Done.