The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of AirbnbSwift, reference master (cff8f5), with Swift 6.0 for Linux on 23 Aug 2025 21:30:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
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 cff8f5b Add symbolic links to `airbnb.swiftformat` and `swiftlint.yml` (#327)
Cloned https://github.com/airbnb/swift.git
Revision (git rev-parse @):
cff8f5b8450cc2cfb2a05e15ca5bbecc38566bbf
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-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15689] 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.6.1 (0.60s)
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
[1369/11034045] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
[11034/56865210] Downloading https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip, https://github.com/calda/SwiftFormat-nightly/releases/download/2025-08-21-f/SwiftFormat.artifactbundle.zip
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip
Downloading binary artifact https://github.com/calda/SwiftFormat-nightly/releases/download/2025-08-21-f/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (1.29s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-08-21-f/SwiftFormat.artifactbundle.zip (4.31s)
/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 swiftlint.yml
[3/14] Copying airbnb.swiftformat
[6/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/61] Emitting module ArgumentParser
[15/67] Compiling ArgumentParser InputKey.swift
[16/67] Compiling ArgumentParser InputOrigin.swift
[17/67] Compiling ArgumentParser Name.swift
[18/67] Compiling ArgumentParser Parsed.swift
[19/67] Compiling ArgumentParser ParsedValues.swift
[20/67] Compiling ArgumentParser ParserError.swift
[21/67] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/67] Compiling ArgumentParser CompletionsGenerator.swift
[23/67] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/67] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/67] Compiling ArgumentParser Argument.swift
[26/67] Compiling ArgumentParser ArgumentDiscussion.swift
[27/67] Compiling ArgumentParser ArgumentHelp.swift
[28/67] Compiling ArgumentParser Tree.swift
[29/67] Compiling ArgumentParser CodingKeyValidator.swift
[30/67] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/67] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/67] Compiling ArgumentParser UniqueNamesValidator.swift
[34/67] Compiling ArgumentParser ArgumentVisibility.swift
[35/67] Compiling ArgumentParser CompletionKind.swift
[36/67] Compiling ArgumentParser Errors.swift
[37/67] Compiling ArgumentParser Flag.swift
[38/67] Compiling ArgumentParser NameSpecification.swift
[39/67] Compiling ArgumentParser Option.swift
[40/67] Compiling ArgumentParser CollectionExtensions.swift
[41/67] Compiling ArgumentParser Mutex.swift
[42/67] Compiling ArgumentParser Platform.swift
[43/67] Compiling ArgumentParser SequenceExtensions.swift
[44/67] Compiling ArgumentParser StringExtensions.swift
[45/67] Compiling ArgumentParser SwiftExtensions.swift
[46/67] Compiling ArgumentParser OptionGroup.swift
[47/67] Compiling ArgumentParser AsyncParsableCommand.swift
[48/67] Compiling ArgumentParser CommandConfiguration.swift
[49/67] Compiling ArgumentParser CommandGroup.swift
[50/67] Compiling ArgumentParser EnumerableFlag.swift
[51/67] Compiling ArgumentParser ExpressibleByArgument.swift
[52/67] Compiling ArgumentParser SplitArguments.swift
[53/67] Compiling ArgumentParser DumpHelpGenerator.swift
[54/67] Compiling ArgumentParser HelpCommand.swift
[55/67] Compiling ArgumentParser HelpGenerator.swift
[56/67] Compiling ArgumentParser MessageInfo.swift
[57/67] Compiling ArgumentParser UsageGenerator.swift
[58/67] Compiling ArgumentParser ParsableArguments.swift
[59/67] Compiling ArgumentParser ParsableCommand.swift
[60/67] Compiling ArgumentParser ArgumentDecoder.swift
[61/67] Compiling ArgumentParser ArgumentDefinition.swift
[62/67] Compiling ArgumentParser ArgumentSet.swift
[63/67] Compiling ArgumentParser CommandParser.swift
[64/68] Wrapping AST for ArgumentParser for debugging
[66/72] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[67/72] 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 |     }
[68/72] Emitting module AirbnbSwiftFormatTool
[69/72] 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: " "))"
[70/73] Wrapping AST for AirbnbSwiftFormatTool for debugging
[71/73] Write Objects.LinkFileList
[72/73] Linking AirbnbSwiftFormatTool
Build complete! (27.45s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:2ffdcefcdb291d9eb78a77ed5e4b4766a710a1cb89004e0bfdb0fefda731df2f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.