Build Information
Failed to build SourceryStencilPacks, reference main (9ec078
), with Swift 6.1 for macOS (SPM) on 24 Jun 2025 04:41:04 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
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
Downloading binary artifact https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip
[32750/22615424] Downloading https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip
Downloaded https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip (2.06s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "sourcerystencilpacks",
"name": "SourceryStencilPacks",
"url": "https://github.com/fenli/SourceryStencilPacks.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SourceryStencilPacks",
"dependencies": [
]
}
]
}
Fetching https://github.com/fenli/SourceryStencilPacks.git
[1/266] Fetching sourcerystencilpacks
Fetched https://github.com/fenli/SourceryStencilPacks.git from cache (0.69s)
Creating working copy for https://github.com/fenli/SourceryStencilPacks.git
Working copy of https://github.com/fenli/SourceryStencilPacks.git resolved at main (9ec0787)
Fetching binary artifact https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip from cache
Fetched https://github.com/krzysztofzablocki/Sourcery/releases/download/2.2.7/sourcery-2.2.7.artifactbundle.zip from cache (0.93s)
warning: '.resolve-product-dependencies': dependency 'sourcerystencilpacks' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fenli/SourceryStencilPacks.git
https://github.com/fenli/SourceryStencilPacks.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: The package does not contain a buildable target.
Add at least one `.target` or `.executableTarget` to your `Package.swift`.
BUILD FAILURE 6.1 macosSpm