Build Information
Successful build of PluginImplementation, reference 0.0.1 (db25af), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 09:43:47 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lopdo/swiftplugins-pluginimplementation.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lopdo/swiftplugins-pluginimplementation
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at db25afd Add basic plugin implementation
Cloned https://github.com/lopdo/swiftplugins-pluginimplementation.git
Revision (git rev-parse @):
db25afd6517a81641dd2647855414f86ea500ed1
SUCCESS checkout https://github.com/lopdo/swiftplugins-pluginimplementation.git at 0.0.1
Fetching https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
[1/15] Fetching swiftplugins-plugininterface
Fetched https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache (0.51s)
Computing version for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Computed https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1 (1.27s)
Creating working copy for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Working copy of https://github.com/Lopdo/SwiftPlugins-PluginInterface.git resolved at 0.0.1
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftplugins-pluginimplementation",
"name": "PluginImplementation",
"url": "https://github.com/lopdo/swiftplugins-pluginimplementation.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftplugins-pluginimplementation",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftplugins-plugininterface",
"name": "PluginInterface",
"url": "https://github.com/Lopdo/SwiftPlugins-PluginInterface.git",
"version": "0.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftPlugins-PluginInterface",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/lopdo/swiftplugins-pluginimplementation.git
[1/12] Fetching swiftplugins-pluginimplementation
Fetched https://github.com/lopdo/swiftplugins-pluginimplementation.git from cache (0.56s)
Fetching https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache
Fetched https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache (0.47s)
Computing version for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Computed https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1 (0.54s)
Creating working copy for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Working copy of https://github.com/Lopdo/SwiftPlugins-PluginInterface.git resolved at 0.0.1
Creating working copy for https://github.com/lopdo/swiftplugins-pluginimplementation.git
Working copy of https://github.com/lopdo/swiftplugins-pluginimplementation.git resolved at 0.0.1 (db25afd)
warning: '.resolve-product-dependencies': dependency 'swiftplugins-pluginimplementation' is not used by any target
Found 1 product dependencies
- PluginInterface
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/lopdo/swiftplugins-pluginimplementation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version--6988338F2F200930.txt
[4/9] Compiling PluginInterface PluginInterface.swift
[5/9] Emitting module PluginInterface
[5/9] Write Objects.LinkFileList
[6/9] Linking libPluginInterface.dylib
[8/11] Compiling PluginImplementation PluginImplementation.swift
[9/11] Emitting module PluginImplementation
[9/11] Write Objects.LinkFileList
[10/11] Linking libPluginImplementation.dylib
Build complete! (2.31s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftplugins-plugininterface",
"requirement" : {
"exact" : [
"0.0.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Lopdo/SwiftPlugins-PluginInterface.git"
}
],
"manifest_display_name" : "PluginImplementation",
"name" : "PluginImplementation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PluginImplementation",
"targets" : [
"PluginImplementation"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "PluginImplementation",
"module_type" : "SwiftTarget",
"name" : "PluginImplementation",
"path" : "Sources/PluginImplementation",
"product_dependencies" : [
"PluginInterface"
],
"product_memberships" : [
"PluginImplementation"
],
"sources" : [
"PluginImplementation.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.