Build Information
Successful build of AirbnbSwift, reference release/1.4.0 (9cb218
), with Swift 6.2 (beta) for Android on 23 Jun 2025 03:05:31 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/RakuyoKit/swift.git
Reference: release/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
* branch release/1.4.0 -> FETCH_HEAD
* [new branch] release/1.4.0 -> origin/release/1.4.0
HEAD is now at 9cb218a Modify the rules
Cloned https://github.com/RakuyoKit/swift.git
Revision (git rev-parse @):
9cb218a1d07839748c798f6f0427f1ef70610840
SUCCESS checkout https://github.com/RakuyoKit/swift.git at release/1.4.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/RakuyoKit/swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.96s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.55s)
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/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
[1397/28197168] Downloading https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip
[48370/39231213] Downloading https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.28s)
Downloaded https://github.com/nicklockwood/SwiftFormat/releases/download/0.55.0/SwiftFormat.artifactbundle.zip (3.65s)
/host/spi-builder-workspace/Plugins/FormatSwift/Plugin.swift:53:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
51 |
52 | let process = Process()
53 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
54 | process.arguments = arguments
55 | try process.run()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/23] Write sources
[5/23] Copying swiftlint.yml
[5/23] Copying airbnb.swiftformat
[5/23] Write sources
[9/23] Copying airbnb.swiftformat
[10/23] Write sources
[11/23] Copying swiftlint.yml
[12/23] Write swift-version-8C5A4AE7A8CE2BA.txt
[14/27] Emitting module ArgumentParserToolInfo
[15/27] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/28] Emitting module ArgumentParserToolInfo
[19/29] Wrapping AST for ArgumentParserToolInfo for debugging
[22/105] Emitting module ArgumentParser
[23/110] Compiling ArgumentParser ArgumentVisibility.swift
[24/110] Compiling ArgumentParser CompletionKind.swift
[25/110] Compiling ArgumentParser Errors.swift
[26/110] Compiling ArgumentParser Flag.swift
[27/110] Compiling ArgumentParser NameSpecification.swift
[28/110] Compiling ArgumentParser Option.swift
[29/110] Emitting module ArgumentParser
[30/110] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/110] Compiling ArgumentParser CompletionsGenerator.swift
[32/110] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/110] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/110] Compiling ArgumentParser Argument.swift
[35/110] Compiling ArgumentParser ArgumentHelp.swift
[36/115] Compiling ArgumentParser OptionGroup.swift
[37/115] Compiling ArgumentParser AsyncParsableCommand.swift
[38/115] Compiling ArgumentParser CommandConfiguration.swift
[39/115] Compiling ArgumentParser CommandGroup.swift
[40/115] Compiling ArgumentParser EnumerableFlag.swift
[41/115] Compiling ArgumentParser ExpressibleByArgument.swift
[42/115] Compiling ArgumentParser ParsableArguments.swift
[43/115] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/115] Compiling ArgumentParser ParsableCommand.swift
[45/115] Compiling ArgumentParser ArgumentDecoder.swift
[52/115] Compiling ArgumentParser DumpHelpGenerator.swift
[53/115] Compiling ArgumentParser HelpCommand.swift
[54/115] Compiling ArgumentParser HelpGenerator.swift
[55/115] Compiling ArgumentParser MessageInfo.swift
[56/115] Compiling ArgumentParser UsageGenerator.swift
[57/115] Compiling ArgumentParser Name.swift
[58/115] Compiling ArgumentParser Parsed.swift
[59/115] Compiling ArgumentParser ParsedValues.swift
[60/115] Compiling ArgumentParser ParserError.swift
[61/115] Compiling ArgumentParser SplitArguments.swift
[62/115] Compiling ArgumentParser CollectionExtensions.swift
[63/115] Compiling ArgumentParser Platform.swift
[64/115] Compiling ArgumentParser SequenceExtensions.swift
[65/115] Compiling ArgumentParser StringExtensions.swift
[66/115] Compiling ArgumentParser Tree.swift
[67/115] Compiling ArgumentParser ArgumentDefinition.swift
[68/115] Compiling ArgumentParser ArgumentSet.swift
[69/115] Compiling ArgumentParser CommandParser.swift
[70/115] Compiling ArgumentParser InputKey.swift
[71/115] Compiling ArgumentParser InputOrigin.swift
[82/116] Wrapping AST for ArgumentParser for debugging
[84/120] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[85/120] Compiling AirbnbSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:29:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
27 | private func executeShellCommand() throws -> Int32 {
28 | let process = Process()
29 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
30 | process.arguments = arguments
31 |
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:40:33: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
38 |
39 | if log {
40 | let commandName = process.launchPath?.components(separatedBy: "/").last ?? "unknown"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
41 | log("\(commandName) command completed with exit code \(process.terminationStatus)")
42 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[86/120] Emitting module AirbnbSwiftFormatTool
[87/120] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:155:22: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
153 | extension Process {
154 | var shellCommand: String {
155 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
156 | let arguments = arguments ?? []
157 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[88/121] Wrapping AST for AirbnbSwiftFormatTool for debugging
[89/121] Write Objects.LinkFileList
[90/121] Linking AirbnbSwiftFormatTool-tool
[118/122] Wrapping AST for ArgumentParser for debugging
[120/126] Compiling AirbnbSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:29:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
27 | private func executeShellCommand() throws -> Int32 {
28 | let process = Process()
29 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
30 | process.arguments = arguments
31 |
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:40:33: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
38 |
39 | if log {
40 | let commandName = process.launchPath?.components(separatedBy: "/").last ?? "unknown"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
41 | log("\(commandName) command completed with exit code \(process.terminationStatus)")
42 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[121/126] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[122/126] Emitting module AirbnbSwiftFormatTool
[123/126] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:155:22: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
153 | extension Process {
154 | var shellCommand: String {
155 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
156 | let arguments = arguments ?? []
157 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[124/127] Wrapping AST for AirbnbSwiftFormatTool for debugging
[125/127] Write Objects.LinkFileList
[126/127] Linking AirbnbSwiftFormatTool
Build complete! (29.30s)
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" : "AirbnbSwift",
"name" : "AirbnbSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
}
],
"products" : [
{
"name" : "FormatSwift",
"targets" : [
"FormatSwift"
],
"type" : {
"plugin" : null
}
},
{
"name" : "AirbnbSwiftFormatTool",
"targets" : [
"AirbnbSwiftFormatTool"
],
"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" : "FormatSwift",
"module_type" : "PluginTarget",
"name" : "FormatSwift",
"path" : "Plugins/FormatSwift",
"plugin_capability" : {
"intent" : {
"description" : "Formats Swift source files according to the Airbnb 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" : [
"AirbnbSwiftFormatTool",
"swiftformat",
"SwiftLintBinary"
],
"type" : "plugin"
},
{
"c99name" : "AirbnbSwiftFormatToolTests",
"module_type" : "SwiftTarget",
"name" : "AirbnbSwiftFormatToolTests",
"path" : "Tests/AirbnbSwiftFormatToolTests",
"sources" : [
"AirbnbSwiftFormatToolTests.swift"
],
"target_dependencies" : [
"AirbnbSwiftFormatTool"
],
"type" : "test"
},
{
"c99name" : "AirbnbSwiftFormatTool",
"module_type" : "SwiftTarget",
"name" : "AirbnbSwiftFormatTool",
"path" : "Sources/AirbnbSwiftFormatTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"FormatSwift",
"AirbnbSwiftFormatTool"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/airbnb.swiftformat",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/swiftlint.yml",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AirbnbSwiftFormatTool.swift",
"Command.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
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.