Build Information
Successful build of SwiftFormatLintPlugin, reference v1.0.5 (f645f6), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 11:20:09 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/Snapp-Mobile/SwiftFormatLintPlugin.git
Reference: v1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/SwiftFormatLintPlugin
* tag v1.0.5 -> FETCH_HEAD
HEAD is now at f645f63 docs: add CHANGELOG.md
Cloned https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Revision (git rev-parse @):
f645f6336f17cde867ea848a6fe56e1376630995
SUCCESS checkout https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at v1.0.5
========================================
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": "swiftformatlintplugin",
"name": "SwiftFormatLintPlugin",
"url": "https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormatLintPlugin",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
[1/148] Fetching swiftformatlintplugin
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (1.39s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at v1.0.5 (f645f63)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--6988338F2F200930.txt
[5/6] Compiling SwiftFormatLintPlugin Empty.swift
[6/6] Emitting module SwiftFormatLintPlugin
Build complete! (6.76s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftFormatLintPlugin",
"name" : "SwiftFormatLintPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Lint",
"targets" : [
"LintPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "Format",
"targets" : [
"FormatPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "SwiftFormatLintPlugin",
"module_type" : "SwiftTarget",
"name" : "SwiftFormatLintPlugin",
"path" : "BuildSupport",
"sources" : [
"Empty.swift"
],
"type" : "library"
},
{
"c99name" : "LintPlugin",
"module_type" : "PluginTarget",
"name" : "LintPlugin",
"path" : "Plugins/LintPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"Lint"
],
"sources" : [
"LintPlugin.swift"
],
"type" : "plugin"
},
{
"c99name" : "FormatPlugin",
"module_type" : "PluginTarget",
"name" : "FormatPlugin",
"path" : "Plugins/FormatPlugin",
"plugin_capability" : {
"intent" : {
"type" : "sourceCodeFormatting"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift source files in place",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"Format"
],
"sources" : [
"FormatPlugin.swift"
],
"type" : "plugin"
}
],
"tools_version" : "6.0"
}
Done.