Build Information
Successful build of PluginImplementation, reference 0.0.1 (db25af), with Swift 6.2 for macOS (SPM) on 17 Jun 2025 13:27:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lopdo/swiftplugins-pluginimplementation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-1EA4D86E10B52AF.txt
[4/9] Emitting module PluginInterface
[5/9] Compiling PluginInterface PluginInterface.swift
[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.74s)
Fetching https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
[1/15] Fetching swiftplugins-plugininterface
Fetched https://github.com/Lopdo/SwiftPlugins-PluginInterface.git from cache (0.53s)
Computing version for https://github.com/Lopdo/SwiftPlugins-PluginInterface.git
Computed https://github.com/Lopdo/SwiftPlugins-PluginInterface.git at 0.0.1 (1.05s)
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
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.