Build Information
Successful build of swift-pretty-print, reference main (488559), with Swift 6.3 for Wasm on 16 Apr 2026 19:23:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftToolkit/swift-pretty-print.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/SwiftToolkit/swift-pretty-print
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4885590 Add license
Cloned https://github.com/SwiftToolkit/swift-pretty-print.git
Revision (git rev-parse @):
4885590e6cffb13956be14736120e73a01ef6bf9
SUCCESS checkout https://github.com/SwiftToolkit/swift-pretty-print.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/SwiftToolkit/swift-pretty-print.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.12s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.79s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/29] Emitting module ArgumentParserToolInfo
[9/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/30] Wrapping AST for ArgumentParserToolInfo for debugging
[12/76] Emitting module ArgumentParser
[13/82] Compiling ArgumentParser ParentCommand.swift
[14/82] Compiling ArgumentParser AsyncParsableCommand.swift
[15/82] Compiling ArgumentParser CommandConfiguration.swift
[16/82] Compiling ArgumentParser CommandGroup.swift
[17/82] Compiling ArgumentParser EnumerableFlag.swift
[18/82] Compiling ArgumentParser ExpressibleByArgument.swift
[19/82] Compiling ArgumentParser ParsableArguments.swift
[20/82] Emitting module PrettyPrint
[21/83] Compiling PrettyPrint PrettyPrintable.swift
[22/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/83] Compiling ArgumentParser CompletionsGenerator.swift
[24/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/83] Compiling ArgumentParser ArgumentHelp.swift
[27/83] Compiling ArgumentParser ArgumentVisibility.swift
[28/83] Compiling ArgumentParser Argument.swift
[29/83] Compiling ArgumentParser ArgumentDiscussion.swift
[30/83] Compiling ArgumentParser CompletionKind.swift
[31/83] Compiling ArgumentParser Errors.swift
[32/83] Compiling ArgumentParser Flag.swift
[33/83] Compiling ArgumentParser NameSpecification.swift
[34/83] Compiling PrettyPrint PrettyPrint.swift
[35/84] Compiling ArgumentParser Foundation.swift
[36/84] Compiling ArgumentParser Mutex.swift
[37/84] Compiling ArgumentParser Platform.swift
[38/84] Compiling ArgumentParser SequenceExtensions.swift
[39/84] Compiling ArgumentParser StringExtensions.swift
[40/84] Compiling ArgumentParser SwiftExtensions.swift
[41/84] Wrapping AST for PrettyPrint for debugging
[43/84] Compiling ArgumentParser Tree.swift
[44/84] Compiling ArgumentParser CodingKeyValidator.swift
[45/84] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/84] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/84] Compiling ArgumentParser UniqueNamesValidator.swift
[54/84] Compiling ArgumentParser Option.swift
[55/84] Compiling ArgumentParser OptionGroup.swift
[63/84] Compiling ArgumentParser InputOrigin.swift
[64/84] Compiling ArgumentParser Name.swift
[65/84] Compiling ArgumentParser Parsed.swift
[66/84] Compiling ArgumentParser ParsedValues.swift
[67/84] Compiling ArgumentParser ParserError.swift
[68/84] Compiling ArgumentParser SplitArguments.swift
[69/84] Compiling ArgumentParser DumpHelpGenerator.swift
[70/84] Compiling ArgumentParser HelpCommand.swift
[71/84] Compiling ArgumentParser HelpGenerator.swift
[72/84] Compiling ArgumentParser MessageInfo.swift
[73/84] Compiling ArgumentParser UsageGenerator.swift
[74/84] Compiling ArgumentParser CollectionExtensions.swift
[75/84] Compiling ArgumentParser ParsableCommand.swift
[76/84] Compiling ArgumentParser ArgumentDecoder.swift
[77/84] Compiling ArgumentParser ArgumentDefinition.swift
[78/84] Compiling ArgumentParser ArgumentSet.swift
[79/84] Compiling ArgumentParser CommandParser.swift
[80/84] Compiling ArgumentParser InputKey.swift
[81/85] Wrapping AST for ArgumentParser for debugging
[83/87] Emitting module pretty_print_cli
[84/87] Compiling pretty_print_cli CLI.swift
[85/88] Wrapping AST for pretty-print-cli for debugging
[86/88] Write Objects.LinkFileList
[87/88] Linking pretty-print-cli.wasm
Build complete! (35.55s)
Build complete.
{
"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"
}
],
"manifest_display_name" : "swift-pretty-print",
"name" : "swift-pretty-print",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PrettyPrint",
"targets" : [
"PrettyPrint"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "pretty-print-cli",
"targets" : [
"pretty-print-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "pretty_print_cli",
"module_type" : "SwiftTarget",
"name" : "pretty-print-cli",
"path" : "Sources/pretty-print-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"pretty-print-cli"
],
"sources" : [
"CLI.swift"
],
"target_dependencies" : [
"PrettyPrint"
],
"type" : "executable"
},
{
"c99name" : "PrettyPrintTests",
"module_type" : "SwiftTarget",
"name" : "PrettyPrintTests",
"path" : "Tests/PrettyPrintTests",
"sources" : [
"PrettyPrintTests.swift"
],
"target_dependencies" : [
"PrettyPrint"
],
"type" : "test"
},
{
"c99name" : "PrettyPrint",
"module_type" : "SwiftTarget",
"name" : "PrettyPrint",
"path" : "Sources/PrettyPrint",
"product_memberships" : [
"PrettyPrint",
"pretty-print-cli"
],
"sources" : [
"Bold.swift",
"Conformances/Array+PrettyPrintable.swift",
"Conformances/Bool+PrettyPrintable.swift",
"Conformances/Date+PrettyPrintable.swift",
"Conformances/Dictionary+PrettyPrintable.swift",
"Conformances/MirrorBasedPrintable.swift",
"Conformances/Numeric+PrettyPrintable.swift",
"Conformances/Optional+PrettyPrintable.swift",
"Conformances/Set+PrettyPrintable.swift",
"Conformances/String+PrettyPrintable.swift",
"Conformances/URL+PrettyPrintable.swift",
"Conformances/UUID+PrettyPrintable.swift",
"PrettyPrint.swift",
"PrettyPrintable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Done.