The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftFormatterPlugin, reference main (53d24a), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 02:04:12 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/SwiftFormatterPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/SwiftFormatterPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 53d24a9 Added basic docs
Cloned https://github.com/elegantchaos/SwiftFormatterPlugin.git
Revision (git rev-parse @):
53d24a9c47d53f9c67c630e7e23fb50b8b442dd2
SUCCESS checkout https://github.com/elegantchaos/SwiftFormatterPlugin.git at main
Fetching https://github.com/nicklockwood/SwiftFormat
[1/46730] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (14.19s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.49.11 (17.33s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.49.11
========================================
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": "swiftformatterplugin",
      "name": "SwiftFormatterPlugin",
      "url": "https://github.com/elegantchaos/SwiftFormatterPlugin.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormatterPlugin",
      "dependencies": [
        {
          "identity": "swiftformat",
          "name": "SwiftFormat",
          "url": "https://github.com/nicklockwood/SwiftFormat",
          "version": "0.55.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/SwiftFormatterPlugin.git
[1/87] Fetching swiftformatterplugin
Fetched https://github.com/elegantchaos/SwiftFormatterPlugin.git from cache (0.65s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/nicklockwood/SwiftFormat from cache (0.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.55.5 (1.23s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.55.5
Creating working copy for https://github.com/elegantchaos/SwiftFormatterPlugin.git
Working copy of https://github.com/elegantchaos/SwiftFormatterPlugin.git resolved at main (53d24a9)
Found 1 product dependencies
  - SwiftFormat
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/elegantchaos/SwiftFormatterPlugin.git
https://github.com/elegantchaos/SwiftFormatterPlugin.git
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.11",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "SwiftFormatterPlugin",
  "name" : "SwiftFormatterPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFormatterPlugin",
      "targets" : [
        "SwiftFormatterPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFormatterPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftFormatterPlugin",
      "path" : "Plugins/SwiftFormatterPlugin",
      "plugin_capability" : {
        "intent" : {
          "type" : "sourceCodeFormatting"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command reformats source files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "swiftformat"
      ],
      "product_memberships" : [
        "SwiftFormatterPlugin"
      ],
      "sources" : [
        "SwiftFormatterPlugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin SwiftFormatterPlugin
Building for debugging...
[1/14] Write sources
[3/14] Write swiftformat-entitlement.plist
[4/14] Write sources
[4/14] Write swiftformat-tool-entitlement.plist
[6/14] Write sources
[7/14] Write swift-version-2F0A5646E1D333AE.txt
[9/44] Compiling SwiftFormat ParsingHelpers.swift
[10/44] Compiling SwiftFormat SwiftFormat.swift
[11/45] Compiling SwiftFormat JSONReporter.swift
[12/45] Compiling SwiftFormat OptionDescriptor.swift
[13/45] Compiling SwiftFormat Globs.swift
[14/45] Compiling SwiftFormat FormattingHelpers.swift
[15/45] Compiling SwiftFormat Arguments.swift
[16/45] Compiling SwiftFormat FormattingHelpers.swift
[17/46] Emitting module SwiftFormat
[18/46] Compiling SwiftFormat ParsingHelpers.swift
[19/46] Compiling SwiftFormat Options.swift
[20/46] Emitting module SwiftFormat
[21/46] Compiling SwiftFormat SwiftFormat.swift
[22/46] Compiling SwiftFormat EnumAssociable.swift
[23/46] Compiling SwiftFormat Examples.swift
[24/46] Compiling SwiftFormat Globs.swift
[25/46] Compiling SwiftFormat Inference.swift
[26/46] Compiling SwiftFormat Rules.swift
[27/46] Compiling SwiftFormat Options.swift
[36/46] Compiling SwiftFormat Rules.swift
[39/46] Compiling SwiftFormat Tokenizer.swift
[40/48] Emitting module CommandLineTool
[41/48] Compiling CommandLineTool main.swift
[41/48] Write Objects.LinkFileList
[43/48] Compiling SwiftFormat Tokenizer.swift
[43/50] Linking swiftformat
[45/50] Emitting module CommandLineTool
[46/50] Compiling CommandLineTool main.swift
[46/50] Write Objects.LinkFileList
[47/50] Applying swiftformat
[48/50] Linking swiftformat-tool
[49/50] Applying swiftformat-tool
Build complete! (12.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.49.11",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "SwiftFormatterPlugin",
  "name" : "SwiftFormatterPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftFormatterPlugin",
      "targets" : [
        "SwiftFormatterPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftFormatterPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftFormatterPlugin",
      "path" : "Plugins/SwiftFormatterPlugin",
      "plugin_capability" : {
        "intent" : {
          "type" : "sourceCodeFormatting"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This command reformats source files.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_dependencies" : [
        "swiftformat"
      ],
      "product_memberships" : [
        "SwiftFormatterPlugin"
      ],
      "sources" : [
        "SwiftFormatterPlugin.swift"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "5.6"
}
Done.