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

Failed to build public-api-diff, reference 0.9.0 (250e15), with Swift 6.1 for tvOS using Xcode 16.3 on 30 Apr 2025 16:59:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=tvOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adyen/adyen-swift-public-api-diff.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Adyen/adyen-swift-public-api-diff
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 250e15e Updating version numbers
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
250e15e5a4daf21610dcfac94ac5c842fe750e50
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at 0.9.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Adyen/adyen-swift-public-api-diff.git
https://github.com/Adyen/adyen-swift-public-api-diff.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "public-api-diff",
  "name" : "public-api-diff",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "public-api-diff",
      "targets" : [
        "public-api-diff"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftInterfaceDiff",
      "targets" : [
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PublicApiDiff",
      "targets" : [
        "PADProjectBuilder",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "public_api_diff",
      "module_type" : "SwiftTarget",
      "name" : "public-api-diff",
      "path" : "Sources/ExecutableTargets/CommandLineTool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "public-api-diff"
      ],
      "sources" : [
        "CommandLineTool+ExpressibleByArgument.swift",
        "CommandLineTool.swift",
        "FrameworkToOutputCommand.swift",
        "ProjectToOutputCommand.swift",
        "SwiftInterfaceToOutputCommand.swift"
      ],
      "target_dependencies" : [
        "PADProjectBuilder",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceFileLocator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnitTests/Resources/expected-reference-changes.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FileHandlingTests.swift",
        "GitTests.swift",
        "LoggerTests.swift",
        "OutputGeneratorTests.swift",
        "PipelineTests.swift",
        "ProjectSourceTests.swift",
        "SwiftPackageFileAnalyzerTests.swift",
        "Utilities/MockFileHandler.swift",
        "Utilities/MockLogger.swift",
        "Utilities/MockPipelineModules/MockLibraryAnalyzer.swift",
        "Utilities/MockPipelineModules/MockOutputGenerator.swift",
        "Utilities/MockRandomStringGenerator.swift",
        "Utilities/MockShell.swift",
        "Utilities/MockSwiftInterfaceAnalyzer.swift",
        "Utilities/MockSwiftInterfaceParser.swift",
        "XcodeToolsTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPackageFileHelperModule",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageFileHelperModule",
      "path" : "Sources/Shared/Package/SwiftPackageFileHelperModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageDescription.swift",
        "SwiftPackageFileHelper.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellModule",
      "module_type" : "SwiftTarget",
      "name" : "ShellModule",
      "path" : "Sources/Shared/Package/ShellModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceFileLocator",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceFileLocator",
      "path" : "Sources/Shared/Public/PADSwiftInterfaceFileLocator",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceFileLocator.swift",
        "SwiftInterfaceType.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceDiff",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceDiff",
      "path" : "Sources/PublicModules/PADSwiftInterfaceDiff",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceAnalyzer/IndependentSwiftInterfaceChange.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzer.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzing.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceChangeConsolidator.swift",
        "SwiftInterfaceDiff.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ActorDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/AssociatedTypeDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ClassDeclSyntac+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/DeclSyntax+Convenience.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumCaseDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ExtensionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/FunctionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/InitializerDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ProtocolDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/StructDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/SubscriptDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/TypeAliasDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/VarDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/String+Convenience.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Actor.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+AssociatedType.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Class.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Enum.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+EnumCase.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Extension.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Function.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Initializer.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Protocol.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Struct.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Subscript.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+TypeAlias.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Var.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser+Root.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser.swift",
        "SwiftInterfaceParser/SwiftInterfaceParsing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADProjectBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PADProjectBuilder",
      "path" : "Sources/PublicModules/PADProjectBuilder",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "ProjectBuilder.swift",
        "ProjectPlatform.swift",
        "ProjectSetup/Git.swift",
        "ProjectSetup/ProjectSetupHelper.swift",
        "ProjectSetup/ProjectSetupHelping.swift",
        "ProjectSetup/RandomStringGenerating.swift",
        "ProjectSource+Error.swift",
        "ProjectSource.swift",
        "ProjectType.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer+Error.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer.swift",
        "SwiftInterfaceProducer/XcodeTools.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "PADSwiftInterfaceFileLocator",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADPackageFileAnalyzer",
      "module_type" : "SwiftTarget",
      "name" : "PADPackageFileAnalyzer",
      "path" : "Sources/PublicModules/PADPackageFileAnalyzer",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageFileAnalyzer+Targets.swift",
        "SwiftPackageFileAnalyzer.swift",
        "SwiftPackageFileAnalyzing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADOutputGenerator",
      "module_type" : "SwiftTarget",
      "name" : "PADOutputGenerator",
      "path" : "Sources/PublicModules/PADOutputGenerator",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "MarkdownOutputGenerator.swift",
        "OutputGenerating.swift"
      ],
      "target_dependencies" : [
        "PADCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADLogging",
      "module_type" : "SwiftTarget",
      "name" : "PADLogging",
      "path" : "Sources/Shared/Public/PADLogging",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "LogFileLogger.swift",
        "LogLevelLogger.swift",
        "Logging.swift",
        "LoggingGroup.swift",
        "SystemLogger.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADCore",
      "module_type" : "SwiftTarget",
      "name" : "PADCore",
      "path" : "Sources/Shared/Public/PADCore",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Change.swift",
        "SwiftInterfaceFile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ReferencePackageTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileHandlingModule",
      "module_type" : "SwiftTarget",
      "name" : "FileHandlingModule",
      "path" : "Sources/Shared/Package/FileHandlingModule",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "FileHandling+Convenience.swift",
        "FileHandling.swift",
        "FileManager+FileHandling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/nicklockwood/SwiftFormat
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.59.1 of package ‘SwiftLintPlugins’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
  public-api-diff: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
resolved source packages: swift-argument-parser, swift-syntax, SymbolKit, SwiftLintPlugins, SwiftFormat, public-api-diff, SwiftDocCPlugin
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "public-api-diff",
  "name" : "public-api-diff",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "public-api-diff",
      "targets" : [
        "public-api-diff"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftInterfaceDiff",
      "targets" : [
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PublicApiDiff",
      "targets" : [
        "PADProjectBuilder",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "public_api_diff",
      "module_type" : "SwiftTarget",
      "name" : "public-api-diff",
      "path" : "Sources/ExecutableTargets/CommandLineTool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "public-api-diff"
      ],
      "sources" : [
        "CommandLineTool+ExpressibleByArgument.swift",
        "CommandLineTool.swift",
        "FrameworkToOutputCommand.swift",
        "ProjectToOutputCommand.swift",
        "SwiftInterfaceToOutputCommand.swift"
      ],
      "target_dependencies" : [
        "PADProjectBuilder",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceFileLocator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnitTests/Resources/expected-reference-changes.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FileHandlingTests.swift",
        "GitTests.swift",
        "LoggerTests.swift",
        "OutputGeneratorTests.swift",
        "PipelineTests.swift",
        "ProjectSourceTests.swift",
        "SwiftPackageFileAnalyzerTests.swift",
        "Utilities/MockFileHandler.swift",
        "Utilities/MockLogger.swift",
        "Utilities/MockPipelineModules/MockLibraryAnalyzer.swift",
        "Utilities/MockPipelineModules/MockOutputGenerator.swift",
        "Utilities/MockRandomStringGenerator.swift",
        "Utilities/MockShell.swift",
        "Utilities/MockSwiftInterfaceAnalyzer.swift",
        "Utilities/MockSwiftInterfaceParser.swift",
        "XcodeToolsTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPackageFileHelperModule",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageFileHelperModule",
      "path" : "Sources/Shared/Package/SwiftPackageFileHelperModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageDescription.swift",
        "SwiftPackageFileHelper.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellModule",
      "module_type" : "SwiftTarget",
      "name" : "ShellModule",
      "path" : "Sources/Shared/Package/ShellModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceFileLocator",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceFileLocator",
      "path" : "Sources/Shared/Public/PADSwiftInterfaceFileLocator",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceFileLocator.swift",
        "SwiftInterfaceType.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceDiff",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceDiff",
      "path" : "Sources/PublicModules/PADSwiftInterfaceDiff",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceAnalyzer/IndependentSwiftInterfaceChange.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzer.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzing.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceChangeConsolidator.swift",
        "SwiftInterfaceDiff.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ActorDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/AssociatedTypeDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ClassDeclSyntac+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/DeclSyntax+Convenience.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumCaseDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ExtensionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/FunctionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/InitializerDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ProtocolDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/StructDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/SubscriptDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/TypeAliasDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/VarDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/String+Convenience.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Actor.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+AssociatedType.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Class.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Enum.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+EnumCase.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Extension.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Function.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Initializer.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Protocol.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Struct.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Subscript.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+TypeAlias.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Var.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser+Root.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser.swift",
        "SwiftInterfaceParser/SwiftInterfaceParsing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADProjectBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PADProjectBuilder",
      "path" : "Sources/PublicModules/PADProjectBuilder",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "ProjectBuilder.swift",
        "ProjectPlatform.swift",
        "ProjectSetup/Git.swift",
        "ProjectSetup/ProjectSetupHelper.swift",
        "ProjectSetup/ProjectSetupHelping.swift",
        "ProjectSetup/RandomStringGenerating.swift",
        "ProjectSource+Error.swift",
        "ProjectSource.swift",
        "ProjectType.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer+Error.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer.swift",
        "SwiftInterfaceProducer/XcodeTools.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "PADSwiftInterfaceFileLocator",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADPackageFileAnalyzer",
      "module_type" : "SwiftTarget",
      "name" : "PADPackageFileAnalyzer",
      "path" : "Sources/PublicModules/PADPackageFileAnalyzer",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageFileAnalyzer+Targets.swift",
        "SwiftPackageFileAnalyzer.swift",
        "SwiftPackageFileAnalyzing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADOutputGenerator",
      "module_type" : "SwiftTarget",
      "name" : "PADOutputGenerator",
      "path" : "Sources/PublicModules/PADOutputGenerator",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "MarkdownOutputGenerator.swift",
        "OutputGenerating.swift"
      ],
      "target_dependencies" : [
        "PADCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADLogging",
      "module_type" : "SwiftTarget",
      "name" : "PADLogging",
      "path" : "Sources/Shared/Public/PADLogging",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "LogFileLogger.swift",
        "LogLevelLogger.swift",
        "Logging.swift",
        "LoggingGroup.swift",
        "SystemLogger.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADCore",
      "module_type" : "SwiftTarget",
      "name" : "PADCore",
      "path" : "Sources/Shared/Public/PADCore",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Change.swift",
        "SwiftInterfaceFile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ReferencePackageTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileHandlingModule",
      "module_type" : "SwiftTarget",
      "name" : "FileHandlingModule",
      "path" : "Sources/Shared/Package/FileHandlingModule",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "FileHandling+Convenience.swift",
        "FileHandling.swift",
        "FileManager+FileHandling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "public-api-diff",
      "public-api-diff-Package",
      "PublicApiDiff",
      "SwiftInterfaceDiff"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme public-api-diff-Package -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
  public-api-diff: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 6a26f96e6f65bb6da60454e696334901249ca4e912ede25e359f12daf4e447f1
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “public-api-diff” in package “spi-builder-workspace”
Environment: ["BUILD_WORKSPACE_DIRECTORY": "/Users/admin/builder/spi-builder-workspace"]
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool+ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/FrameworkToOutputCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/ProjectToOutputCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/SwiftInterfaceToOutputCommand.swift
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x133627bd0 path:'/Users/admin/builder/spi-builder-workspace'>
    target: public-api-diff
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'public-api-diff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
    Target 'SwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'PublicApiDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
    Target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
    Target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
    Target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
    Target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
    Target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
    Target 'ShellModule' in project 'public-api-diff' (no dependencies)
    Target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
    Target 'FileHandlingModule' in project 'public-api-diff' (no dependencies)
    Target 'PADCore' in project 'public-api-diff' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: b15d311002cc66349893271889d0fe0d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b15d311002cc66349893271889d0fe0d.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme public-api-diff-Package
(1 failure)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
  public-api-diff: /Users/admin/builder/spi-builder-workspace
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: SwiftLintPlugins, public-api-diff, SwiftFormat, swift-syntax, SwiftDocCPlugin, swift-argument-parser, SymbolKit
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.1",
            "upper_bound" : "601.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.55.5",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftlintplugins",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.58.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
    }
  ],
  "manifest_display_name" : "public-api-diff",
  "name" : "public-api-diff",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "public-api-diff",
      "targets" : [
        "public-api-diff"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftInterfaceDiff",
      "targets" : [
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PublicApiDiff",
      "targets" : [
        "PADProjectBuilder",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "public_api_diff",
      "module_type" : "SwiftTarget",
      "name" : "public-api-diff",
      "path" : "Sources/ExecutableTargets/CommandLineTool",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftLintBuildToolPlugin"
      ],
      "product_memberships" : [
        "public-api-diff"
      ],
      "sources" : [
        "CommandLineTool+ExpressibleByArgument.swift",
        "CommandLineTool.swift",
        "FrameworkToOutputCommand.swift",
        "ProjectToOutputCommand.swift",
        "SwiftInterfaceToOutputCommand.swift"
      ],
      "target_dependencies" : [
        "PADProjectBuilder",
        "PADSwiftInterfaceDiff",
        "PADOutputGenerator",
        "PADPackageFileAnalyzer",
        "PADSwiftInterfaceFileLocator"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UnitTests",
      "module_type" : "SwiftTarget",
      "name" : "UnitTests",
      "path" : "Tests/UnitTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/UnitTests/Resources/expected-reference-changes.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FileHandlingTests.swift",
        "GitTests.swift",
        "LoggerTests.swift",
        "OutputGeneratorTests.swift",
        "PipelineTests.swift",
        "ProjectSourceTests.swift",
        "SwiftPackageFileAnalyzerTests.swift",
        "Utilities/MockFileHandler.swift",
        "Utilities/MockLogger.swift",
        "Utilities/MockPipelineModules/MockLibraryAnalyzer.swift",
        "Utilities/MockPipelineModules/MockOutputGenerator.swift",
        "Utilities/MockRandomStringGenerator.swift",
        "Utilities/MockShell.swift",
        "Utilities/MockSwiftInterfaceAnalyzer.swift",
        "Utilities/MockSwiftInterfaceParser.swift",
        "XcodeToolsTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPackageFileHelperModule",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPackageFileHelperModule",
      "path" : "Sources/Shared/Package/SwiftPackageFileHelperModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageDescription.swift",
        "SwiftPackageFileHelper.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ShellModule",
      "module_type" : "SwiftTarget",
      "name" : "ShellModule",
      "path" : "Sources/Shared/Package/ShellModule",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Shell.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceFileLocator",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceFileLocator",
      "path" : "Sources/Shared/Public/PADSwiftInterfaceFileLocator",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceFileLocator.swift",
        "SwiftInterfaceType.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule",
        "ShellModule",
        "PADLogging"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADSwiftInterfaceDiff",
      "module_type" : "SwiftTarget",
      "name" : "PADSwiftInterfaceDiff",
      "path" : "Sources/PublicModules/PADSwiftInterfaceDiff",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftInterfaceAnalyzer/IndependentSwiftInterfaceChange.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzer.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceAnalyzing.swift",
        "SwiftInterfaceAnalyzer/SwiftInterfaceChangeConsolidator.swift",
        "SwiftInterfaceDiff.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ActorDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/AssociatedTypeDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ClassDeclSyntac+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/DeclSyntax+Convenience.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumCaseDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/EnumDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ExtensionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/FunctionDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/InitializerDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/ProtocolDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/StructDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/SubscriptDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/TypeAliasDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/DeclSyntax+SwiftInterface/VarDeclSyntax+SwiftInterface.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/String+Convenience.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Actor.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+AssociatedType.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Class.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Enum.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+EnumCase.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Extension.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Function.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Initializer.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Protocol.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Struct.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Subscript.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+TypeAlias.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement+Declaration/SwiftInterfaceElement+Var.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
        "SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser+Root.swift",
        "SwiftInterfaceParser/SwiftInterfaceParser.swift",
        "SwiftInterfaceParser/SwiftInterfaceParsing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADProjectBuilder",
      "module_type" : "SwiftTarget",
      "name" : "PADProjectBuilder",
      "path" : "Sources/PublicModules/PADProjectBuilder",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "ProjectBuilder.swift",
        "ProjectPlatform.swift",
        "ProjectSetup/Git.swift",
        "ProjectSetup/ProjectSetupHelper.swift",
        "ProjectSetup/ProjectSetupHelping.swift",
        "ProjectSetup/RandomStringGenerating.swift",
        "ProjectSource+Error.swift",
        "ProjectSource.swift",
        "ProjectType.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer+Error.swift",
        "SwiftInterfaceProducer/SwiftInterfaceProducer.swift",
        "SwiftInterfaceProducer/XcodeTools.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "PADSwiftInterfaceFileLocator",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADPackageFileAnalyzer",
      "module_type" : "SwiftTarget",
      "name" : "PADPackageFileAnalyzer",
      "path" : "Sources/PublicModules/PADPackageFileAnalyzer",
      "product_memberships" : [
        "public-api-diff",
        "PublicApiDiff"
      ],
      "sources" : [
        "SwiftPackageFileAnalyzer+Targets.swift",
        "SwiftPackageFileAnalyzer.swift",
        "SwiftPackageFileAnalyzing.swift"
      ],
      "target_dependencies" : [
        "PADCore",
        "PADLogging",
        "FileHandlingModule",
        "ShellModule",
        "SwiftPackageFileHelperModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADOutputGenerator",
      "module_type" : "SwiftTarget",
      "name" : "PADOutputGenerator",
      "path" : "Sources/PublicModules/PADOutputGenerator",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "MarkdownOutputGenerator.swift",
        "OutputGenerating.swift"
      ],
      "target_dependencies" : [
        "PADCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADLogging",
      "module_type" : "SwiftTarget",
      "name" : "PADLogging",
      "path" : "Sources/Shared/Public/PADLogging",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "LogFileLogger.swift",
        "LogLevelLogger.swift",
        "Logging.swift",
        "LoggingGroup.swift",
        "SystemLogger.swift"
      ],
      "target_dependencies" : [
        "FileHandlingModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PADCore",
      "module_type" : "SwiftTarget",
      "name" : "PADCore",
      "path" : "Sources/Shared/Public/PADCore",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "Change.swift",
        "SwiftInterfaceFile.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-private.md",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/IntegrationTests/Resources/expected-reference-changes-swift-interface-public.md",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ReferencePackageTests.swift"
      ],
      "target_dependencies" : [
        "public-api-diff"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FileHandlingModule",
      "module_type" : "SwiftTarget",
      "name" : "FileHandlingModule",
      "path" : "Sources/Shared/Package/FileHandlingModule",
      "product_memberships" : [
        "public-api-diff",
        "SwiftInterfaceDiff",
        "PublicApiDiff"
      ],
      "sources" : [
        "FileHandling+Convenience.swift",
        "FileHandling.swift",
        "FileManager+FileHandling.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "public-api-diff",
      "public-api-diff-Package",
      "PublicApiDiff",
      "SwiftInterfaceDiff"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=tvOS
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme public-api-diff-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  public-api-diff: /Users/admin/builder/spi-builder-workspace
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
  SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.59.1
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 6a26f96e6f65bb6da60454e696334901249ca4e912ede25e359f12daf4e447f1
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “public-api-diff” in package “spi-builder-workspace”
Environment: ["BUILD_WORKSPACE_DIRECTORY": "/Users/admin/builder/spi-builder-workspace"]
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
    (subpath \"/private/tmp\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
    (subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin\")
    (subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.59.1-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool+ExpressibleByArgument.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/CommandLineTool.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/FrameworkToOutputCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/ProjectToOutputCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/ExecutableTargets/CommandLineTool/SwiftInterfaceToOutputCommand.swift
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x10d906d70 path:'/Users/admin/builder/spi-builder-workspace'>
    target: public-api-diff
        prebuildCommandOutputPaths: []
        buildCommands: []
        allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (26 targets)
    Target 'public-api-diff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
        ➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
    Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
    Target 'SwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'PublicApiDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'PADOutputGenerator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
    Target 'PADSwiftInterfaceDiff' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftParser' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax' in project 'swift-syntax'
        ➜ Explicit dependency on target '_SwiftSyntaxCShims' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax509' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax510' in project 'swift-syntax'
        ➜ Explicit dependency on target 'SwiftSyntax600' in project 'swift-syntax'
    Target 'SwiftSyntax600' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax510' in project 'swift-syntax' (no dependencies)
    Target 'SwiftSyntax509' in project 'swift-syntax' (no dependencies)
    Target '_SwiftSyntaxCShims' in project 'swift-syntax' (no dependencies)
    Target 'PADPackageFileAnalyzer' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
    Target 'PADProjectBuilder' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADCore' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
    Target 'SwiftPackageFileHelperModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
    Target 'PADSwiftInterfaceFileLocator' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
        ➜ Explicit dependency on target 'PADLogging' in project 'public-api-diff'
    Target 'ShellModule' in project 'public-api-diff' (no dependencies)
    Target 'PADLogging' in project 'public-api-diff'
        ➜ Explicit dependency on target 'FileHandlingModule' in project 'public-api-diff'
    Target 'FileHandlingModule' in project 'public-api-diff' (no dependencies)
    Target 'PADCore' in project 'public-api-diff' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 5b90c974073e769915ad6bdd881188c8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5b90c974073e769915ad6bdd881188c8.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 13.0 for the tvOS platform, but this target supports 12.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme public-api-diff-Package
(1 failure)
BUILD FAILURE 6.1 tvOS