The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AirbnbSwift, reference master (637bc3), with Swift 6.0 for Linux on 30 Apr 2026 07:11:23 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/swift.git
Reference: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 637bc34 Add rule to wrap switch case bodies (#379)
Cloned https://github.com/airbnb/swift.git
Revision (git rev-parse @):
637bc34b7a098fca6e39eb5c4a92e06f3342088c
SUCCESS checkout https://github.com/airbnb/swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/airbnb/swift.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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17527] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.83s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.83s)
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
[4999/46530670] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2026-04-27/SwiftFormat.artifactbundle.zip
[680503/118522130] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2026-04-27/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloading binary artifact https://github.com/calda/SwiftFormat-nightly/releases/download/2026-04-27/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2026-04-27/SwiftFormat.artifactbundle.zip (6.92s)
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (9.72s)
/host/spi-builder-workspace/Plugins/FormatSwift/Plugin.swift:52:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
 50 |
 51 |     let process = Process()
 52 |     process.launchPath = launchPath
    |             |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |             `- note: use 'executableURL' instead
 53 |     process.arguments = arguments
 54 |     try process.run()
[1/1] Compiling plugin FormatSwift
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/14] Write sources
[3/14] Copying airbnb.swiftformat
[3/14] Copying swiftlint.yml
[3/14] Write sources
[8/14] Write swift-version-24593BA9C3E375BF.txt
[10/16] Emitting module ArgumentParserToolInfo
[11/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/17] Wrapping AST for ArgumentParserToolInfo for debugging
[14/63] Emitting module ArgumentParser
[15/69] Compiling ArgumentParser Tree.swift
[16/69] Compiling ArgumentParser CodingKeyValidator.swift
[17/69] Compiling ArgumentParser NonsenseFlagsValidator.swift
[18/69] Compiling ArgumentParser ParsableArgumentsValidation.swift
[19/69] Compiling ArgumentParser PositionalArgumentsValidator.swift
[20/69] Compiling ArgumentParser UniqueNamesValidator.swift
[21/69] Compiling ArgumentParser DumpHelpGenerator.swift
[22/69] Compiling ArgumentParser HelpCommand.swift
[23/69] Compiling ArgumentParser HelpGenerator.swift
[24/69] Compiling ArgumentParser MessageInfo.swift
[25/69] Compiling ArgumentParser UsageGenerator.swift
[26/69] Compiling ArgumentParser CollectionExtensions.swift
[27/69] Compiling ArgumentParser InputOrigin.swift
[28/69] Compiling ArgumentParser Name.swift
[29/69] Compiling ArgumentParser Parsed.swift
[30/69] Compiling ArgumentParser ParsedValues.swift
[31/69] Compiling ArgumentParser ParserError.swift
[32/69] Compiling ArgumentParser SplitArguments.swift
[33/69] Compiling ArgumentParser Foundation.swift
[34/69] Compiling ArgumentParser Mutex.swift
[35/69] Compiling ArgumentParser Platform.swift
[36/69] Compiling ArgumentParser SequenceExtensions.swift
[37/69] Compiling ArgumentParser StringExtensions.swift
[38/69] Compiling ArgumentParser SwiftExtensions.swift
[39/69] Compiling ArgumentParser ArgumentVisibility.swift
[40/69] Compiling ArgumentParser CompletionKind.swift
[41/69] Compiling ArgumentParser Errors.swift
[42/69] Compiling ArgumentParser Flag.swift
[43/69] Compiling ArgumentParser NameSpecification.swift
[44/69] Compiling ArgumentParser Option.swift
[45/69] Compiling ArgumentParser OptionGroup.swift
[46/69] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/69] Compiling ArgumentParser CompletionsGenerator.swift
[48/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/69] Compiling ArgumentParser Argument.swift
[51/69] Compiling ArgumentParser ArgumentDiscussion.swift
[52/69] Compiling ArgumentParser ArgumentHelp.swift
[53/69] Compiling ArgumentParser ParentCommand.swift
[54/69] Compiling ArgumentParser AsyncParsableCommand.swift
[55/69] Compiling ArgumentParser CommandConfiguration.swift
[56/69] Compiling ArgumentParser CommandGroup.swift
[57/69] Compiling ArgumentParser EnumerableFlag.swift
[58/69] Compiling ArgumentParser ExpressibleByArgument.swift
[59/69] Compiling ArgumentParser ParsableArguments.swift
[60/69] Compiling ArgumentParser ParsableCommand.swift
[61/69] Compiling ArgumentParser ArgumentDecoder.swift
[62/69] Compiling ArgumentParser ArgumentDefinition.swift
[63/69] Compiling ArgumentParser ArgumentSet.swift
[64/69] Compiling ArgumentParser CommandParser.swift
[65/69] Compiling ArgumentParser InputKey.swift
[66/70] Wrapping AST for ArgumentParser for debugging
[68/74] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[69/74] Compiling AirbnbSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:29:13: warning: 'launchPath' is deprecated: renamed to 'executableURL'
27 |   private func executeShellCommand() throws -> Int32 {
28 |     let process = Process()
29 |     process.launchPath = launchPath
   |             |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |             `- 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'
38 |
39 |     if log {
40 |       let commandName = process.launchPath?.components(separatedBy: "/").last ?? "unknown"
   |                                 |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
   |                                 `- note: use 'executableURL' instead
41 |       log("\(commandName) command completed with exit code \(process.terminationStatus)")
42 |     }
[70/74] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:159:22: warning: 'launchPath' is deprecated: renamed to 'executableURL'
157 | extension Process {
158 |   var shellCommand: String {
159 |     let launchPath = launchPath ?? ""
    |                      |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                      `- note: use 'executableURL' instead
160 |     let arguments = arguments ?? []
161 |     return "\(launchPath) \(arguments.joined(separator: " "))"
[71/74] Emitting module AirbnbSwiftFormatTool
[72/75] Wrapping AST for AirbnbSwiftFormatTool for debugging
[73/75] Write Objects.LinkFileList
[74/75] Linking AirbnbSwiftFormatTool
Build complete! (49.46s)
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.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.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.