Build Information
Successful build of SwiftFormatLintPlugin, reference main (125c3a), with Swift 6.1 for macOS (SPM) on 26 Nov 2025 20:50:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Snapp-Mobile/SwiftFormatLintPlugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 125c3a3 Add Swift version compatibility badge to README
Cloned https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Revision (git rev-parse @):
125c3a3b2e9baafcb2c20f8ddae241c0d5b4b1e3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
{
"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"
}
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
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Emitting module SwiftFormatLintPlugin
[6/6] Compiling SwiftFormatLintPlugin Empty.swift
Build complete! (4.43s)
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.