Build Information
Successful build of AirbnbSwift, reference 1.1.0 (a702f5
), with Swift 6.2 (beta) for Linux on 8 Aug 2025 03:11: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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/swift.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/airbnb/swift
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at a702f58 Update trailing commas rule to apply to all multi-element comma-separated lists (#323)
Cloned https://github.com/airbnb/swift.git
Revision (git rev-parse @):
a702f58d25ca2d1d58026ccf12fac8ccb6e2b475
SUCCESS checkout https://github.com/airbnb/swift.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/airbnb/swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15630] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (4.53s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Downloading binary artifact https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[1369/45848876] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip
[17781/56882921] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/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 (1.66s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-07-23-b/SwiftFormat.artifactbundle.zip (5.61s)
/host/spi-builder-workspace/Plugins/FormatSwift/Plugin.swift:52:13: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
50 |
51 | let process = Process()
52 | process.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
53 | process.arguments = arguments
54 | 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] Write sources
[5/24] Copying swiftlint.yml
[6/24] Copying airbnb.swiftformat
[8/24] Write sources
[11/24] Copying swiftlint.yml
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/28] Emitting module ArgumentParserToolInfo
[16/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/29] Emitting module ArgumentParserToolInfo
[19/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/30] Wrapping AST for ArgumentParserToolInfo for debugging
[23/118] Compiling ArgumentParser OptionGroup.swift
[24/118] Compiling ArgumentParser AsyncParsableCommand.swift
[25/118] Compiling ArgumentParser CommandConfiguration.swift
[26/118] Compiling ArgumentParser CommandGroup.swift
[27/118] Compiling ArgumentParser EnumerableFlag.swift
[28/118] Compiling ArgumentParser ExpressibleByArgument.swift
[29/124] Emitting module ArgumentParser
[31/130] Compiling ArgumentParser InputKey.swift
[32/130] Compiling ArgumentParser InputOrigin.swift
[33/130] Compiling ArgumentParser Name.swift
[34/130] Compiling ArgumentParser Parsed.swift
[35/130] Compiling ArgumentParser ParsedValues.swift
[36/130] Compiling ArgumentParser ParserError.swift
[37/130] Compiling ArgumentParser Tree.swift
[38/130] Compiling ArgumentParser CodingKeyValidator.swift
[39/130] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/130] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/130] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/130] Compiling ArgumentParser UniqueNamesValidator.swift
[55/130] Compiling ArgumentParser ArgumentVisibility.swift
[56/130] Compiling ArgumentParser CompletionKind.swift
[57/130] Compiling ArgumentParser Errors.swift
[58/130] Compiling ArgumentParser Flag.swift
[59/130] Compiling ArgumentParser NameSpecification.swift
[60/130] Compiling ArgumentParser Option.swift
[61/130] Compiling ArgumentParser ParsableArguments.swift
[62/130] Compiling ArgumentParser InputOrigin.swift
[63/130] Compiling ArgumentParser Name.swift
[64/130] Compiling ArgumentParser Parsed.swift
[65/130] Compiling ArgumentParser ParsedValues.swift
[66/130] Compiling ArgumentParser ParserError.swift
[73/130] Compiling ArgumentParser BashCompletionsGenerator.swift
[74/130] Compiling ArgumentParser CompletionsGenerator.swift
[75/130] Compiling ArgumentParser FishCompletionsGenerator.swift
[76/130] Compiling ArgumentParser ZshCompletionsGenerator.swift
[77/130] Compiling ArgumentParser Argument.swift
[78/130] Compiling ArgumentParser ArgumentDiscussion.swift
[79/130] Compiling ArgumentParser ArgumentHelp.swift
[80/130] Compiling ArgumentParser CollectionExtensions.swift
[81/130] Compiling ArgumentParser Mutex.swift
[82/130] Compiling ArgumentParser Platform.swift
[83/130] Compiling ArgumentParser SequenceExtensions.swift
[84/130] Compiling ArgumentParser StringExtensions.swift
[85/130] Compiling ArgumentParser SwiftExtensions.swift
[105/130] Compiling ArgumentParser ParsableArguments.swift
[106/130] Compiling ArgumentParser ParsableCommand.swift
[107/130] Compiling ArgumentParser ArgumentDecoder.swift
[108/130] Compiling ArgumentParser ArgumentDefinition.swift
[109/130] Compiling ArgumentParser ArgumentSet.swift
[110/130] Compiling ArgumentParser CommandParser.swift
[123/132] Wrapping AST for ArgumentParser for debugging
[127/140] 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>
[128/140] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[130/140] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:22: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
155 | extension Process {
156 | var shellCommand: String {
157 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
158 | let arguments = arguments ?? []
159 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[131/140] Emitting module AirbnbSwiftFormatTool
[133/141] 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>
[134/141] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:22: warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
155 | extension Process {
156 | var shellCommand: String {
157 | let launchPath = launchPath ?? ""
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL' [#DeprecatedDeclaration]
| `- note: use 'executableURL' instead
158 | let arguments = arguments ?? []
159 | return "\(launchPath) \(arguments.joined(separator: " "))"
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[135/141] Emitting module AirbnbSwiftFormatTool
[135/142] Wrapping AST for AirbnbSwiftFormatTool for debugging
[136/142] Write Objects.LinkFileList
[138/142] Wrapping AST for AirbnbSwiftFormatTool for debugging
[139/142] Write Objects.LinkFileList
[140/142] Linking AirbnbSwiftFormatTool-tool
[141/142] Linking AirbnbSwiftFormatTool
Build complete! (35.67s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"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"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.