Build Information
Failed to build public-api-diff, reference 0.9.0 (250e15
), with Swift 6.0 for watchOS using Xcode 16.2 on 27 Mar 2025 19:12:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=watchOS
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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: watchOS
Swift version: 6.0
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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/nicklockwood/SwiftFormat
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/apple/swift-argument-parser
Fetching from https://github.com/swiftlang/swift-docc-symbolkit
Creating working copy of package ‘SwiftFormat’
Checking out 0.55.5 of package ‘SwiftFormat’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.58.2 of package ‘SwiftLintPlugins’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.58.2
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
public-api-diff: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftDocCPlugin, SwiftLintPlugins, swift-argument-parser, SymbolKit, swift-syntax, SwiftFormat, public-api-diff
{
"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.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=watchOS 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.2.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=watchOS "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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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:
public-api-diff: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.58.2
swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: c972e24c81c0a1c376ab9ce229b6655d948b8f672306f91ccd2e984598160570
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/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryItems\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryItems/NSIRD_xcodebuild_xwpCWF\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/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:0x1340073f0 path:'/Users/admin/builder/spi-builder-workspace'>
target: public-api-diff
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
Build description signature: 44bee209e93389adbb2c1ae3d978a965
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/44bee209e93389adbb2c1ae3d978a965.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.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.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.58.2
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
public-api-diff: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftDocCPlugin, SwiftLintPlugins, SwiftFormat, swift-syntax, swift-argument-parser, SymbolKit, public-api-diff
{
"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.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme public-api-diff-Package -destination generic/platform=watchOS
Command line invocation:
/Applications/Xcode-16.2.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=watchOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.58.2
swift-syntax: https://github.com/swiftlang/swift-syntax @ 600.0.1
public-api-diff: /Users/admin/builder/spi-builder-workspace
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.55.5
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.dependencies/plugins'
[debug]: Computed hash of plugin compilation inputs: c972e24c81c0a1c376ab9ce229b6655d948b8f672306f91ccd2e984598160570
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/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.dependencies/plugins/spi-builder-workspace.output/public-api-diff/SwiftLintBuildToolPlugin\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryItems\")
(subpath \"/private/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryItems/NSIRD_xcodebuild_HTHSQs\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.58.2-macos/bin/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.dependencies/plugins/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:0x135008bf0 path:'/Users/admin/builder/spi-builder-workspace'>
target: public-api-diff
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
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.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.2.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.2.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk -x c -c /dev/null
Build description signature: 9cc40855af72cbfa52d92606afd0f289
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/9cc40855af72cbfa52d92606afd0f289.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftSyntax' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'public-api-diff' from project 'public-api-diff')
error: The package product 'SwiftParser' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'public-api-diff' 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.0 watchOS