The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AirbnbSwift, reference 1.2.0 (6c09dd), with Swift 6.1 for Wasm on 20 Dec 2025 17:02:48 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/airbnb/swift.git
Reference: 1.2.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.2.0      -> FETCH_HEAD
HEAD is now at 6c09dd5 Add rule to always wrap function and property bodies onto multiple lines (#352)
Cloned https://github.com/airbnb/swift.git
Revision (git rev-parse @):
6c09dd57c2254b14bb48c15e209ed6e93058104f
SUCCESS checkout https://github.com/airbnb/swift.git at 1.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/airbnb/swift.git
https://github.com/airbnb/swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/16987] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (4.67s)
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.0
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-12-20/SwiftFormat.artifactbundle.zip
[1369/46271351] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/SwiftFormat.artifactbundle.zip
[82396/57305396] Downloading https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/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.25s)
Downloaded https://github.com/calda/SwiftFormat-nightly/releases/download/2025-12-20/SwiftFormat.artifactbundle.zip (5.86s)
/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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/24] Write sources
[6/24] Copying airbnb.swiftformat
[6/24] Copying swiftlint.yml
[8/24] Write sources
[9/24] Copying swiftlint.yml
[11/24] Write sources
[12/24] Copying airbnb.swiftformat
[13/24] Write swift-version-24593BA9C3E375BF.txt
[15/28] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/28] Emitting module ArgumentParserToolInfo
[19/29] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/30] Wrapping AST for ArgumentParserToolInfo for debugging
[23/122] Emitting module ArgumentParser
[24/128] Compiling ArgumentParser InputOrigin.swift
[25/128] Compiling ArgumentParser Name.swift
[26/128] Compiling ArgumentParser Parsed.swift
[27/128] Compiling ArgumentParser ParsedValues.swift
[28/128] Compiling ArgumentParser ParserError.swift
[29/128] Compiling ArgumentParser SplitArguments.swift
[30/128] Compiling ArgumentParser ParentCommand.swift
[31/128] Compiling ArgumentParser AsyncParsableCommand.swift
[32/128] Compiling ArgumentParser CommandConfiguration.swift
[33/128] Compiling ArgumentParser CommandGroup.swift
[34/128] Compiling ArgumentParser EnumerableFlag.swift
[35/128] Compiling ArgumentParser ExpressibleByArgument.swift
[36/128] Compiling ArgumentParser ParsableArguments.swift
[37/128] Compiling ArgumentParser Foundation.swift
[38/128] Compiling ArgumentParser Mutex.swift
[39/128] Compiling ArgumentParser Platform.swift
[40/128] Compiling ArgumentParser SequenceExtensions.swift
[41/128] Compiling ArgumentParser StringExtensions.swift
[42/128] Compiling ArgumentParser SwiftExtensions.swift
[43/128] Compiling ArgumentParser Tree.swift
[44/128] Compiling ArgumentParser CodingKeyValidator.swift
[45/128] Compiling ArgumentParser NonsenseFlagsValidator.swift
[46/128] Compiling ArgumentParser ParsableArgumentsValidation.swift
[47/128] Compiling ArgumentParser PositionalArgumentsValidator.swift
[48/128] Compiling ArgumentParser UniqueNamesValidator.swift
[49/128] Compiling ArgumentParser DumpHelpGenerator.swift
[50/128] Compiling ArgumentParser HelpCommand.swift
[51/128] Compiling ArgumentParser HelpGenerator.swift
[52/128] Compiling ArgumentParser MessageInfo.swift
[53/128] Compiling ArgumentParser UsageGenerator.swift
[54/128] Compiling ArgumentParser CollectionExtensions.swift
[61/128] Compiling ArgumentParser ParsableCommand.swift
[62/128] Compiling ArgumentParser ArgumentDecoder.swift
[63/128] Compiling ArgumentParser ArgumentDefinition.swift
[64/128] Compiling ArgumentParser ArgumentSet.swift
[65/128] Compiling ArgumentParser CommandParser.swift
[66/128] Compiling ArgumentParser InputKey.swift
[73/134] Compiling ArgumentParser ArgumentVisibility.swift
[74/134] Compiling ArgumentParser CompletionKind.swift
[75/134] Compiling ArgumentParser Errors.swift
[76/134] Compiling ArgumentParser Flag.swift
[77/134] Compiling ArgumentParser NameSpecification.swift
[78/134] Compiling ArgumentParser Option.swift
[79/134] Compiling ArgumentParser OptionGroup.swift
[80/134] Compiling ArgumentParser BashCompletionsGenerator.swift
[81/134] Compiling ArgumentParser CompletionsGenerator.swift
[82/134] Compiling ArgumentParser FishCompletionsGenerator.swift
[83/134] Compiling ArgumentParser ZshCompletionsGenerator.swift
[84/134] Compiling ArgumentParser Argument.swift
[85/134] Compiling ArgumentParser ArgumentDiscussion.swift
[86/134] Compiling ArgumentParser ArgumentHelp.swift
[108/135] Emitting module ArgumentParser
[122/135] Compiling ArgumentParser Tree.swift
[123/135] Compiling ArgumentParser CodingKeyValidator.swift
[124/135] Compiling ArgumentParser NonsenseFlagsValidator.swift
[125/135] Compiling ArgumentParser ParsableArgumentsValidation.swift
[126/135] Compiling ArgumentParser PositionalArgumentsValidator.swift
[127/135] Compiling ArgumentParser UniqueNamesValidator.swift
[128/136] Wrapping AST for ArgumentParser for debugging
[131/144] Compiling AirbnbSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:12:14: warning: static property 'runCommand' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 |   /// This property can be overridden to provide a mock implementation in unit tests.
12 |   static var runCommand: (Command) throws -> Int32 = { try $0.executeShellCommand() }
   |              |- warning: static property 'runCommand' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'runCommand' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'runCommand' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |   let log: Bool
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:28:19: error: cannot find 'Process' in scope
26 |   /// Synchronously runs this command and returns its exit code
27 |   private func executeShellCommand() throws -> Int32 {
28 |     let process = Process()
   |                   `- error: cannot find 'Process' in scope
29 |     process.launchPath = launchPath
30 |     process.arguments = arguments
[132/144] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[133/144] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:11: error: cannot find type 'Process' in scope
155 | }
156 |
157 | extension Process {
    |           `- error: cannot find type 'Process' in scope
158 |   var shellCommand: String {
159 |     let launchPath = launchPath ?? ""
error: emit-module command failed with exit code 1 (use -v to see invocation)
[134/144] Emitting module AirbnbSwiftFormatTool
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:11: error: cannot find type 'Process' in scope
155 | }
156 |
157 | extension Process {
    |           `- error: cannot find type 'Process' in scope
158 |   var shellCommand: String {
159 |     let launchPath = launchPath ?? ""
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:12:14: warning: static property 'runCommand' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 |
11 |   /// This property can be overridden to provide a mock implementation in unit tests.
12 |   static var runCommand: (Command) throws -> Int32 = { try $0.executeShellCommand() }
   |              |- warning: static property 'runCommand' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |              |- note: convert 'runCommand' to a 'let' constant to make 'Sendable' shared state immutable
   |              |- note: add '@MainActor' to make static property 'runCommand' part of global actor 'MainActor'
   |              `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 |   let log: Bool
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:dbcbf45695e2d1afcaee9a5a93239e71a6cc4a5872f338d6e993e9ceefe7df1b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
/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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/14] Write swift-version-24593BA9C3E375BF.txt
[5/18] Emitting module ArgumentParserToolInfo
[6/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/19] Emitting module ArgumentParserToolInfo
[9/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/110] Emitting module ArgumentParser
[12/116] Compiling ArgumentParser Foundation.swift
[13/116] Compiling ArgumentParser Mutex.swift
[14/116] Compiling ArgumentParser Platform.swift
[15/116] Compiling ArgumentParser SequenceExtensions.swift
[16/116] Compiling ArgumentParser StringExtensions.swift
[17/116] Compiling ArgumentParser SwiftExtensions.swift
[18/116] Emitting module ArgumentParser
[19/122] Compiling ArgumentParser InputKey.swift
[20/122] Compiling ArgumentParser DumpHelpGenerator.swift
[21/122] Compiling ArgumentParser HelpCommand.swift
[22/122] Compiling ArgumentParser HelpGenerator.swift
[23/122] Compiling ArgumentParser MessageInfo.swift
[24/122] Compiling ArgumentParser UsageGenerator.swift
[25/122] Compiling ArgumentParser CollectionExtensions.swift
[26/122] Compiling ArgumentParser ParentCommand.swift
[27/122] Compiling ArgumentParser AsyncParsableCommand.swift
[28/122] Compiling ArgumentParser CommandConfiguration.swift
[29/122] Compiling ArgumentParser CommandGroup.swift
[30/122] Compiling ArgumentParser EnumerableFlag.swift
[31/122] Compiling ArgumentParser ExpressibleByArgument.swift
[32/122] Compiling ArgumentParser ParsableArguments.swift
[33/122] Compiling ArgumentParser ArgumentHelp.swift
[34/122] Compiling ArgumentParser ArgumentVisibility.swift
[35/122] Compiling ArgumentParser CompletionKind.swift
[36/122] Compiling ArgumentParser Errors.swift
[37/122] Compiling ArgumentParser Flag.swift
[38/122] Compiling ArgumentParser NameSpecification.swift
[45/122] Compiling ArgumentParser Tree.swift
[46/122] Compiling ArgumentParser CodingKeyValidator.swift
[47/122] Compiling ArgumentParser NonsenseFlagsValidator.swift
[48/122] Compiling ArgumentParser ParsableArgumentsValidation.swift
[49/122] Compiling ArgumentParser PositionalArgumentsValidator.swift
[50/122] Compiling ArgumentParser UniqueNamesValidator.swift
[57/122] Compiling ArgumentParser InputOrigin.swift
[58/122] Compiling ArgumentParser Name.swift
[59/122] Compiling ArgumentParser Parsed.swift
[60/122] Compiling ArgumentParser ParsedValues.swift
[61/122] Compiling ArgumentParser ParserError.swift
[62/122] Compiling ArgumentParser SplitArguments.swift
[76/122] Compiling ArgumentParser BashCompletionsGenerator.swift
[77/122] Compiling ArgumentParser CompletionsGenerator.swift
[78/122] Compiling ArgumentParser FishCompletionsGenerator.swift
[79/122] Compiling ArgumentParser ZshCompletionsGenerator.swift
[80/122] Compiling ArgumentParser Argument.swift
[81/122] Compiling ArgumentParser ArgumentDiscussion.swift
[85/122] Compiling ArgumentParser ParsableCommand.swift
[86/122] Compiling ArgumentParser ArgumentDecoder.swift
[87/122] Compiling ArgumentParser ArgumentDefinition.swift
[88/122] Compiling ArgumentParser ArgumentSet.swift
[89/122] Compiling ArgumentParser CommandParser.swift
[90/122] Compiling ArgumentParser Option.swift
[91/122] Compiling ArgumentParser OptionGroup.swift
[117/130] Compiling AirbnbSwiftFormatTool resource_bundle_accessor.swift
[118/130] Compiling AirbnbSwiftFormatTool Command.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/Command.swift:28:19: error: cannot find 'Process' in scope
26 |   /// Synchronously runs this command and returns its exit code
27 |   private func executeShellCommand() throws -> Int32 {
28 |     let process = Process()
   |                   `- error: cannot find 'Process' in scope
29 |     process.launchPath = launchPath
30 |     process.arguments = arguments
error: emit-module command failed with exit code 1 (use -v to see invocation)
[119/130] Emitting module AirbnbSwiftFormatTool
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:11: error: cannot find type 'Process' in scope
155 | }
156 |
157 | extension Process {
    |           `- error: cannot find type 'Process' in scope
158 |   var shellCommand: String {
159 |     let launchPath = launchPath ?? ""
[120/130] Compiling AirbnbSwiftFormatTool AirbnbSwiftFormatTool.swift
/host/spi-builder-workspace/Sources/AirbnbSwiftFormatTool/AirbnbSwiftFormatTool.swift:157:11: error: cannot find type 'Process' in scope
155 | }
156 |
157 | extension Process {
    |           `- error: cannot find type 'Process' in scope
158 |   var shellCommand: String {
159 |     let launchPath = launchPath ?? ""
[121/130] Emitting module AirbnbSwiftFormatTool
BUILD FAILURE 6.1 wasm