The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFormatLintPlugin, reference v1.0.5 (f645f6), with Swift 6.0 for macOS (SPM) on 4 Nov 2025 17:58:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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-5BDAB9E9C0126B9D.txt
[5/6] Emitting module SwiftFormatLintPlugin
[6/6] Compiling SwiftFormatLintPlugin Empty.swift
Build complete! (5.92s)
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.