Build Information
Successful build of SwiftLintPlugin, reference main (ebda7f), with Swift 6.0 for macOS (SPM) on 29 Mar 2026 11:32:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GayleDunham/SwiftLintPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GayleDunham/SwiftLintPlugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ebda7fc Simplify command plugins by replacing SwiftPluginTool wrapper with modern direct Process execution
Cloned https://github.com/GayleDunham/SwiftLintPlugin.git
Revision (git rev-parse @):
ebda7fc187dd5f6d2f47e1ab889c5c8ce5ffc002
SUCCESS checkout https://github.com/GayleDunham/SwiftLintPlugin.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/GayleDunham/SwiftLintPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintBuildTool
[2/2] Compiling plugin SwiftLintFix
[3/3] Compiling plugin SwiftLintLinter
[4/4] Compiling plugin SwiftLintRules
[5/5] Compiling plugin SwiftLintVersion
Building for debugging...
[5/8] Write sources
[6/8] Copying cache
[7/8] Write swift-version-5BDAB9E9C0126B9D.txt
[9/11] Emitting module DDSSwiftLint
[10/11] Compiling DDSSwiftLint DDSSwiftLint.swift
[11/11] Compiling DDSSwiftLint resource_bundle_accessor.swift
Build complete! (17.14s)
[9138/72588246] Downloading https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip (3.60s)
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintVersion/SwiftLintVersion.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintFix/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintRules/SwiftLintRules.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintFix/SwiftLintFix.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintRules/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintBuildTool/SwiftLintBuildTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintLinter/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintLinter/SwiftLintLinter.swift
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftLintPlugin",
"name" : "SwiftLintPlugin",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftLintBuildTool",
"targets" : [
"SwiftLintBuildTool"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftLintLinter",
"targets" : [
"SwiftLintLinter"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftLintFix",
"targets" : [
"SwiftLintFix"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftLintRules",
"targets" : [
"SwiftLintRules"
],
"type" : {
"plugin" : null
}
},
{
"name" : "SwiftLintVersion",
"targets" : [
"SwiftLintVersion"
],
"type" : {
"plugin" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "SwiftLintVersion",
"module_type" : "PluginTarget",
"name" : "SwiftLintVersion",
"path" : "Plugins/SwiftLintVersion",
"plugin_capability" : {
"intent" : {
"description" : "Display the current version of SwiftLint.",
"type" : "custom",
"verb" : "swiftlint-version"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"SwiftLintVersion"
],
"sources" : [
"SwiftLintVersion.swift"
],
"target_dependencies" : [
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "SwiftLintRules",
"module_type" : "PluginTarget",
"name" : "SwiftLintRules",
"path" : "Plugins/SwiftLintRules",
"plugin_capability" : {
"intent" : {
"description" : "Display the list of SwiftLint rules and their identifiers.",
"type" : "custom",
"verb" : "swiftlint-rules"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"SwiftLintRules"
],
"sources" : [
"SwiftLintRules.swift",
"SwiftPluginTool.swift"
],
"target_dependencies" : [
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "SwiftLintLinter",
"module_type" : "PluginTarget",
"name" : "SwiftLintLinter",
"path" : "Plugins/SwiftLintLinter",
"plugin_capability" : {
"intent" : {
"description" : "Print lint warnings and errors.",
"type" : "custom",
"verb" : "swiftlint-lint"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"SwiftLintLinter"
],
"sources" : [
"SwiftLintLinter.swift",
"SwiftPluginTool.swift"
],
"target_dependencies" : [
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "SwiftLintFix",
"module_type" : "PluginTarget",
"name" : "SwiftLintFix",
"path" : "Plugins/SwiftLintFix",
"plugin_capability" : {
"intent" : {
"description" : "Correct linter violations if possible.",
"type" : "custom",
"verb" : "swiftlint-fix"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "This command attempts to fix lint issues",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"SwiftLintFix"
],
"sources" : [
"SwiftLintFix.swift",
"SwiftPluginTool.swift"
],
"target_dependencies" : [
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "SwiftLintBuildTool",
"module_type" : "PluginTarget",
"name" : "SwiftLintBuildTool",
"path" : "Plugins/SwiftLintBuildTool",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"SwiftLintBuildTool"
],
"sources" : [
"SwiftLintBuildTool.swift"
],
"target_dependencies" : [
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "SwiftLintBinary",
"module_type" : "BinaryTarget",
"name" : "SwiftLintBinary",
"path" : "remote/archive/SwiftLintBinary.artifactbundle.zip",
"product_memberships" : [
"SwiftLintBuildTool",
"SwiftLintLinter",
"SwiftLintFix",
"SwiftLintRules",
"SwiftLintVersion"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "DDSSwiftLint",
"module_type" : "SwiftTarget",
"name" : "DDSSwiftLint",
"path" : "Plugins",
"sources" : [
"DDSSwiftLint.swift"
],
"target_dependencies" : [
"SwiftLintBuildTool"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.