Build Information
Successful build of spmgen, reference 1.1.0 (96f83a), with Swift 6.3 for Wasm on 13 Apr 2026 09:46:32 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/EduDo-Inc/spmgen.git
Reference: 1.1.0
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/EduDo-Inc/spmgen
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 96f83ae feat: Update swift-argument-parser version
Cloned https://github.com/EduDo-Inc/spmgen.git
Revision (git rev-parse @):
96f83aea200fd94ca051686cea8b3b76707e8542
SUCCESS checkout https://github.com/EduDo-Inc/spmgen.git at 1.1.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/EduDo-Inc/spmgen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.git
Fetching https://github.com/JohnSundell/Files.git
[1/1273] Fetching files
[1274/18796] Fetching files, swift-argument-parser
Fetched https://github.com/JohnSundell/Files.git from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.70s)
Computing version for https://github.com/JohnSundell/Files.git
Computed https://github.com/JohnSundell/Files.git at 4.3.0 (1.09s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.42s)
Creating working copy for https://github.com/JohnSundell/Files.git
Working copy of https://github.com/JohnSundell/Files.git resolved at 4.3.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write sources
[8/17] Write swift-version-24593BA9C3E375BF.txt
[10/29] Emitting module ArgumentParserToolInfo
[11/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/30] Wrapping AST for ArgumentParserToolInfo for debugging
[14/76] Compiling SPMResources SCNSceneResource.swift
[15/76] Compiling SPMResources StoryboardResource.swift
[16/76] Compiling SPMResources FontResource.swift
[17/76] Emitting module ArgumentParser
[18/82] Compiling SPMResources NibResource.swift
[19/82] Compiling SPMResources ColorResource.swift
[20/82] Compiling SPMResources Protocols.swift
[21/82] Compiling SPMResources ImageResource.swift
[22/82] Emitting module SPMResources
[23/83] Wrapping AST for SPMResources for debugging
[25/83] Emitting module Files
[26/83] Compiling Files Files.swift
[27/84] Wrapping AST for Files for debugging
[29/84] Compiling ArgumentParser Foundation.swift
[30/84] Compiling ArgumentParser Mutex.swift
[31/84] Compiling ArgumentParser Platform.swift
[32/84] Compiling ArgumentParser SequenceExtensions.swift
[33/84] Compiling ArgumentParser StringExtensions.swift
[34/84] Compiling ArgumentParser SwiftExtensions.swift
[35/84] Compiling ArgumentParser ParentCommand.swift
[36/84] Compiling ArgumentParser AsyncParsableCommand.swift
[37/84] Compiling ArgumentParser CommandConfiguration.swift
[38/84] Compiling ArgumentParser CommandGroup.swift
[39/84] Compiling ArgumentParser EnumerableFlag.swift
[40/84] Compiling ArgumentParser ExpressibleByArgument.swift
[41/84] Compiling ArgumentParser ParsableArguments.swift
[42/84] Compiling ArgumentParser InputOrigin.swift
[43/84] Compiling ArgumentParser Name.swift
[44/84] Compiling ArgumentParser Parsed.swift
[45/84] Compiling ArgumentParser ParsedValues.swift
[46/84] Compiling ArgumentParser ParserError.swift
[47/84] Compiling ArgumentParser SplitArguments.swift
[48/84] Compiling ArgumentParser Tree.swift
[49/84] Compiling ArgumentParser CodingKeyValidator.swift
[50/84] Compiling ArgumentParser NonsenseFlagsValidator.swift
[51/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[52/84] Compiling ArgumentParser PositionalArgumentsValidator.swift
[53/84] Compiling ArgumentParser UniqueNamesValidator.swift
[54/84] Compiling ArgumentParser ArgumentVisibility.swift
[55/84] Compiling ArgumentParser CompletionKind.swift
[56/84] Compiling ArgumentParser Errors.swift
[57/84] Compiling ArgumentParser Flag.swift
[58/84] Compiling ArgumentParser NameSpecification.swift
[59/84] Compiling ArgumentParser Option.swift
[60/84] Compiling ArgumentParser OptionGroup.swift
[61/84] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/84] Compiling ArgumentParser CompletionsGenerator.swift
[63/84] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/84] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/84] Compiling ArgumentParser Argument.swift
[66/84] Compiling ArgumentParser ArgumentDiscussion.swift
[67/84] Compiling ArgumentParser ArgumentHelp.swift
[68/84] Compiling ArgumentParser DumpHelpGenerator.swift
[69/84] Compiling ArgumentParser HelpCommand.swift
[70/84] Compiling ArgumentParser HelpGenerator.swift
[71/84] Compiling ArgumentParser MessageInfo.swift
[72/84] Compiling ArgumentParser UsageGenerator.swift
[73/84] Compiling ArgumentParser CollectionExtensions.swift
[74/84] Compiling ArgumentParser ParsableCommand.swift
[75/84] Compiling ArgumentParser ArgumentDecoder.swift
[76/84] Compiling ArgumentParser ArgumentDefinition.swift
[77/84] Compiling ArgumentParser ArgumentSet.swift
[78/84] Compiling ArgumentParser CommandParser.swift
[79/84] Compiling ArgumentParser InputKey.swift
[80/85] Wrapping AST for ArgumentParser for debugging
[82/94] Compiling SPMGenLib _Error.swift
[83/95] Compiling SPMGenLib Files.Location+.swift
[84/95] Compiling SPMGenLib Indirect.swift
[85/95] Compiling SPMGenLib GeneratorDeclarationProvider.swift
[86/95] Compiling SPMGenLib SPMGen.swift
[87/95] Emitting module SPMGenLib
[88/95] Compiling SPMGenLib CamelCase.swift
[89/95] Compiling SPMGenLib Files+.swift
[90/95] Compiling SPMGenLib ResourceExtensionsRendering.swift
[91/95] Compiling SPMGenLib ResourcesCommand.swift
/host/spi-builder-workspace/Sources/SPMGenLib/ResourcesCommand/ResourcesCommand.swift:97:17: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
95 | let fileManager = FileManager.default
96 | if !fileManager.fileExists(atPath: outputPath) {
97 | fileManager.createFile(atPath: outputPath, contents: nil, attributes: nil)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused [#no-usage]
98 | }
99 | }
[92/98] Wrapping AST for SPMGenLib for debugging
[94/98] Compiling SPMGen main.swift
[95/98] Emitting module SPMGen
[96/99] Wrapping AST for SPMGen for debugging
[97/99] Write Objects.LinkFileList
[98/99] Linking spmgen.wasm
Build complete! (26.15s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files.git"
}
],
"manifest_display_name" : "spmgen",
"name" : "spmgen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "spmgen",
"targets" : [
"SPMGen"
],
"type" : {
"executable" : null
}
},
{
"name" : "SPMGenLib",
"targets" : [
"SPMGenLib"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SPMResources",
"targets" : [
"SPMResources"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SPMResources",
"module_type" : "SwiftTarget",
"name" : "SPMResources",
"path" : "Sources/SPMResources",
"product_memberships" : [
"spmgen",
"SPMGenLib",
"SPMResources"
],
"sources" : [
"ColorResource.swift",
"FontResource.swift",
"ImageResource.swift",
"NibResource.swift",
"Protocols.swift",
"SCNSceneResource.swift",
"StoryboardResource.swift"
],
"type" : "library"
},
{
"c99name" : "SPMGenLibTests",
"module_type" : "SwiftTarget",
"name" : "SPMGenLibTests",
"path" : "Tests/SPMGenLibTests",
"sources" : [
"ResourcesTests.swift"
],
"target_dependencies" : [
"SPMGenLib",
"SPMResources"
],
"type" : "test"
},
{
"c99name" : "SPMGenLib",
"module_type" : "SwiftTarget",
"name" : "SPMGenLib",
"path" : "Sources/SPMGenLib",
"product_dependencies" : [
"ArgumentParser",
"Files"
],
"product_memberships" : [
"spmgen",
"SPMGenLib"
],
"sources" : [
"Helpers/CamelCase.swift",
"Helpers/Files+.swift",
"Helpers/Files.Location+.swift",
"Helpers/Indirect.swift",
"Helpers/_Error.swift",
"ResourcesCommand/GeneratorDeclarationProvider.swift",
"ResourcesCommand/ResourceExtensionsRendering.swift",
"ResourcesCommand/ResourcesCommand.swift",
"SPMGen.swift"
],
"target_dependencies" : [
"SPMResources"
],
"type" : "library"
},
{
"c99name" : "SPMGen",
"module_type" : "SwiftTarget",
"name" : "SPMGen",
"path" : "Sources/SPMGen",
"product_memberships" : [
"spmgen"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SPMGenLib"
],
"type" : "executable"
}
],
"tools_version" : "5.3"
}
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.