The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftFormatLintPlugin, reference v1.0.5 (f645f6), with Swift 6.1 for Linux on 4 Nov 2025 17:56:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
https://github.com/Snapp-Mobile/SwiftFormatLintPlugin.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFormatLintPlugin",
  "name" : "SwiftFormatLintPlugin",
  "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[1/1] Compiling plugin FormatPlugin
[2/2] Compiling plugin LintPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/6] Emitting module SwiftFormatLintPlugin
[6/6] Compiling SwiftFormatLintPlugin Empty.swift
Build complete! (6.88s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftFormatLintPlugin",
  "name" : "SwiftFormatLintPlugin",
  "path" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.