Build Information
Successful build of RunScriptPlugin, reference main (7ee674
), with Swift 6.2 (beta) for Android on 22 Jun 2025 09:29:30 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/RunScriptPlugin.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/p-x9/RunScriptPlugin
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/p-x9/RunScriptPlugin.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams.git
[1/10874] Fetching yams
[1198/26254] Fetching yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.75s)
Fetched https://github.com/jpsim/Yams.git from cache (1.79s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.31s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.58s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
Downloading binary artifact https://github.com/p-x9/RunScriptPlugin/releases/download/0.4.0/run-script-bin.artifactbundle.zip
[1369/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.45s)
/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
Building for debugging...
[3/20] Write sources
[7/20] Write swift-version-8C5A4AE7A8CE2BA.txt
[8/20] Compiling reader.c
[9/20] Compiling writer.c
[10/22] Compiling api.c
[11/22] Compiling parser.c
[12/22] Compiling emitter.c
[13/22] Compiling scanner.c
[15/42] Emitting module Yams
[16/44] Emitting module ArgumentParserToolInfo
[17/44] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/45] Wrapping AST for ArgumentParserToolInfo for debugging
[20/83] Compiling ArgumentParser CommandConfiguration.swift
[21/83] Compiling ArgumentParser CommandGroup.swift
[22/83] Compiling ArgumentParser OptionGroup.swift
[23/83] Compiling ArgumentParser AsyncParsableCommand.swift
[24/83] Compiling ArgumentParser ParsableCommand.swift
[25/83] Compiling ArgumentParser ArgumentDecoder.swift
[26/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/83] Compiling ArgumentParser CompletionsGenerator.swift
[28/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/83] Compiling ArgumentParser ArgumentVisibility.swift
[30/83] Compiling ArgumentParser CompletionKind.swift
[31/83] Compiling ArgumentParser Errors.swift
[32/83] Compiling ArgumentParser ExpressibleByArgument.swift
[33/83] Compiling ArgumentParser ParsableArguments.swift
[34/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/83] Compiling ArgumentParser Flag.swift
[36/83] Compiling ArgumentParser NameSpecification.swift
[37/83] Compiling ArgumentParser Option.swift
[38/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/83] Compiling ArgumentParser Argument.swift
[40/83] Compiling ArgumentParser ArgumentHelp.swift
[41/84] Wrapping AST for Yams for debugging
[43/84] Emitting module ArgumentParser
[60/89] Compiling ArgumentParser EnumerableFlag.swift
[61/89] Compiling ArgumentParser DumpHelpGenerator.swift
[62/89] Compiling ArgumentParser HelpCommand.swift
[63/89] Compiling ArgumentParser HelpGenerator.swift
[64/89] Compiling ArgumentParser MessageInfo.swift
[65/89] Compiling ArgumentParser UsageGenerator.swift
[66/89] Compiling ArgumentParser Name.swift
[67/89] Compiling ArgumentParser Parsed.swift
[68/89] Compiling ArgumentParser ParsedValues.swift
[69/89] Compiling ArgumentParser ParserError.swift
[70/89] Compiling ArgumentParser SplitArguments.swift
[76/89] Compiling ArgumentParser ArgumentDefinition.swift
[77/89] Compiling ArgumentParser ArgumentSet.swift
[78/89] Compiling ArgumentParser CommandParser.swift
[79/89] Compiling ArgumentParser InputKey.swift
[80/89] Compiling ArgumentParser InputOrigin.swift
[81/89] Compiling ArgumentParser CollectionExtensions.swift
[82/89] Compiling ArgumentParser Platform.swift
[83/89] Compiling ArgumentParser SequenceExtensions.swift
[84/89] Compiling ArgumentParser StringExtensions.swift
[85/89] Compiling ArgumentParser Tree.swift
[86/90] Wrapping AST for ArgumentParser for debugging
[88/94] Compiling run_script main.swift
[89/94] Compiling run_script Config.swift
[90/94] Emitting module run_script
[91/94] Compiling run_script print.swift
[92/95] Wrapping AST for run-script for debugging
[93/95] Write Objects.LinkFileList
[94/95] Linking run-script
Build complete! (34.19s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.