Build Information
Failed to build public-api-diff, reference 0.10.1 (61d3be
), with Swift 6.1 for iOS using Xcode 16.3 on 18 Jun 2025 01:37:04 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=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Adyen/adyen-swift-public-api-diff.git
Reference: 0.10.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Adyen/adyen-swift-public-api-diff
* tag 0.10.1 -> FETCH_HEAD
HEAD is now at 61d3be1 Merge pull request #120 from Adyen/remove-swift-lint
Cloned https://github.com/Adyen/adyen-swift-public-api-diff.git
Revision (git rev-parse @):
61d3be134cfdd1a8b6f2165e23a74a0086460234
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Adyen/adyen-swift-public-api-diff.git at 0.10.1
========================================
Build
========================================
Selected platform: iOS
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.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"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"
],
"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",
"SwiftInterfaceElementDescriptionTests.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"
],
"target_dependencies" : [
"PADLogging"
],
"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+Parameter.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElementParameter.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/apple/swift-argument-parser (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘swift-syntax’
Checking out 601.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.4 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-argument-parser’
Checking out 1.5.1 of package ‘swift-argument-parser’
Creating working copy of package ‘SwiftFormat’
Checking out 0.56.4 of package ‘SwiftFormat’
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/swiftlang/swift-syntax @ 601.0.1
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.56.4
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
public-api-diff: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
resolved source packages: swift-syntax, SwiftFormat, swift-argument-parser, SwiftDocCPlugin, public-api-diff, SymbolKit
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"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"
],
"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",
"SwiftInterfaceElementDescriptionTests.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"
],
"target_dependencies" : [
"PADLogging"
],
"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+Parameter.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElementParameter.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=iOS 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=iOS "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:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.56.4
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
public-api-diff: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
swift-syntax: https://github.com/swiftlang/swift-syntax @ 601.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 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 '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 '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 'SwiftSyntax601' 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 'SwiftSyntax601' 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'
➜ Explicit dependency on target 'SwiftSyntax601' 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'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
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 'PADLogging' in project 'public-api-diff'
➜ Explicit dependency on target 'ShellModule' 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 'PADLogging' in project 'public-api-diff'
➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
Target 'ShellModule' 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'
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 10867f2206570ae0d6be8c5b746a9120
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/10867f2206570ae0d6be8c5b746a9120.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS 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 iOS 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 iOS 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 iOS 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:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.56.4
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
public-api-diff: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
swift-syntax: https://github.com/swiftlang/swift-syntax @ 601.0.1
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
resolved source packages: SwiftFormat, SymbolKit, public-api-diff, swift-argument-parser, swift-syntax, SwiftDocCPlugin
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.1",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.56.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"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"
],
"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",
"SwiftInterfaceElementDescriptionTests.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"
],
"target_dependencies" : [
"PADLogging"
],
"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+Parameter.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+DiffHelper.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement+ParameterDescription.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElement.swift",
"SwiftInterfaceParser/SwiftInterfaceElement/SwiftInterfaceElementParameter.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=iOS
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=iOS
Resolve Package Graph
Resolved source packages:
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.4
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.56.4
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.1
swift-syntax: https://github.com/swiftlang/swift-syntax @ 601.0.1
public-api-diff: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (25 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 '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 '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 'SwiftSyntax601' 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 'SwiftSyntax601' 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'
➜ Explicit dependency on target 'SwiftSyntax601' 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'
➜ Explicit dependency on target 'SwiftSyntax601' in project 'swift-syntax'
Target 'SwiftSyntax601' in project 'swift-syntax' (no dependencies)
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 'PADLogging' in project 'public-api-diff'
➜ Explicit dependency on target 'ShellModule' 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 'PADLogging' in project 'public-api-diff'
➜ Explicit dependency on target 'ShellModule' in project 'public-api-diff'
Target 'ShellModule' 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'
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 89e1d45cd313e5998c605796b7afc495
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/89e1d45cd313e5998c605796b7afc495.xcbuilddata
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS 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 iOS platform, but this target supports 12.0 (in target 'PADSwiftInterfaceDiff' from project 'public-api-diff')
error: The package product 'SwiftSyntax' requires minimum platform version 13.0 for the iOS 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 iOS platform, but this target supports 12.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.1 iOS