Build Information
Failed to build swift-webgpu, reference main (bda307), with Swift 6.1 for Linux on 29 Jan 2026 07:22:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SpectralDragon/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/SpectralDragon/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/SpectralDragon/swift-webgpu.git
Revision (git rev-parse @):
bda307ba08e3377352719453ec55915b6653a15f
SUCCESS checkout https://github.com/SpectralDragon/swift-webgpu.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SpectralDragon/swift-webgpu.git
https://github.com/SpectralDragon/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-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: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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwiftGFX/SwiftMath
Fetching https://github.com/apple/swift-argument-parser
[1/972] Fetching swiftmath
[410/18104] Fetching swiftmath, swift-argument-parser
Fetched https://github.com/SwiftGFX/SwiftMath from cache (0.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/SwiftGFX/SwiftMath
Computed https://github.com/SwiftGFX/SwiftMath at 3.3.1 (1.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.80s)
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
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/58] Compiling ArgumentParser InputOrigin.swift
[10/58] Compiling ArgumentParser Name.swift
[11/58] Compiling ArgumentParser Parsed.swift
[12/58] Compiling ArgumentParser ParsedValues.swift
[13/58] Compiling ArgumentParser ParserError.swift
[14/58] Compiling ArgumentParser SplitArguments.swift
[15/64] Compiling ArgumentParser DumpHelpGenerator.swift
[16/64] Compiling ArgumentParser HelpCommand.swift
[17/64] Compiling ArgumentParser HelpGenerator.swift
[18/64] Compiling ArgumentParser MessageInfo.swift
[19/64] Compiling ArgumentParser UsageGenerator.swift
[20/64] Compiling ArgumentParser CollectionExtensions.swift
[21/64] Emitting module ArgumentParser
[22/64] Compiling ArgumentParser Foundation.swift
[23/64] Compiling ArgumentParser Mutex.swift
[24/64] Compiling ArgumentParser Platform.swift
[25/64] Compiling ArgumentParser SequenceExtensions.swift
[26/64] Compiling ArgumentParser StringExtensions.swift
[27/64] Compiling ArgumentParser SwiftExtensions.swift
[28/64] Compiling ArgumentParser Tree.swift
[29/64] Compiling ArgumentParser CodingKeyValidator.swift
[30/64] Compiling ArgumentParser NonsenseFlagsValidator.swift
[31/64] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/64] Compiling ArgumentParser PositionalArgumentsValidator.swift
[33/64] Compiling ArgumentParser UniqueNamesValidator.swift
[34/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[35/64] Compiling ArgumentParser CompletionsGenerator.swift
[36/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[37/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[38/64] Compiling ArgumentParser Argument.swift
[39/64] Compiling ArgumentParser ArgumentDiscussion.swift
[40/64] Compiling ArgumentParser ArgumentHelp.swift
[41/64] Compiling ArgumentParser ParentCommand.swift
[42/64] Compiling ArgumentParser AsyncParsableCommand.swift
[43/64] Compiling ArgumentParser CommandConfiguration.swift
[44/64] Compiling ArgumentParser CommandGroup.swift
[45/64] Compiling ArgumentParser EnumerableFlag.swift
[46/64] Compiling ArgumentParser ExpressibleByArgument.swift
[47/64] Compiling ArgumentParser ParsableArguments.swift
[48/64] Compiling ArgumentParser ArgumentVisibility.swift
[49/64] Compiling ArgumentParser CompletionKind.swift
[50/64] Compiling ArgumentParser Errors.swift
[51/64] Compiling ArgumentParser Flag.swift
[52/64] Compiling ArgumentParser NameSpecification.swift
[53/64] Compiling ArgumentParser Option.swift
[54/64] Compiling ArgumentParser OptionGroup.swift
[55/64] Compiling ArgumentParser ParsableCommand.swift
[56/64] Compiling ArgumentParser ArgumentDecoder.swift
[57/64] Compiling ArgumentParser ArgumentDefinition.swift
[58/64] Compiling ArgumentParser ArgumentSet.swift
[59/64] Compiling ArgumentParser CommandParser.swift
[60/64] Compiling ArgumentParser InputKey.swift
[61/65] Wrapping AST for ArgumentParser for debugging
[63/93] Compiling generate_webgpu GenerateFunctionTypes.swift
[64/93] Compiling generate_webgpu GenerateFunctions.swift
[65/93] Compiling generate_webgpu GenerateOptionSets.swift
[66/93] Compiling generate_webgpu GenerateStructs.swift
[67/96] Compiling generate_webgpu GenerateCallbacks.swift
[68/96] Compiling generate_webgpu GenerateClasses.swift
[69/96] Compiling generate_webgpu GenerateEnums.swift
[70/96] Compiling generate_webgpu GenerateFunction.swift
[71/96] Compiling generate_webgpu EnumType.swift
[72/96] Compiling generate_webgpu FunctionPointerType.swift
[73/96] Compiling generate_webgpu FunctionType.swift
[74/96] Compiling generate_webgpu Model.swift
[75/96] Compiling generate_webgpu NativeType.swift
[76/96] Compiling generate_webgpu ObjectType.swift
[77/96] Compiling generate_webgpu Record.swift
[78/96] Compiling generate_webgpu StringUtils.swift
[79/96] Compiling generate_webgpu StructureType.swift
[80/96] Compiling generate_webgpu Type.swift
[81/96] Compiling generate_webgpu Taggable.swift
[82/96] Compiling generate_webgpu CodeBuilder.swift
[83/96] Compiling generate_webgpu Conversion.swift
[84/96] Compiling generate_webgpu GenerateCallbackInfo.swift
[85/96] 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:))
[86/96] 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:))
[87/96] 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:))
[88/96] 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:))
[89/96] 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:))
[90/96] 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)
[91/96] 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)
[92/96] 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)
[93/96] 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)
[94/97] Wrapping AST for generate-webgpu for debugging
[95/97] Write Objects.LinkFileList
[96/97] 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-4609320-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: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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
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] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/8] Emitting module ArgumentParserToolInfo
[5/54] Compiling ArgumentParser Foundation.swift
[6/54] Compiling ArgumentParser Mutex.swift
[7/54] Compiling ArgumentParser Platform.swift
[8/54] Compiling ArgumentParser SequenceExtensions.swift
[9/54] Compiling ArgumentParser StringExtensions.swift
[10/54] Compiling ArgumentParser SwiftExtensions.swift
[11/54] Emitting module ArgumentParser
[12/60] Compiling ArgumentParser ParentCommand.swift
[13/60] Compiling ArgumentParser AsyncParsableCommand.swift
[14/60] Compiling ArgumentParser CommandConfiguration.swift
[15/60] Compiling ArgumentParser CommandGroup.swift
[16/60] Compiling ArgumentParser EnumerableFlag.swift
[17/60] Compiling ArgumentParser ExpressibleByArgument.swift
[18/60] Compiling ArgumentParser ParsableArguments.swift
[19/60] Compiling ArgumentParser InputOrigin.swift
[20/60] Compiling ArgumentParser Name.swift
[21/60] Compiling ArgumentParser Parsed.swift
[22/60] Compiling ArgumentParser ParsedValues.swift
[23/60] Compiling ArgumentParser ParserError.swift
[24/60] Compiling ArgumentParser SplitArguments.swift
[25/60] Compiling ArgumentParser DumpHelpGenerator.swift
[26/60] Compiling ArgumentParser HelpCommand.swift
[27/60] Compiling ArgumentParser HelpGenerator.swift
[28/60] Compiling ArgumentParser MessageInfo.swift
[29/60] Compiling ArgumentParser UsageGenerator.swift
[30/60] Compiling ArgumentParser CollectionExtensions.swift
[31/60] Compiling ArgumentParser Tree.swift
[32/60] Compiling ArgumentParser CodingKeyValidator.swift
[33/60] Compiling ArgumentParser NonsenseFlagsValidator.swift
[34/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/60] Compiling ArgumentParser PositionalArgumentsValidator.swift
[36/60] Compiling ArgumentParser UniqueNamesValidator.swift
[37/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/60] Compiling ArgumentParser CompletionsGenerator.swift
[39/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/60] Compiling ArgumentParser Argument.swift
[42/60] Compiling ArgumentParser ArgumentDiscussion.swift
[43/60] Compiling ArgumentParser ArgumentHelp.swift
[44/60] Compiling ArgumentParser ArgumentVisibility.swift
[45/60] Compiling ArgumentParser CompletionKind.swift
[46/60] Compiling ArgumentParser Errors.swift
[47/60] Compiling ArgumentParser Flag.swift
[48/60] Compiling ArgumentParser NameSpecification.swift
[49/60] Compiling ArgumentParser Option.swift
[50/60] Compiling ArgumentParser OptionGroup.swift
[51/60] Compiling ArgumentParser ParsableCommand.swift
[52/60] Compiling ArgumentParser ArgumentDecoder.swift
[53/60] Compiling ArgumentParser ArgumentDefinition.swift
[54/60] Compiling ArgumentParser ArgumentSet.swift
[55/60] Compiling ArgumentParser CommandParser.swift
[56/60] Compiling ArgumentParser InputKey.swift
[58/88] Compiling generate_webgpu GenerateCallbacks.swift
[59/88] Compiling generate_webgpu GenerateClasses.swift
[60/88] Compiling generate_webgpu GenerateEnums.swift
[61/88] Compiling generate_webgpu GenerateFunction.swift
[62/91] 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)
[63/91] Compiling generate_webgpu NativeType.swift
[64/91] Compiling generate_webgpu ObjectType.swift
[65/91] Compiling generate_webgpu Record.swift
[66/91] Compiling generate_webgpu GenerateFunctionTypes.swift
[67/91] Compiling generate_webgpu GenerateFunctions.swift
[68/91] Compiling generate_webgpu GenerateOptionSets.swift
[69/91] Compiling generate_webgpu GenerateStructs.swift
[70/91] Compiling generate_webgpu Taggable.swift
[71/91] Compiling generate_webgpu CodeBuilder.swift
[72/91] Compiling generate_webgpu Conversion.swift
[73/91] Compiling generate_webgpu GenerateCallbackInfo.swift
[74/91] Compiling generate_webgpu GenerateWebGPU.swift
[75/91] Compiling generate_webgpu BitmaskType.swift
[76/91] Compiling generate_webgpu CallbackFunctionType.swift
[77/91] Compiling generate_webgpu CallbackInfoType.swift
[78/91] 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)
[79/91] 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)
[80/91] 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)
[81/91] 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)
[82/91] Compiling generate_webgpu EnumType.swift
[83/91] Compiling generate_webgpu FunctionPointerType.swift
[84/91] Compiling generate_webgpu FunctionType.swift
[85/91] Compiling generate_webgpu Model.swift
[86/91] Compiling generate_webgpu StringUtils.swift
[87/91] Compiling generate_webgpu StructureType.swift
[88/91] Compiling generate_webgpu Type.swift
[89/92] Wrapping AST for generate-webgpu for debugging
[90/92] Write Objects.LinkFileList
[91/92] 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