Build Information
Successful build of RakuyoSwift, reference 1.4.0 (5d13a5), with Swift 6.3 for Linux on 15 Apr 2026 18:24:43 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/RakuyoKit/swift.git
Reference: 1.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/RakuyoKit/swift
* tag 1.4.0 -> FETCH_HEAD
HEAD is now at 5d13a5f feat: Release 1.4.0
Cloned https://github.com/RakuyoKit/swift.git
Revision (git rev-parse @):
5d13a5fb69e44b637b3eee0f7761077bed29d6ee
SUCCESS checkout https://github.com/RakuyoKit/swift.git at 1.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/RakuyoKit/swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/apple/swift-argument-parser.git
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.27s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.76s)
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
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[16375/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[3297783/39231213] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.82s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip (3.41s)
/host/spi-builder-workspace/Plugins/FormatSwift/Plugin.swift:49:17: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
47 |
48 | let process = Process()
49 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
50 | process.arguments = arguments
51 | try process.run()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/24] Copying rakuyo.swiftformat
[3/24] Copying swiftlint.yml
[3/24] Copying rakuyo.swiftformat
[3/24] Copying swiftlint.yml
[7/24] Write sources
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/28] Emitting module ArgumentParserToolInfo
[16/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/29] Emitting module ArgumentParserToolInfo
[18/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/30] Wrapping AST for ArgumentParserToolInfo for debugging
[23/122] Emitting module ArgumentParser
[25/134] Compiling ArgumentParser BashCompletionsGenerator.swift
[26/134] Compiling ArgumentParser CompletionsGenerator.swift
[27/134] Compiling ArgumentParser FishCompletionsGenerator.swift
[28/134] Compiling ArgumentParser ZshCompletionsGenerator.swift
[29/134] Compiling ArgumentParser Argument.swift
[30/134] Compiling ArgumentParser ArgumentDiscussion.swift
[31/134] Compiling ArgumentParser ArgumentHelp.swift
[32/134] Compiling ArgumentParser ArgumentVisibility.swift
[33/134] Compiling ArgumentParser CompletionKind.swift
[34/134] Compiling ArgumentParser Errors.swift
[35/134] Compiling ArgumentParser Flag.swift
[36/134] Compiling ArgumentParser NameSpecification.swift
[37/134] Compiling ArgumentParser Option.swift
[38/134] Compiling ArgumentParser OptionGroup.swift
[39/134] Compiling ArgumentParser ParentCommand.swift
[40/134] Compiling ArgumentParser AsyncParsableCommand.swift
[41/134] Compiling ArgumentParser CommandConfiguration.swift
[42/134] Compiling ArgumentParser CommandGroup.swift
[43/134] Compiling ArgumentParser EnumerableFlag.swift
[44/134] Compiling ArgumentParser ExpressibleByArgument.swift
[45/134] Compiling ArgumentParser ParsableArguments.swift
[46/134] Compiling ArgumentParser Tree.swift
[47/134] Compiling ArgumentParser CodingKeyValidator.swift
[48/134] Compiling ArgumentParser NonsenseFlagsValidator.swift
[49/134] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/134] Compiling ArgumentParser PositionalArgumentsValidator.swift
[51/134] Compiling ArgumentParser UniqueNamesValidator.swift
[58/134] Compiling ArgumentParser DumpHelpGenerator.swift
[59/134] Compiling ArgumentParser HelpCommand.swift
[60/134] Compiling ArgumentParser HelpGenerator.swift
[61/134] Compiling ArgumentParser MessageInfo.swift
[62/134] Compiling ArgumentParser UsageGenerator.swift
[63/134] Compiling ArgumentParser CollectionExtensions.swift
[77/134] Compiling ArgumentParser Foundation.swift
[78/134] Compiling ArgumentParser Mutex.swift
[79/134] Compiling ArgumentParser Platform.swift
[80/134] Compiling ArgumentParser SequenceExtensions.swift
[81/134] Compiling ArgumentParser StringExtensions.swift
[82/134] Compiling ArgumentParser SwiftExtensions.swift
[83/134] Compiling ArgumentParser ParsableCommand.swift
[84/134] Compiling ArgumentParser ArgumentDecoder.swift
[85/134] Compiling ArgumentParser ArgumentDefinition.swift
[86/134] Compiling ArgumentParser ArgumentSet.swift
[87/134] Compiling ArgumentParser CommandParser.swift
[88/134] Compiling ArgumentParser InputKey.swift
[89/134] Compiling ArgumentParser InputOrigin.swift
[90/134] Compiling ArgumentParser Name.swift
[91/134] Compiling ArgumentParser Parsed.swift
[92/134] Compiling ArgumentParser ParsedValues.swift
[93/134] Compiling ArgumentParser ParserError.swift
[94/134] Compiling ArgumentParser SplitArguments.swift
[128/136] Wrapping AST for ArgumentParser for debugging
[131/144] Compiling RakuyoSwiftFormatTool resource_bundle_accessor.swift
[132/144] Compiling RakuyoSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/Command.swift:27:17: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
25 | private func executeShellCommand() throws -> Int32 {
26 | let process = Process()
27 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
28 | process.arguments = arguments
29 |
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/Command.swift:38:39: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
36 |
37 | if log {
38 | let commandName = process.launchPath?.components(separatedBy: "/").last ?? "unknown"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
39 | log("\(commandName) command completed with exit code \(process.terminationStatus)")
40 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[133/144] Emitting module RakuyoSwiftFormatTool
[134/144] Compiling RakuyoSwiftFormatTool RakuyoSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/RakuyoSwiftFormatTool.swift:160:26: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
158 | extension Process {
159 | var shellCommand: String {
160 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
161 | let arguments = arguments ?? []
162 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[135/145] Compiling RakuyoSwiftFormatTool resource_bundle_accessor.swift
[136/145] Compiling RakuyoSwiftFormatTool RakuyoSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/RakuyoSwiftFormatTool.swift:160:26: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
158 | extension Process {
159 | var shellCommand: String {
160 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
161 | let arguments = arguments ?? []
162 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[137/145] Emitting module RakuyoSwiftFormatTool
[138/145] Compiling RakuyoSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/Command.swift:27:17: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
25 | private func executeShellCommand() throws -> Int32 {
26 | let process = Process()
27 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
28 | process.arguments = arguments
29 |
/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/Command.swift:38:39: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
36 |
37 | if log {
38 | let commandName = process.launchPath?.components(separatedBy: "/").last ?? "unknown"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
39 | log("\(commandName) command completed with exit code \(process.terminationStatus)")
40 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[140/146] Wrapping AST for RakuyoSwiftFormatTool for debugging
[142/146] Write Objects.LinkFileList
[144/146] Linking RakuyoSwiftFormatTool
[145/146] Linking RakuyoSwiftFormatTool-tool
Build complete! (32.01s)
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.git"
}
],
"manifest_display_name" : "RakuyoSwift",
"name" : "RakuyoSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "FormatSwift",
"targets" : [
"FormatSwift"
],
"type" : {
"plugin" : null
}
},
{
"name" : "RakuyoSwiftFormatTool",
"targets" : [
"RakuyoSwiftFormatTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swiftformat",
"module_type" : "BinaryTarget",
"name" : "swiftformat",
"path" : "remote/archive/SwiftFormat.artifactbundle.zip",
"product_memberships" : [
"FormatSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftLintBinary",
"module_type" : "BinaryTarget",
"name" : "SwiftLintBinary",
"path" : "remote/archive/SwiftLintBinary-macos.artifactbundle.zip",
"product_memberships" : [
"FormatSwift"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "RakuyoSwiftFormatToolTests",
"module_type" : "SwiftTarget",
"name" : "RakuyoSwiftFormatToolTests",
"path" : "Tests/RakuyoSwiftFormatToolTests",
"sources" : [
"RakuyoSwiftFormatToolTests.swift"
],
"target_dependencies" : [
"RakuyoSwiftFormatTool"
],
"type" : "test"
},
{
"c99name" : "RakuyoSwiftFormatTool",
"module_type" : "SwiftTarget",
"name" : "RakuyoSwiftFormatTool",
"path" : "Sources/RakuyoSwiftFormatTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"FormatSwift",
"RakuyoSwiftFormatTool"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/rakuyo.swiftformat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/RakuyoSwiftFormatTool/swiftlint.yml",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Command.swift",
"RakuyoSwiftFormatTool.swift"
],
"type" : "executable"
},
{
"c99name" : "FormatSwift",
"module_type" : "PluginTarget",
"name" : "FormatSwift",
"path" : "Plugins/FormatSwift",
"plugin_capability" : {
"intent" : {
"description" : "Formats Swift source files according to the Rakuyo Swift Style Guide",
"type" : "custom",
"verb" : "format"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Format Swift source files",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"FormatSwift"
],
"sources" : [
"CommandContext.swift",
"Plugin.swift"
],
"target_dependencies" : [
"RakuyoSwiftFormatTool",
"swiftformat",
"SwiftLintBinary"
],
"type" : "plugin"
}
],
"tools_version" : "5.8"
}
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.