The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftFormatterPlugin with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elegantchaos/SwiftFormatterPlugin.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.67s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.49.11 (0.03s)
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/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftformatterplugin",
      "name": "SwiftFormatterPlugin",
      "url": "https://github.com/elegantchaos/SwiftFormatterPlugin.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormatterPlugin",
      "dependencies": [
        {
          "identity": "swiftformat",
          "name": "SwiftFormat",
          "url": "https://github.com/nicklockwood/SwiftFormat",
          "version": "0.52.10",
          "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftFormat",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/SwiftFormatterPlugin.git from cache
Fetched https://github.com/elegantchaos/SwiftFormatterPlugin.git (0.18s)
Fetching https://github.com/nicklockwood/SwiftFormat from cache
Fetched https://github.com/nicklockwood/SwiftFormat (0.59s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.52.10 (0.07s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.52.10
Creating working copy for https://github.com/elegantchaos/SwiftFormatterPlugin.git
Working copy of https://github.com/elegantchaos/SwiftFormatterPlugin.git resolved at main
Found 1 product dependencies
  - SwiftFormat
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatterPlugin
Building for debugging...
[2/17] Compiling SwiftFormat Options.swift
[3/17] Compiling SwiftFormat ParsingHelpers.swift
[4/17] Compiling SwiftFormat JSONReporter.swift
[5/17] Compiling SwiftFormat OptionDescriptor.swift
[6/17] Compiling SwiftFormat EnumAssociable.swift
[7/17] Compiling SwiftFormat Examples.swift
[8/17] Compiling SwiftFormat Arguments.swift
[9/17] Compiling SwiftFormat CommandLine.swift
[10/17] Compiling SwiftFormat Rules.swift
[11/17] Compiling SwiftFormat SwiftFormat.swift
[12/17] Emitting module SwiftFormat
[13/17] Compiling SwiftFormat Globs.swift
[14/17] Compiling SwiftFormat Inference.swift
[15/17] Compiling SwiftFormat Formatter.swift
[16/17] Compiling SwiftFormat FormattingHelpers.swift
[17/18] Compiling SwiftFormat Tokenizer.swift
[18/20] Emitting module CommandLineTool
[19/20] Compiling CommandLineTool main.swift
[19/20] Linking swiftformat
Build complete! (14.65s)
Build complete.
Done.