Build Information
Failed to build SourceryStencilPacks, reference 0.3.2 (4e42e9), with Swift 6.1 for macOS (SPM) on 15 Mar 2026 15:14:54 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fenli/SourceryStencilPacks.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fenli/SourceryStencilPacks
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at 4e42e98 Bump SourceryBinary to v2.3.0
Cloned https://github.com/fenli/SourceryStencilPacks.git
Revision (git rev-parse @):
4e42e984b937a89074e67ce6e3aef96a830930a4
SUCCESS checkout https://github.com/fenli/SourceryStencilPacks.git at 0.3.2
========================================
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.3.0.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
Downloading binary artifact https://github.com/krzysztofzablocki/Sourcery/releases/download/2.3.0/sourcery-2.3.0.artifactbundle.zip
[2252/22613709] Downloading https://github.com/krzysztofzablocki/Sourcery/releases/download/2.3.0/sourcery-2.3.0.artifactbundle.zip
Downloaded https://github.com/krzysztofzablocki/Sourcery/releases/download/2.3.0/sourcery-2.3.0.artifactbundle.zip (1.44s)
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