The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFormatLintPlugin, reference main (125c3a), with Swift 6.2 for macOS (SPM) on 26 Nov 2025 20:50:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
[1/148] Fetching swiftformatlintplugin
Fetched https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git from cache (1.56s)
Creating working copy for https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Working copy of https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git resolved at main (125c3a3)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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-49B95AFC49DCD68C.txt
[5/6] Emitting module SwiftFormatLintPlugin
[6/6] Compiling SwiftFormatLintPlugin Empty.swift
Build complete! (5.48s)
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.