Build Information
Successful build of SwiftLintPlugin, reference 1.1.4 (ebda7f), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 13:14:41 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/GayleDunham/SwiftLintPlugin.git
Reference: 1.1.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/GayleDunham/SwiftLintPlugin
* tag 1.1.4 -> FETCH_HEAD
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 1.1.4
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip
[16375/72588246] Downloading 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.84s)
========================================
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": "swiftlintplugin",
"name": "SwiftLintPlugin",
"url": "https://github.com/GayleDunham/SwiftLintPlugin.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLintPlugin",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/GayleDunham/SwiftLintPlugin.git
[1/215] Fetching swiftlintplugin
Fetched https://github.com/GayleDunham/SwiftLintPlugin.git from cache (1.65s)
Creating working copy for https://github.com/GayleDunham/SwiftLintPlugin.git
Working copy of https://github.com/GayleDunham/SwiftLintPlugin.git resolved at 1.1.4 (ebda7fc)
Fetching binary artifact https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip from cache
Fetched https://github.com/realm/SwiftLint/releases/download/0.63.2/SwiftLintBinary.artifactbundle.zip from cache (2.87s)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/GayleDunham/SwiftLintPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftLintVersion
[2/2] Compiling plugin SwiftLintRules
[3/3] Compiling plugin SwiftLintFix
[4/4] Compiling plugin SwiftLintLinter
[5/5] Compiling plugin SwiftLintBuildTool
Building for debugging...
[5/8] Write sources
[6/8] Copying cache
[7/8] Write swift-version--6988338F2F200930.txt
[9/11] Compiling DDSSwiftLint DDSSwiftLint.swift
[10/11] Emitting module DDSSwiftLint
[11/11] Compiling DDSSwiftLint resource_bundle_accessor.swift
Build complete! (14.33s)
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/SwiftLintBuildTool/SwiftLintBuildTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintRules/SwiftLintRules.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintVersion/SwiftLintVersion.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintLinter/SwiftLintLinter.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintRules/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintLinter/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintFix/SwiftPluginTool.swift
/Users/admin/builder/spi-builder-workspace/Plugins/SwiftLintFix/SwiftLintFix.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.