Build Information
Failed to build SwiftGenPlugin, reference stable (879b85
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 22:28:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftGen/SwiftGenPlugin.git
Reference: stable
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftGen/SwiftGenPlugin
* branch stable -> FETCH_HEAD
* [new branch] stable -> origin/stable
HEAD is now at 879b85a SwiftGen 6.6.2
Cloned https://github.com/SwiftGen/SwiftGenPlugin.git
Revision (git rev-parse @):
879b85a470cacd70c19e22eb7e11a3aed66f4068
SUCCESS checkout https://github.com/SwiftGen/SwiftGenPlugin.git at stable
Downloading binary artifact https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip
[16375/3450738] Downloading https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip
Downloaded https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip (1.18s)
========================================
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": "swiftgenplugin",
"name": "SwiftGenPlugin",
"url": "https://github.com/SwiftGen/SwiftGenPlugin.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftGenPlugin",
"dependencies": [
]
}
]
}
Fetching https://github.com/SwiftGen/SwiftGenPlugin.git
[2/121] Fetching swiftgenplugin
Fetched https://github.com/SwiftGen/SwiftGenPlugin.git from cache (0.65s)
Creating working copy for https://github.com/SwiftGen/SwiftGenPlugin.git
Working copy of https://github.com/SwiftGen/SwiftGenPlugin.git resolved at stable (879b85a)
Fetching binary artifact https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip from cache
Fetched https://github.com/SwiftGen/SwiftGen/releases/download/6.6.2/swiftgen-6.6.2.artifactbundle.zip from cache (0.20s)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftGen/SwiftGenPlugin.git
https://github.com/SwiftGen/SwiftGenPlugin.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftGenPlugin",
"name" : "SwiftGenPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftGenPlugin",
"targets" : [
"SwiftGenPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftGen-Generate",
"targets" : [
"SwiftGen-Generate"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "swiftgen",
"module_type" : "BinaryTarget",
"name" : "swiftgen",
"path" : "remote/archive/swiftgen-6.6.2.artifactbundle.zip",
"product_memberships" : [
"SwiftGenPlugin",
"SwiftGen-Generate"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftGenPlugin",
"module_type" : "PluginTarget",
"name" : "SwiftGenPlugin",
"path" : "Plugins/SwiftGenPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftGenPlugin"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"swiftgen"
],
"type" : "plugin"
},
{
"c99name" : "SwiftGen_Generate",
"module_type" : "PluginTarget",
"name" : "SwiftGen-Generate",
"path" : "Plugins/SwiftGen-Generate",
"plugin_capability" : {
"intent" : {
"description" : "Creates type-safe for all your resources",
"type" : "custom",
"verb" : "generate-code-for-resources"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command generates source code",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftGen-Generate"
],
"sources" : [
"Plugin.swift"
],
"target_dependencies" : [
"swiftgen"
],
"type" : "plugin"
}
],
"tools_version" : "5.6"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
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