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 (a5f2dc), with Swift 6.0 for Linux on 14 Jun 2025 21:06:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" 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.63.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 a5f2dc3 Add table of contents link to Testing section
Cloned https://github.com/airbnb/swift.git
Revision (git rev-parse @):
a5f2dc382c3b4a444f269b69e7079954c99b69f4
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" 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:debc4e1350c0695074699a23098fae94108f9209fa127752a12980f1ee4f0a53
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/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.11s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.73s)
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
[1397/45575992] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-06-13-b/SwiftFormat.artifactbundle.zip
[4529598/56610037] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-06-13-b/SwiftFormat.artifactbundle.zip, https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.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-06-13-b/SwiftFormat.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip (2.40s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-06-13-b/SwiftFormat.artifactbundle.zip (6.73s)
/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 GenerateManual
Building for debugging...
[2/13] Write sources
[2/13] Copying swiftlint.yml
[2/13] Copying airbnb.swiftformat
[2/13] Write sources
[7/13] Write swift-version-24593BA9C3E375BF.txt
[9/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/15] Emitting module ArgumentParserToolInfo
[11/16] Wrapping AST for ArgumentParserToolInfo for debugging
[13/54] Compiling ArgumentParser OptionGroup.swift
[14/54] Compiling ArgumentParser AsyncParsableCommand.swift
[15/54] Compiling ArgumentParser CommandConfiguration.swift
[16/54] Compiling ArgumentParser CommandGroup.swift
[17/54] Compiling ArgumentParser EnumerableFlag.swift
[18/54] Compiling ArgumentParser ArgumentVisibility.swift
[19/54] Compiling ArgumentParser CompletionKind.swift
[20/54] Compiling ArgumentParser Errors.swift
[21/54] Compiling ArgumentParser Flag.swift
[22/54] Compiling ArgumentParser NameSpecification.swift
[23/54] Compiling ArgumentParser Option.swift
[24/59] Emitting module ArgumentParser
[25/59] Compiling ArgumentParser ArgumentDefinition.swift
[26/59] Compiling ArgumentParser ArgumentSet.swift
[27/59] Compiling ArgumentParser CommandParser.swift
[28/59] Compiling ArgumentParser InputKey.swift
[29/59] Compiling ArgumentParser InputOrigin.swift
[30/59] Compiling ArgumentParser BashCompletionsGenerator.swift
[31/59] Compiling ArgumentParser CompletionsGenerator.swift
[32/59] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/59] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/59] Compiling ArgumentParser Argument.swift
[35/59] Compiling ArgumentParser ArgumentHelp.swift
[36/59] Compiling ArgumentParser CollectionExtensions.swift
[37/59] Compiling ArgumentParser Platform.swift
[38/59] Compiling ArgumentParser SequenceExtensions.swift
[39/59] Compiling ArgumentParser StringExtensions.swift
[40/59] Compiling ArgumentParser Tree.swift
[41/59] Compiling ArgumentParser Name.swift
[42/59] Compiling ArgumentParser Parsed.swift
[43/59] Compiling ArgumentParser ParsedValues.swift
[44/59] Compiling ArgumentParser ParserError.swift
[45/59] Compiling ArgumentParser SplitArguments.swift
[46/59] Compiling ArgumentParser ExpressibleByArgument.swift
[47/59] Compiling ArgumentParser ParsableArguments.swift
[48/59] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/59] Compiling ArgumentParser ParsableCommand.swift
[50/59] Compiling ArgumentParser ArgumentDecoder.swift
[51/59] Compiling ArgumentParser DumpHelpGenerator.swift
[52/59] Compiling ArgumentParser HelpCommand.swift
[53/59] Compiling ArgumentParser HelpGenerator.swift
[54/59] Compiling ArgumentParser MessageInfo.swift
[55/59] Compiling ArgumentParser UsageGenerator.swift
[56/60] Wrapping AST for ArgumentParser for debugging
[58/64] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[59/64] 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 |     }
[60/64] Emitting module AirbnbSwiftFormatTool
[61/64] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:22: warning: 'launchPath' is deprecated: renamed to 'executableURL'
155 | extension Process {
156 |   var shellCommand: String {
157 |     let launchPath = launchPath ?? ""
    |                      |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
    |                      `- note: use 'executableURL' instead
158 |     let arguments = arguments ?? []
159 |     return "\(launchPath) \(arguments.joined(separator: " "))"
[62/65] Wrapping AST for AirbnbSwiftFormatTool for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking AirbnbSwiftFormatTool
Build complete! (32.16s)
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:debc4e1350c0695074699a23098fae94108f9209fa127752a12980f1ee4f0a53
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.