The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build swift-webgpu, reference main (77d86c), with Swift 6.0 for Linux on 17 Feb 2025 01:45:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.60.1
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 77d86c5 add patch for binding layout structs, which need to be zero-initialised
Cloned https://github.com/henrybetts/swift-webgpu.git
Revision (git rev-parse @):
77d86c5aa3bba677d0eaa0127d28f62804354a2f
SUCCESS checkout https://github.com/henrybetts/swift-webgpu.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/SwiftGFX/SwiftMath
Fetching https://github.com/apple/swift-argument-parser
[1/972] Fetching swiftmath
Fetched https://github.com/SwiftGFX/SwiftMath from cache (0.25s)
[1/14260] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.86s)
Computing version for https://github.com/SwiftGFX/SwiftMath
Computed https://github.com/SwiftGFX/SwiftMath at 3.3.1 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.74s)
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.0
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
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[6/11] Emitting module ArgumentParserToolInfo
[7/12] Wrapping AST for ArgumentParserToolInfo for debugging
[9/50] Compiling ArgumentParser OptionGroup.swift
[10/50] Compiling ArgumentParser AsyncParsableCommand.swift
[11/50] Compiling ArgumentParser CommandConfiguration.swift
[12/50] Compiling ArgumentParser CommandGroup.swift
[13/50] Compiling ArgumentParser EnumerableFlag.swift
[14/55] Emitting module ArgumentParser
[15/55] Compiling ArgumentParser ArgumentVisibility.swift
[16/55] Compiling ArgumentParser CompletionKind.swift
[17/55] Compiling ArgumentParser Errors.swift
[18/55] Compiling ArgumentParser Flag.swift
[19/55] Compiling ArgumentParser NameSpecification.swift
[20/55] Compiling ArgumentParser Option.swift
[21/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[22/55] Compiling ArgumentParser CompletionsGenerator.swift
[23/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[24/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/55] Compiling ArgumentParser Argument.swift
[26/55] Compiling ArgumentParser ArgumentHelp.swift
[27/55] Compiling ArgumentParser CollectionExtensions.swift
[28/55] Compiling ArgumentParser Platform.swift
[29/55] Compiling ArgumentParser SequenceExtensions.swift
[30/55] Compiling ArgumentParser StringExtensions.swift
[31/55] Compiling ArgumentParser Tree.swift
[32/55] Compiling ArgumentParser ArgumentDefinition.swift
[33/55] Compiling ArgumentParser ArgumentSet.swift
[34/55] Compiling ArgumentParser CommandParser.swift
[35/55] Compiling ArgumentParser InputKey.swift
[36/55] Compiling ArgumentParser InputOrigin.swift
[37/55] Compiling ArgumentParser ExpressibleByArgument.swift
[38/55] Compiling ArgumentParser ParsableArguments.swift
[39/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/55] Compiling ArgumentParser ParsableCommand.swift
[41/55] Compiling ArgumentParser ArgumentDecoder.swift
[42/55] Compiling ArgumentParser Name.swift
[43/55] Compiling ArgumentParser Parsed.swift
[44/55] Compiling ArgumentParser ParsedValues.swift
[45/55] Compiling ArgumentParser ParserError.swift
[46/55] Compiling ArgumentParser SplitArguments.swift
[47/55] Compiling ArgumentParser DumpHelpGenerator.swift
[48/55] Compiling ArgumentParser HelpCommand.swift
[49/55] Compiling ArgumentParser HelpGenerator.swift
[50/55] Compiling ArgumentParser MessageInfo.swift
[51/55] Compiling ArgumentParser UsageGenerator.swift
[52/56] Wrapping AST for ArgumentParser for debugging
[54/84] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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:))
[55/84] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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:))
[56/84] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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:))
[57/84] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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:))
[58/87] 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                `- 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:))
[59/87] Compiling generate_webgpu Taggable.swift
[60/87] Compiling generate_webgpu CodeBuilder.swift
[61/87] Compiling generate_webgpu Conversion.swift
[62/87] Compiling generate_webgpu GenerateCallbackInfo.swift
[63/87] Compiling generate_webgpu GenerateFunctionTypes.swift
[64/87] Compiling generate_webgpu GenerateFunctions.swift
[65/87] Compiling generate_webgpu GenerateOptionSets.swift
[66/87] Compiling generate_webgpu GenerateStructs.swift
[67/87] Compiling generate_webgpu EnumType.swift
[68/87] Compiling generate_webgpu FunctionPointerType.swift
[69/87] Compiling generate_webgpu FunctionType.swift
[70/87] Compiling generate_webgpu Model.swift
[71/87] Compiling generate_webgpu NativeType.swift
[72/87] Compiling generate_webgpu ObjectType.swift
[73/87] Compiling generate_webgpu Record.swift
[74/87] Compiling generate_webgpu GenerateCallbacks.swift
[75/87] Compiling generate_webgpu GenerateClasses.swift
[76/87] Compiling generate_webgpu GenerateEnums.swift
[77/87] Compiling generate_webgpu GenerateFunction.swift
[78/87] Compiling generate_webgpu StringUtils.swift
[79/87] Compiling generate_webgpu StructureType.swift
[80/87] Compiling generate_webgpu Type.swift
[81/87] 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)
[82/87] 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)
[83/87] 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)
[84/87] 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)
[85/88] Wrapping AST for generate-webgpu for debugging
[86/88] Write Objects.LinkFileList
[87/88] Linking generate-webgpu-tool
Build of product 'generate-webgpu' complete! (14.18s)
warning: couldn't find pc file for glfw3
warning: couldn't find pc file for webgpu
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateWebGPUPlugin
Building for debugging...
error: couldn't build /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/WebGPU/destination/GenerateWebGPUPlugin/Generated/Enums.swift because of missing inputs: /usr/local/share/dawn/dawn.json
[2/43] Write sources
[2/43] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
Building for debugging...
[0/6] Write swift-version-24593BA9C3E375BF.txt
[2/8] Emitting module ArgumentParserToolInfo
[3/8] Compiling ArgumentParserToolInfo ToolInfo.swift
[5/46] Compiling ArgumentParser OptionGroup.swift
[6/46] Compiling ArgumentParser AsyncParsableCommand.swift
[7/46] Compiling ArgumentParser CommandConfiguration.swift
[8/46] Compiling ArgumentParser CommandGroup.swift
[9/46] Compiling ArgumentParser EnumerableFlag.swift
[10/51] Emitting module ArgumentParser
[11/51] Compiling ArgumentParser CollectionExtensions.swift
[12/51] Compiling ArgumentParser Platform.swift
[13/51] Compiling ArgumentParser SequenceExtensions.swift
[14/51] Compiling ArgumentParser StringExtensions.swift
[15/51] Compiling ArgumentParser Tree.swift
[16/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[17/51] Compiling ArgumentParser CompletionsGenerator.swift
[18/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[19/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[20/51] Compiling ArgumentParser Argument.swift
[21/51] Compiling ArgumentParser ArgumentHelp.swift
[22/51] Compiling ArgumentParser ArgumentVisibility.swift
[23/51] Compiling ArgumentParser CompletionKind.swift
[24/51] Compiling ArgumentParser Errors.swift
[25/51] Compiling ArgumentParser Flag.swift
[26/51] Compiling ArgumentParser NameSpecification.swift
[27/51] Compiling ArgumentParser Option.swift
[28/51] Compiling ArgumentParser Name.swift
[29/51] Compiling ArgumentParser Parsed.swift
[30/51] Compiling ArgumentParser ParsedValues.swift
[31/51] Compiling ArgumentParser ParserError.swift
[32/51] Compiling ArgumentParser SplitArguments.swift
[33/51] Compiling ArgumentParser ExpressibleByArgument.swift
[34/51] Compiling ArgumentParser ParsableArguments.swift
[35/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[36/51] Compiling ArgumentParser ParsableCommand.swift
[37/51] Compiling ArgumentParser ArgumentDecoder.swift
[38/51] Compiling ArgumentParser DumpHelpGenerator.swift
[39/51] Compiling ArgumentParser HelpCommand.swift
[40/51] Compiling ArgumentParser HelpGenerator.swift
[41/51] Compiling ArgumentParser MessageInfo.swift
[42/51] Compiling ArgumentParser UsageGenerator.swift
[43/51] Compiling ArgumentParser ArgumentDefinition.swift
[44/51] Compiling ArgumentParser ArgumentSet.swift
[45/51] Compiling ArgumentParser CommandParser.swift
[46/51] Compiling ArgumentParser InputKey.swift
[47/51] Compiling ArgumentParser InputOrigin.swift
[49/79] 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)
[50/79] Compiling generate_webgpu Taggable.swift
[51/79] Compiling generate_webgpu CodeBuilder.swift
[52/79] Compiling generate_webgpu Conversion.swift
[53/79] Compiling generate_webgpu GenerateCallbackInfo.swift
[54/82] Compiling generate_webgpu GenerateFunctionTypes.swift
[55/82] Compiling generate_webgpu GenerateFunctions.swift
[56/82] Compiling generate_webgpu GenerateOptionSets.swift
[57/82] Compiling generate_webgpu GenerateStructs.swift
[58/82] Compiling generate_webgpu NativeType.swift
[59/82] Compiling generate_webgpu ObjectType.swift
[60/82] Compiling generate_webgpu Record.swift
[61/82] Compiling generate_webgpu GenerateWebGPU.swift
[62/82] Compiling generate_webgpu BitmaskType.swift
[63/82] Compiling generate_webgpu CallbackFunctionType.swift
[64/82] Compiling generate_webgpu CallbackInfoType.swift
[65/82] Compiling generate_webgpu EnumType.swift
[66/82] Compiling generate_webgpu FunctionPointerType.swift
[67/82] Compiling generate_webgpu FunctionType.swift
[68/82] Compiling generate_webgpu Model.swift
[69/82] Compiling generate_webgpu GenerateCallbacks.swift
[70/82] Compiling generate_webgpu GenerateClasses.swift
[71/82] Compiling generate_webgpu GenerateEnums.swift
[72/82] Compiling generate_webgpu GenerateFunction.swift
[73/82] 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)
[74/82] 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)
[75/82] 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)
[76/82] 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)
[77/82] Compiling generate_webgpu StringUtils.swift
[78/82] Compiling generate_webgpu StructureType.swift
[79/82] Compiling generate_webgpu Type.swift
[80/83] Wrapping AST for generate-webgpu for debugging
[81/83] Write Objects.LinkFileList
[82/83] Linking generate-webgpu-tool
Build of product 'generate-webgpu' complete! (6.15s)
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateWebGPUPlugin
Building for debugging...
error: couldn't build /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/WebGPU/destination/GenerateWebGPUPlugin/Generated/Enums.swift because of missing inputs: /usr/local/share/dawn/dawn.json
[2/43] Write sources
BUILD FAILURE 6.0 linux