Build Information
Successful build of RunScriptPlugin, reference 0.4.0 (7ee674), with Swift 6.3 for Linux on 15 Apr 2026 05:38:00 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/RunScriptPlugin.git
Reference: 0.4.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/p-x9/RunScriptPlugin
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at 7ee6742 Merge pull request #22 from p-x9/version/0.4.0
Cloned https://github.com/p-x9/RunScriptPlugin.git
Revision (git rev-parse @):
7ee6742192cdf0f4b01fda3b27e39ce971e364f0
SUCCESS checkout https://github.com/p-x9/RunScriptPlugin.git at 0.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/p-x9/RunScriptPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
[1403/29074] Fetching swift-argument-parser, yams
Fetched https://github.com/apple/swift-argument-parser from cache (1.88s)
Fetched https://github.com/jpsim/Yams.git from cache (1.93s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (3.05s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.73s)
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
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Downloading binary artifact https://github.com/p-x9/RunScriptPlugin/releases/download/0.4.0/run-script-bin.artifactbundle.zip
[856/1406140] Downloading https://github.com/p-x9/RunScriptPlugin/releases/download/0.4.0/run-script-bin.artifactbundle.zip
Downloaded https://github.com/p-x9/RunScriptPlugin/releases/download/0.4.0/run-script-bin.artifactbundle.zip (0.43s)
/host/spi-builder-workspace/Plugins/RunScriptCommandPlugin/plugin.swift:34:17: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
32 |
33 | let process = Process()
34 | process.launchPath = tool.path.string
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
35 | process.arguments = [
36 | "--config",
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin RunScriptCommandPlugin
[2/2] Compiling plugin RunScriptPlugin
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/21] Write sources
[8/21] Compiling writer.c
[9/21] Compiling reader.c
[10/21] Compiling api.c
[11/21] Compiling parser.c
[12/21] Compiling emitter.c
[13/21] Write swift-version-24593BA9C3E375BF.txt
[14/21] Compiling scanner.c
[16/43] Emitting module Yams
[17/45] Compiling Yams Mark.swift
[18/45] Compiling Yams Node.Alias.swift
[19/45] Compiling Yams Node.Mapping.swift
[20/45] Emitting module ArgumentParserToolInfo
[21/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/46] Wrapping AST for ArgumentParserToolInfo for debugging
[24/92] Compiling ArgumentParser OptionGroup.swift
[25/92] Compiling ArgumentParser InputOrigin.swift
[26/92] Compiling ArgumentParser ArgumentHelp.swift
[27/92] Compiling ArgumentParser ParsableCommand.swift
[28/92] Compiling ArgumentParser ArgumentDecoder.swift
[29/92] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/92] Compiling ArgumentParser CompletionsGenerator.swift
[31/92] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/92] Compiling ArgumentParser ArgumentDefinition.swift
[33/92] Compiling ArgumentParser ArgumentSet.swift
[34/92] Compiling ArgumentParser ArgumentVisibility.swift
[35/92] Compiling ArgumentParser CompletionKind.swift
[36/92] Compiling ArgumentParser Errors.swift
[37/92] Compiling ArgumentParser CommandParser.swift
[38/92] Compiling ArgumentParser InputKey.swift
[39/92] Compiling ArgumentParser Flag.swift
[40/92] Compiling ArgumentParser NameSpecification.swift
[41/92] Compiling ArgumentParser Option.swift
[42/93] Wrapping AST for Yams for debugging
[44/93] Emitting module ArgumentParser
[45/99] Compiling ArgumentParser Foundation.swift
[46/99] Compiling ArgumentParser Mutex.swift
[47/99] Compiling ArgumentParser Platform.swift
[48/99] Compiling ArgumentParser SequenceExtensions.swift
[49/99] Compiling ArgumentParser StringExtensions.swift
[50/99] Compiling ArgumentParser SwiftExtensions.swift
[58/99] Compiling ArgumentParser Tree.swift
[59/99] Compiling ArgumentParser CodingKeyValidator.swift
[60/99] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/99] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/99] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/99] Compiling ArgumentParser UniqueNamesValidator.swift
[65/99] Compiling ArgumentParser Name.swift
[66/99] Compiling ArgumentParser Parsed.swift
[67/99] Compiling ArgumentParser ParsedValues.swift
[68/99] Compiling ArgumentParser ParserError.swift
[69/99] Compiling ArgumentParser SplitArguments.swift
[73/99] Compiling ArgumentParser ZshCompletionsGenerator.swift
[74/99] Compiling ArgumentParser Argument.swift
[75/99] Compiling ArgumentParser ArgumentDiscussion.swift
[77/99] Compiling ArgumentParser ParentCommand.swift
[78/99] Compiling ArgumentParser AsyncParsableCommand.swift
[79/99] Compiling ArgumentParser CommandConfiguration.swift
[80/99] Compiling ArgumentParser CommandGroup.swift
[81/99] Compiling ArgumentParser EnumerableFlag.swift
[82/99] Compiling ArgumentParser ExpressibleByArgument.swift
[83/99] Compiling ArgumentParser ParsableArguments.swift
[84/99] Compiling ArgumentParser DumpHelpGenerator.swift
[85/99] Compiling ArgumentParser HelpCommand.swift
[86/99] Compiling ArgumentParser HelpGenerator.swift
[87/99] Compiling ArgumentParser MessageInfo.swift
[88/99] Compiling ArgumentParser UsageGenerator.swift
[89/99] Compiling ArgumentParser CollectionExtensions.swift
[96/100] Wrapping AST for ArgumentParser for debugging
[98/104] Compiling run_script Config.swift
[99/104] Emitting module run_script
[100/104] Compiling run_script main.swift
[101/104] Compiling run_script print.swift
[102/105] Wrapping AST for run-script for debugging
[103/105] Write Objects.LinkFileList
[104/105] Linking run-script
Build complete! (30.87s)
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "RunScriptPlugin",
"name" : "RunScriptPlugin",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RunScriptPlugin",
"targets" : [
"RunScriptPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RunScriptCommandPlugin",
"targets" : [
"RunScriptCommandPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "run-script",
"targets" : [
"run-script"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "run_script_bin",
"module_type" : "BinaryTarget",
"name" : "run-script-bin",
"path" : "remote/archive/run-script-bin.artifactbundle.zip",
"product_memberships" : [
"RunScriptPlugin",
"RunScriptCommandPlugin"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "run_script",
"module_type" : "SwiftTarget",
"name" : "run-script",
"path" : "Sources/run-script",
"product_dependencies" : [
"Yams",
"ArgumentParser"
],
"product_memberships" : [
"run-script"
],
"sources" : [
"Config.swift",
"main.swift",
"print.swift"
],
"type" : "executable"
},
{
"c99name" : "RunScriptPlugin",
"module_type" : "PluginTarget",
"name" : "RunScriptPlugin",
"path" : "Plugins/RunScriptPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"RunScriptPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"run-script-bin"
],
"type" : "plugin"
},
{
"c99name" : "RunScriptCommandPlugin",
"module_type" : "PluginTarget",
"name" : "RunScriptCommandPlugin",
"path" : "Plugins/RunScriptCommandPlugin",
"plugin_capability" : {
"intent" : {
"description" : "run scripts defined in `runscript.yml`",
"type" : "custom",
"verb" : "run-script"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "to run scripts defined in `runscript.yml`",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"RunScriptCommandPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"run-script-bin"
],
"type" : "plugin"
}
],
"tools_version" : "5.7"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.