Build Information
Failed to build swift-bundler, reference v2.0.7 (88c361
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 10:03:21 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-bundler.git
Reference: v2.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/swift-bundler
* tag v2.0.7 -> FETCH_HEAD
HEAD is now at 88c3614 Backport template repository updating fix from v3
Cloned https://github.com/stackotter/swift-bundler.git
Revision (git rev-parse @):
88c36140626d60ec72c1877e35393f7624241900
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stackotter/swift-bundler.git at v2.0.7
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/stackotter/swift-bundler.git
https://github.com/stackotter/swift-bundler.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
},
{
"identity" : "tomlkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LebJe/TOMLKit"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-bundler",
"name" : "swift-bundler",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-bundler",
"targets" : [
"swift-bundler"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_bundler",
"module_type" : "SwiftTarget",
"name" : "swift-bundler",
"path" : "Sources/swift-bundler",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"Parsing",
"TOMLKit",
"Rainbow",
"Version"
],
"product_memberships" : [
"swift-bundler"
],
"sources" : [
"Bundler/Bundler.swift",
"Bundler/BundlerError.swift",
"Bundler/DynamicLibraryBundler.swift",
"Bundler/DynamicLibraryBundlerError.swift",
"Bundler/IconSetCreator.swift",
"Bundler/IconSetCreatorError.swift",
"Bundler/MetalCompiler.swift",
"Bundler/MetalCompilerError.swift",
"Bundler/PlistCreator.swift",
"Bundler/PlistCreatorError.swift",
"Bundler/ResourceBundler.swift",
"Bundler/ResourceBundlerError.swift",
"Bundler/SwiftPackageManager/BuildArchitecture.swift",
"Bundler/SwiftPackageManager/BuildConfiguration.swift",
"Bundler/SwiftPackageManager/SwiftPackageManager.swift",
"Bundler/SwiftPackageManager/SwiftPackageManagerError.swift",
"Bundler/SwiftPackageManager/SwiftTargetInfo.swift",
"Bundler/Templater/IndentationStyle.swift",
"Bundler/Templater/SystemDependency.swift",
"Bundler/Templater/Template.swift",
"Bundler/Templater/TemplateManifest.swift",
"Bundler/Templater/Templater.swift",
"Bundler/Templater/TemplaterError.swift",
"Bundler/XcodeSupportGenerator.swift",
"Bundler/XcodeSupportGeneratorError.swift",
"Commands/BundleCommand.swift",
"Commands/Command.swift",
"Commands/CreateCommand.swift",
"Commands/GenerateXcodeSupportCommand.swift",
"Commands/RunCommand.swift",
"Commands/Templates/TemplatesInfoCommand.swift",
"Commands/Templates/TemplatesListCommand.swift",
"Commands/Templates/TemplatesUpdateCommand.swift",
"Commands/TemplatesCommand.swift",
"Configuration/AppConfiguration.swift",
"Configuration/AppConfigurationError.swift",
"Configuration/Configuration.swift",
"Configuration/ConfigurationError.swift",
"Configuration/ExpressionEvaluator.swift",
"Configuration/ExpressionEvaluatorError.swift",
"Configuration/OldConfiguration.swift",
"Extensions/Array.swift",
"Extensions/CaseIterable.swift",
"Extensions/FileHandle+TextOutputStream.swift",
"Extensions/FileManager.swift",
"Extensions/Process.swift",
"Extensions/ProcessError.swift",
"Extensions/Result.swift",
"Extensions/Sequence.swift",
"Extensions/String.swift",
"Extensions/URL.swift",
"SwiftBundler.swift",
"Utility/Logger.swift",
"Utility/LoggerLevel.swift",
"Utility/OutputBuilder/Array+OutputComponent.swift",
"Utility/OutputBuilder/ExampleCommand.swift",
"Utility/OutputBuilder/InlineList.swift",
"Utility/OutputBuilder/KeyedList.swift",
"Utility/OutputBuilder/KeyedListBuilder.swift",
"Utility/OutputBuilder/Line.swift",
"Utility/OutputBuilder/LineBuilder.swift",
"Utility/OutputBuilder/LinePartsBuilder.swift",
"Utility/OutputBuilder/List.swift",
"Utility/OutputBuilder/Output.swift",
"Utility/OutputBuilder/OutputBuilder.swift",
"Utility/OutputBuilder/OutputComponent.swift",
"Utility/OutputBuilder/OutputPartsBuilder.swift",
"Utility/OutputBuilder/Section.swift",
"Utility/OutputBuilder/String+OutputComponent.swift",
"Utility/OutputBuilder/StringOutput.swift",
"Utility/Signal.swift",
"Utility/Stopwatch.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftBundler",
"module_type" : "SwiftTarget",
"name" : "SwiftBundler",
"path" : "Documentation",
"sources" : [
"Empty.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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/stackotter/swift-argument-parser
Fetching from https://github.com/mxcl/Version.git
Fetching from https://github.com/LebJe/TOMLKit
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/pointfreeco/swift-parsing.git (cached)
Fetching from https://github.com/apple/swift-log (cached)
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Fetching from https://github.com/pointfreeco/swift-case-paths (cached)
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay (cached)
Fetching from https://github.com/swiftlang/swift-syntax (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out main (b1b5373) of package ‘swift-argument-parser’
Creating working copy of package ‘TOMLKit’
Checking out 0.6.0 of package ‘TOMLKit’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
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.3 of package ‘swift-docc-plugin’
Creating working copy of package ‘swift-case-paths’
Checking out 1.7.0 of package ‘swift-case-paths’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.5.2 of package ‘xctest-dynamic-overlay’
Creating working copy of package ‘Rainbow’
Checking out 4.1.0 of package ‘Rainbow’
Creating working copy of package ‘Version’
Checking out 2.1.0 of package ‘Version’
Creating working copy of package ‘swift-parsing’
Checking out 0.14.1 of package ‘swift-parsing’
product 'ArgumentParser' required by package 'spi-builder-workspace' target 'swift-bundler' not found in package 'swift-argument-parser'.Resolve Package Graph
product 'ArgumentParser' required by package 'spi-builder-workspace' target 'swift-bundler' not found in package 'swift-argument-parser'.
Resolved source packages:
spi-builder-workspace: (null)
2025-04-26 03:03:11.507 xcodebuild[512:2834] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_03-03-0011.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'ArgumentParser' required by package 'spi-builder-workspace' target 'swift-bundler' not found in package 'swift-argument-parser'.
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
product 'ArgumentParser' required by package 'spi-builder-workspace' target 'swift-bundler' not found in package 'swift-argument-parser'.
Resolved source packages:
spi-builder-workspace: (null)
2025-04-26 03:03:21.812 xcodebuild[1147:5703] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_03-03-0021.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'ArgumentParser' required by package 'spi-builder-workspace' target 'swift-bundler' not found in package 'swift-argument-parser'.
BUILD FAILURE 6.1 iOS