The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-webgpu, reference main (bda307), with Swift 6.1 for Linux on 19 Oct 2025 01:17:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/henrybetts/swift-webgpu.git
Reference: main
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/henrybetts/swift-webgpu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bda307b add support for optional returns
Cloned https://github.com/henrybetts/swift-webgpu.git
Revision (git rev-parse @):
bda307ba08e3377352719453ec55915b6653a15f
SUCCESS checkout https://github.com/henrybetts/swift-webgpu.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/henrybetts/swift-webgpu.git
https://github.com/henrybetts/swift-webgpu.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swiftmath",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.3.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftGFX/SwiftMath"
    }
  ],
  "manifest_display_name" : "swift-webgpu",
  "name" : "swift-webgpu",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "WebGPU",
      "targets" : [
        "WebGPU"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DawnNative",
      "targets" : [
        "DawnNative",
        "WebGPU"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "generate-webgpu",
      "targets" : [
        "generate-webgpu"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoTriangle",
      "targets" : [
        "DemoTriangle"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoInfo",
      "targets" : [
        "DemoInfo"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoCube",
      "targets" : [
        "DemoCube"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoClearColor",
      "targets" : [
        "DemoClearColor"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "DemoBoids",
      "targets" : [
        "DemoBoids"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "generate_webgpu",
      "module_type" : "SwiftTarget",
      "name" : "generate-webgpu",
      "path" : "Sources/generate-webgpu",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "WebGPU",
        "DawnNative",
        "generate-webgpu",
        "DemoTriangle",
        "DemoInfo",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
        "Decoding/DawnData.swift",
        "Decoding/DefaultFallback.swift",
        "Decoding/HasDefaultValue.swift",
        "Decoding/String+CodingKey.swift",
        "Decoding/Taggable.swift",
        "Generate/CodeBuilder.swift",
        "Generate/Conversion.swift",
        "Generate/GenerateCallbackInfo.swift",
        "Generate/GenerateCallbacks.swift",
        "Generate/GenerateClasses.swift",
        "Generate/GenerateEnums.swift",
        "Generate/GenerateFunction.swift",
        "Generate/GenerateFunctionTypes.swift",
        "Generate/GenerateFunctions.swift",
        "Generate/GenerateOptionSets.swift",
        "Generate/GenerateStructs.swift",
        "GenerateWebGPU.swift",
        "Model/BitmaskType.swift",
        "Model/CallbackFunctionType.swift",
        "Model/CallbackInfoType.swift",
        "Model/EnumType.swift",
        "Model/FunctionPointerType.swift",
        "Model/FunctionType.swift",
        "Model/Model.swift",
        "Model/NativeType.swift",
        "Model/ObjectType.swift",
        "Model/Record.swift",
        "Model/StringUtils.swift",
        "Model/StructureType.swift",
        "Model/Type.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "WindowUtils",
      "module_type" : "SwiftTarget",
      "name" : "WindowUtils",
      "path" : "Demos/WindowUtils",
      "product_memberships" : [
        "DemoTriangle",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
        "WindowUtils.swift"
      ],
      "target_dependencies" : [
        "WebGPU",
        "CGLFW"
      ],
      "type" : "library"
    },
    {
      "c99name" : "WebGPU",
      "module_type" : "SwiftTarget",
      "name" : "WebGPU",
      "path" : "Sources/WebGPU",
      "product_memberships" : [
        "WebGPU",
        "DawnNative",
        "DemoTriangle",
        "DemoInfo",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
        "Array+Helpers.swift",
        "Bool+Convertible.swift",
        "Convertible.swift",
        "Extensible.swift",
        "Extensions.swift",
        "Optional+Helpers.swift",
        "RequestError.swift",
        "String+Convertible.swift",
        "UserData.swift"
      ],
      "target_dependencies" : [
        "CWebGPU",
        "GenerateWebGPUPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GenerateWebGPUPlugin",
      "module_type" : "PluginTarget",
      "name" : "GenerateWebGPUPlugin",
      "path" : "Plugins/GenerateWebGPUPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "WebGPU",
        "DawnNative",
        "DemoTriangle",
        "DemoInfo",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "generate-webgpu"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "DemoTriangle",
      "module_type" : "SwiftTarget",
      "name" : "DemoTriangle",
      "path" : "Demos/DemoTriangle",
      "product_memberships" : [
        "DemoTriangle"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "WindowUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoInfo",
      "module_type" : "SwiftTarget",
      "name" : "DemoInfo",
      "path" : "Demos/DemoInfo",
      "product_memberships" : [
        "DemoInfo"
      ],
      "sources" : [
        "formatting.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "DawnNative"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoCube",
      "module_type" : "SwiftTarget",
      "name" : "DemoCube",
      "path" : "Demos/DemoCube",
      "product_dependencies" : [
        "SwiftMath"
      ],
      "product_memberships" : [
        "DemoCube"
      ],
      "sources" : [
        "geometry.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "WindowUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoClearColor",
      "module_type" : "SwiftTarget",
      "name" : "DemoClearColor",
      "path" : "Demos/DemoClearColor",
      "product_memberships" : [
        "DemoClearColor"
      ],
      "sources" : [
        "color.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "WindowUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DemoBoids",
      "module_type" : "SwiftTarget",
      "name" : "DemoBoids",
      "path" : "Demos/DemoBoids",
      "product_memberships" : [
        "DemoBoids"
      ],
      "sources" : [
        "main.swift",
        "shaders.swift"
      ],
      "target_dependencies" : [
        "WindowUtils"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DawnNative",
      "module_type" : "SwiftTarget",
      "name" : "DawnNative",
      "path" : "Sources/DawnNative",
      "product_memberships" : [
        "DawnNative",
        "DemoInfo"
      ],
      "sources" : [
        "DawnNative.swift"
      ],
      "target_dependencies" : [
        "WebGPU",
        "CDawnNative"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CWebGPU",
      "module_type" : "SystemLibraryTarget",
      "name" : "CWebGPU",
      "path" : "Sources/CWebGPU",
      "product_memberships" : [
        "WebGPU",
        "DawnNative",
        "DemoTriangle",
        "DemoInfo",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CGLFW",
      "module_type" : "SystemLibraryTarget",
      "name" : "CGLFW",
      "path" : "Demos/CGLFW",
      "product_memberships" : [
        "DemoTriangle",
        "DemoCube",
        "DemoClearColor",
        "DemoBoids"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "CDawnNative",
      "module_type" : "ClangTarget",
      "name" : "CDawnNative",
      "path" : "Sources/CDawnNative",
      "product_memberships" : [
        "DawnNative",
        "DemoInfo"
      ],
      "sources" : [
        "dawn_native.cpp"
      ],
      "target_dependencies" : [
        "CWebGPU"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/SwiftGFX/SwiftMath
[1/972] Fetching swiftmath
[973/17654] Fetching swiftmath, swift-argument-parser
Fetched https://github.com/SwiftGFX/SwiftMath from cache (0.32s)
[167/16682] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.81s)
Computing version for https://github.com/SwiftGFX/SwiftMath
Computed https://github.com/SwiftGFX/SwiftMath at 3.3.1 (1.48s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.58s)
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.2
Creating working copy for https://github.com/SwiftGFX/SwiftMath
Working copy of https://github.com/SwiftGFX/SwiftMath resolved at 3.3.1
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/11] Emitting module ArgumentParserToolInfo
[6/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[7/12] Wrapping AST for ArgumentParserToolInfo for debugging
[9/56] Emitting module ArgumentParser
[10/62] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/62] Compiling ArgumentParser CompletionsGenerator.swift
[12/62] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/62] Compiling ArgumentParser ZshCompletionsGenerator.swift
[14/62] Compiling ArgumentParser Argument.swift
[15/62] Compiling ArgumentParser ArgumentDiscussion.swift
[16/62] Compiling ArgumentParser ArgumentHelp.swift
[17/62] Compiling ArgumentParser Tree.swift
[18/62] Compiling ArgumentParser CodingKeyValidator.swift
[19/62] Compiling ArgumentParser NonsenseFlagsValidator.swift
[20/62] Compiling ArgumentParser ParsableArgumentsValidation.swift
[21/62] Compiling ArgumentParser PositionalArgumentsValidator.swift
[22/62] Compiling ArgumentParser UniqueNamesValidator.swift
[23/62] Compiling ArgumentParser ArgumentVisibility.swift
[24/62] Compiling ArgumentParser CompletionKind.swift
[25/62] Compiling ArgumentParser Errors.swift
[26/62] Compiling ArgumentParser Flag.swift
[27/62] Compiling ArgumentParser NameSpecification.swift
[28/62] Compiling ArgumentParser Option.swift
[29/62] Compiling ArgumentParser ParsableArguments.swift
[30/62] Compiling ArgumentParser ParsableCommand.swift
[31/62] Compiling ArgumentParser ArgumentDecoder.swift
[32/62] Compiling ArgumentParser ArgumentDefinition.swift
[33/62] Compiling ArgumentParser ArgumentSet.swift
[34/62] Compiling ArgumentParser CommandParser.swift
[35/62] Compiling ArgumentParser CollectionExtensions.swift
[36/62] Compiling ArgumentParser Mutex.swift
[37/62] Compiling ArgumentParser Platform.swift
[38/62] Compiling ArgumentParser SequenceExtensions.swift
[39/62] Compiling ArgumentParser StringExtensions.swift
[40/62] Compiling ArgumentParser SwiftExtensions.swift
[41/62] Compiling ArgumentParser OptionGroup.swift
[42/62] Compiling ArgumentParser AsyncParsableCommand.swift
[43/62] Compiling ArgumentParser CommandConfiguration.swift
[44/62] Compiling ArgumentParser CommandGroup.swift
[45/62] Compiling ArgumentParser EnumerableFlag.swift
[46/62] Compiling ArgumentParser ExpressibleByArgument.swift
[47/62] Compiling ArgumentParser SplitArguments.swift
[48/62] Compiling ArgumentParser DumpHelpGenerator.swift
[49/62] Compiling ArgumentParser HelpCommand.swift
[50/62] Compiling ArgumentParser HelpGenerator.swift
[51/62] Compiling ArgumentParser MessageInfo.swift
[52/62] Compiling ArgumentParser UsageGenerator.swift
[53/62] Compiling ArgumentParser InputKey.swift
[54/62] Compiling ArgumentParser InputOrigin.swift
[55/62] Compiling ArgumentParser Name.swift
[56/62] Compiling ArgumentParser Parsed.swift
[57/62] Compiling ArgumentParser ParsedValues.swift
[58/62] Compiling ArgumentParser ParserError.swift
[59/63] Wrapping AST for ArgumentParser for debugging
[61/91] Compiling generate_webgpu GenerateWebGPU.swift
/host/spi-builder-workspace/Sources/generate-webgpu/GenerateWebGPU.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct GenerateWebGPU: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(commandName: "generate-webgpu")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Option(help: "Path to dawn.json", transform: URL.init(fileURLWithPath:))
[62/91] Compiling generate_webgpu BitmaskType.swift
/host/spi-builder-workspace/Sources/generate-webgpu/GenerateWebGPU.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct GenerateWebGPU: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(commandName: "generate-webgpu")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Option(help: "Path to dawn.json", transform: URL.init(fileURLWithPath:))
[63/91] Compiling generate_webgpu CallbackFunctionType.swift
/host/spi-builder-workspace/Sources/generate-webgpu/GenerateWebGPU.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct GenerateWebGPU: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(commandName: "generate-webgpu")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Option(help: "Path to dawn.json", transform: URL.init(fileURLWithPath:))
[64/91] Compiling generate_webgpu CallbackInfoType.swift
/host/spi-builder-workspace/Sources/generate-webgpu/GenerateWebGPU.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct GenerateWebGPU: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(commandName: "generate-webgpu")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Option(help: "Path to dawn.json", transform: URL.init(fileURLWithPath:))
[65/94] Compiling generate_webgpu EnumType.swift
[66/94] Compiling generate_webgpu FunctionPointerType.swift
[67/94] Compiling generate_webgpu FunctionType.swift
[68/94] Compiling generate_webgpu Model.swift
[69/94] Compiling generate_webgpu Taggable.swift
[70/94] Compiling generate_webgpu CodeBuilder.swift
[71/94] Compiling generate_webgpu Conversion.swift
[72/94] Compiling generate_webgpu GenerateCallbackInfo.swift
[73/94] Compiling generate_webgpu GenerateCallbacks.swift
[74/94] Compiling generate_webgpu GenerateClasses.swift
[75/94] Compiling generate_webgpu GenerateEnums.swift
[76/94] Compiling generate_webgpu GenerateFunction.swift
[77/94] Compiling generate_webgpu StringUtils.swift
[78/94] Compiling generate_webgpu StructureType.swift
[79/94] Compiling generate_webgpu Type.swift
[80/94] Compiling generate_webgpu NativeType.swift
[81/94] Compiling generate_webgpu ObjectType.swift
[82/94] Compiling generate_webgpu Record.swift
[83/94] Compiling generate_webgpu GenerateFunctionTypes.swift
[84/94] Compiling generate_webgpu GenerateFunctions.swift
[85/94] Compiling generate_webgpu GenerateOptionSets.swift
[86/94] Compiling generate_webgpu GenerateStructs.swift
[87/94] Emitting module generate_webgpu
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
/host/spi-builder-workspace/Sources/generate-webgpu/GenerateWebGPU.swift:6:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 4 | @main
 5 | struct GenerateWebGPU: ParsableCommand {
 6 |     static var configuration = CommandConfiguration(commandName: "generate-webgpu")
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |
 8 |     @Option(help: "Path to dawn.json", transform: URL.init(fileURLWithPath:))
[88/94] Compiling generate_webgpu DawnData.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[89/94] Compiling generate_webgpu DefaultFallback.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[90/94] Compiling generate_webgpu HasDefaultValue.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[91/94] Compiling generate_webgpu String+CodingKey.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[92/95] Wrapping AST for generate-webgpu for debugging
[93/95] Write Objects.LinkFileList
[94/95] Linking generate-webgpu-tool
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[1/1] Compiling plugin GenerateWebGPUPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/52] Write sources
In file included from /host/spi-builder-workspace/Sources/CDawnNative/dawn_native.cpp:2:
/host/spi-builder-workspace/Sources/CDawnNative/include/dawn_native.h:1:10: fatal error: 'dawn/webgpu.h' file not found
    1 | #include <dawn/webgpu.h>
      |          ^~~~~~~~~~~~~~~
1 error generated.
[17/52] Compiling CDawnNative dawn_native.cpp
[17/52] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/8] Emitting module ArgumentParserToolInfo
[3/8] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/52] Emitting module ArgumentParser
[6/58] Compiling ArgumentParser Tree.swift
[7/58] Compiling ArgumentParser CodingKeyValidator.swift
[8/58] Compiling ArgumentParser NonsenseFlagsValidator.swift
[9/58] Compiling ArgumentParser ParsableArgumentsValidation.swift
[10/58] Compiling ArgumentParser PositionalArgumentsValidator.swift
[11/58] Compiling ArgumentParser UniqueNamesValidator.swift
[12/58] Compiling ArgumentParser BashCompletionsGenerator.swift
[13/58] Compiling ArgumentParser CompletionsGenerator.swift
[14/58] Compiling ArgumentParser FishCompletionsGenerator.swift
[15/58] Compiling ArgumentParser ZshCompletionsGenerator.swift
[16/58] Compiling ArgumentParser Argument.swift
[17/58] Compiling ArgumentParser ArgumentDiscussion.swift
[18/58] Compiling ArgumentParser ArgumentHelp.swift
[19/58] Compiling ArgumentParser OptionGroup.swift
[20/58] Compiling ArgumentParser AsyncParsableCommand.swift
[21/58] Compiling ArgumentParser CommandConfiguration.swift
[22/58] Compiling ArgumentParser CommandGroup.swift
[23/58] Compiling ArgumentParser EnumerableFlag.swift
[24/58] Compiling ArgumentParser ExpressibleByArgument.swift
[25/58] Compiling ArgumentParser ArgumentVisibility.swift
[26/58] Compiling ArgumentParser CompletionKind.swift
[27/58] Compiling ArgumentParser Errors.swift
[28/58] Compiling ArgumentParser Flag.swift
[29/58] Compiling ArgumentParser NameSpecification.swift
[30/58] Compiling ArgumentParser Option.swift
[31/58] Compiling ArgumentParser SplitArguments.swift
[32/58] Compiling ArgumentParser DumpHelpGenerator.swift
[33/58] Compiling ArgumentParser HelpCommand.swift
[34/58] Compiling ArgumentParser HelpGenerator.swift
[35/58] Compiling ArgumentParser MessageInfo.swift
[36/58] Compiling ArgumentParser UsageGenerator.swift
[37/58] Compiling ArgumentParser CollectionExtensions.swift
[38/58] Compiling ArgumentParser Mutex.swift
[39/58] Compiling ArgumentParser Platform.swift
[40/58] Compiling ArgumentParser SequenceExtensions.swift
[41/58] Compiling ArgumentParser StringExtensions.swift
[42/58] Compiling ArgumentParser SwiftExtensions.swift
[43/58] Compiling ArgumentParser InputKey.swift
[44/58] Compiling ArgumentParser InputOrigin.swift
[45/58] Compiling ArgumentParser Name.swift
[46/58] Compiling ArgumentParser Parsed.swift
[47/58] Compiling ArgumentParser ParsedValues.swift
[48/58] Compiling ArgumentParser ParserError.swift
[49/58] Compiling ArgumentParser ParsableArguments.swift
[50/58] Compiling ArgumentParser ParsableCommand.swift
[51/58] Compiling ArgumentParser ArgumentDecoder.swift
[52/58] Compiling ArgumentParser ArgumentDefinition.swift
[53/58] Compiling ArgumentParser ArgumentSet.swift
[54/58] Compiling ArgumentParser CommandParser.swift
[56/86] Emitting module generate_webgpu
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[57/89] Compiling generate_webgpu Taggable.swift
[58/89] Compiling generate_webgpu CodeBuilder.swift
[59/89] Compiling generate_webgpu Conversion.swift
[60/89] Compiling generate_webgpu GenerateCallbackInfo.swift
[61/89] Compiling generate_webgpu GenerateWebGPU.swift
[62/89] Compiling generate_webgpu BitmaskType.swift
[63/89] Compiling generate_webgpu CallbackFunctionType.swift
[64/89] Compiling generate_webgpu CallbackInfoType.swift
[65/89] Compiling generate_webgpu EnumType.swift
[66/89] Compiling generate_webgpu FunctionPointerType.swift
[67/89] Compiling generate_webgpu FunctionType.swift
[68/89] Compiling generate_webgpu Model.swift
[69/89] Compiling generate_webgpu GenerateCallbacks.swift
[70/89] Compiling generate_webgpu GenerateClasses.swift
[71/89] Compiling generate_webgpu GenerateEnums.swift
[72/89] Compiling generate_webgpu GenerateFunction.swift
[73/89] Compiling generate_webgpu GenerateFunctionTypes.swift
[74/89] Compiling generate_webgpu GenerateFunctions.swift
[75/89] Compiling generate_webgpu GenerateOptionSets.swift
[76/89] Compiling generate_webgpu GenerateStructs.swift
[77/89] Compiling generate_webgpu NativeType.swift
[78/89] Compiling generate_webgpu ObjectType.swift
[79/89] Compiling generate_webgpu Record.swift
[80/89] Compiling generate_webgpu DawnData.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[81/89] Compiling generate_webgpu DefaultFallback.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[82/89] Compiling generate_webgpu HasDefaultValue.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[83/89] Compiling generate_webgpu String+CodingKey.swift
/host/spi-builder-workspace/Sources/generate-webgpu/Decoding/String+CodingKey.swift:1:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 1 | extension String: CodingKey {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'CodingKey'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 2 |     public init?(stringValue: String) {
 3 |         self.init(stringValue)
[84/89] Compiling generate_webgpu StringUtils.swift
[85/89] Compiling generate_webgpu StructureType.swift
[86/89] Compiling generate_webgpu Type.swift
[87/90] Wrapping AST for generate-webgpu for debugging
[88/90] Write Objects.LinkFileList
[89/90] Linking generate-webgpu-tool
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[0/1] Planning build
[1/1] Compiling plugin GenerateWebGPUPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
In file included from /host/spi-builder-workspace/Sources/CDawnNative/dawn_native.cpp:2:
/host/spi-builder-workspace/Sources/CDawnNative/include/dawn_native.h:1:10: fatal error: 'dawn/webgpu.h' file not found
    1 | #include <dawn/webgpu.h>
      |          ^~~~~~~~~~~~~~~
1 error generated.
[3/38] Compiling CDawnNative dawn_native.cpp
[3/38] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux