The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PackageGeneratorPlugin, reference main (269149), with Swift 6.2 for macOS (SPM) on 2 May 2026 02:50:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mackoj/PackageGeneratorPlugin.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mackoj/PackageGeneratorPlugin
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2691493 fix: use .target() instead of .product() for local binaryTarget reference
Cloned https://github.com/mackoj/PackageGeneratorPlugin.git
Revision (git rev-parse @):
2691493ff3242d19c292eb9b0700274fe73496b2
SUCCESS checkout https://github.com/mackoj/PackageGeneratorPlugin.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mackoj/PackageGeneratorPlugin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Package Generator
Building for debugging...
[1/26] Write sources
[4/26] Write yaml-converter-tool-entitlement.plist
[4/26] Write sources
[6/26] Write yaml-converter-entitlement.plist
[7/26] Write swift-version--3CB7CFEC50E0D141.txt
[8/26] Compiling emitter.c
[9/26] Compiling reader.c
[10/26] Compiling api.c
[11/26] Compiling scanner.c
[12/26] Compiling parser.c
[13/26] Compiling writer.c
[14/26] Compiling parser.c
[15/26] Compiling writer.c
[16/26] Compiling api.c
[17/26] Compiling emitter.c
[18/26] Compiling reader.c
[19/26] Compiling scanner.c
[21/66] Emitting module Yams
[22/68] Compiling Yams RedundancyAliasingStrategy.swift
[23/68] Compiling Yams Representer.swift
[24/68] Compiling Yams YamlError.swift
[25/68] Compiling Yams YamlTagProviding.swift
[26/68] Compiling Yams Tag.swift
[27/68] Compiling Yams YamlAnchorProviding.swift
[28/68] Compiling Yams Resolver.swift
[29/68] Compiling Yams String+Yams.swift
[30/68] Compiling Yams Node.swift
[31/68] Compiling Yams Parser.swift
[38/70] Compiling Yams Mark.swift
[39/70] Compiling Yams Encoder.swift
[40/70] Compiling Yams Node.Scalar.swift
[42/70] Compiling Yams Node.Sequence.swift
[43/70] Compiling Yams Node.Mapping.swift
[47/70] Compiling Yams Constructor.swift
[48/70] Compiling Yams Decoder.swift
[49/70] Compiling Yams Node.Alias.swift
[52/70] Compiling Yams Emitter.swift
[53/70] Compiling Yams AliasDereferencingStrategy.swift
[55/70] Compiling Yams Anchor.swift
[59/70] Emitting module Yams
[63/72] Compiling Yams YamlError.swift
[64/72] Compiling Yams YamlTagProviding.swift
[65/74] Emitting module yaml_converter
[66/74] Compiling yaml_converter main.swift
[66/74] Write Objects.LinkFileList
[68/74] Emitting module yaml_converter
[69/74] Compiling yaml_converter main.swift
[69/74] Write Objects.LinkFileList
[70/74] Linking yaml-converter-tool
[71/74] Applying yaml-converter-tool
[72/74] Linking yaml-converter
[73/74] Applying yaml-converter
Build complete! (20.13s)
Fetching https://github.com/jpsim/Yams.git
[1/11551] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.13s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 6.2.1 (2.70s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 6.2.1
Downloading binary artifact https://github.com/mackoj/PackageGeneratorCLI/releases/download/0.7.0/package-generator-cli-arm64-apple-macosx.artifactbundle.zip
[32750/3924491] Downloading https://github.com/mackoj/PackageGeneratorCLI/releases/download/0.7.0/package-generator-cli-arm64-apple-macosx.artifactbundle.zip
Downloaded https://github.com/mackoj/PackageGeneratorCLI/releases/download/0.7.0/package-generator-cli-arm64-apple-macosx.artifactbundle.zip (0.84s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.2.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "PackageGeneratorPlugin",
  "name" : "PackageGeneratorPlugin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PackageGenerator",
      "targets" : [
        "Package Generator"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "yaml-converter",
      "targets" : [
        "yaml-converter"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "yaml_converter",
      "module_type" : "SwiftTarget",
      "name" : "yaml-converter",
      "path" : "Tools/YamlConverter",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "PackageGenerator",
        "yaml-converter"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "package_generator_cli",
      "module_type" : "BinaryTarget",
      "name" : "package-generator-cli",
      "path" : "remote/archive/package-generator-cli-arm64-apple-macosx.artifactbundle.zip",
      "product_memberships" : [
        "PackageGenerator"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "Package_Generator",
      "module_type" : "PluginTarget",
      "name" : "Package Generator",
      "path" : "Plugins/PackageGenerator",
      "plugin_capability" : {
        "intent" : {
          "description" : "Generate the Package.swift based on the packageGenerator config",
          "type" : "custom",
          "verb" : "package-generator"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "This plug-in need to update the Package.swift in the package folder.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "PackageGenerator"
      ],
      "sources" : [
        "AdvancedFeatures.swift",
        "AppleSDKs.swift",
        "CodeGeneration.swift",
        "ConfigLoader.swift",
        "ConfigurationV2.swift",
        "ImportAnalysis.swift",
        "PackageGeneratorV2.swift",
        "ParsedPackage.swift",
        "Plugin.swift",
        "TargetModel.swift",
        "TargetResolution.swift"
      ],
      "target_dependencies" : [
        "package-generator-cli",
        "yaml-converter"
      ],
      "type" : "plugin"
    }
  ],
  "tools_version" : "6.2"
}
Done.