Build Information
Failed to build swift-webgpu, reference main (bda307), with Swift 6.1 for macOS (SPM) on 19 Oct 2025 01:17:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/henrybetts/swift-webgpu.git
https://github.com/henrybetts/swift-webgpu.git
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[0/8] Write sources
[2/8] Write generate-webgpu-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/10] Emitting module ArgumentParserToolInfo
[7/10] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/56] Compiling ArgumentParser InputKey.swift
[9/56] Compiling ArgumentParser InputOrigin.swift
[10/56] Compiling ArgumentParser Name.swift
[11/56] Compiling ArgumentParser Parsed.swift
[12/56] Compiling ArgumentParser ParsedValues.swift
[13/60] Emitting module ArgumentParser
[14/60] Compiling ArgumentParser SequenceExtensions.swift
[15/60] Compiling ArgumentParser StringExtensions.swift
[16/60] Compiling ArgumentParser SwiftExtensions.swift
[17/60] Compiling ArgumentParser Tree.swift
[18/60] Compiling ArgumentParser CodingKeyValidator.swift
[19/60] Compiling ArgumentParser CommandConfiguration.swift
[20/60] Compiling ArgumentParser CommandGroup.swift
[21/60] Compiling ArgumentParser EnumerableFlag.swift
[22/60] Compiling ArgumentParser ExpressibleByArgument.swift
[23/60] Compiling ArgumentParser ParsableArguments.swift
[24/60] Compiling ArgumentParser ArgumentDiscussion.swift
[25/60] Compiling ArgumentParser ArgumentHelp.swift
[26/60] Compiling ArgumentParser ArgumentVisibility.swift
[27/60] Compiling ArgumentParser CompletionKind.swift
[28/60] Compiling ArgumentParser Errors.swift
[29/60] Compiling ArgumentParser NonsenseFlagsValidator.swift
[30/60] Compiling ArgumentParser ParsableArgumentsValidation.swift
[31/60] Compiling ArgumentParser PositionalArgumentsValidator.swift
[32/60] Compiling ArgumentParser UniqueNamesValidator.swift
[33/60] Compiling ArgumentParser Flag.swift
[34/60] Compiling ArgumentParser NameSpecification.swift
[35/60] Compiling ArgumentParser Option.swift
[36/60] Compiling ArgumentParser OptionGroup.swift
[37/60] Compiling ArgumentParser AsyncParsableCommand.swift
[38/60] Compiling ArgumentParser MessageInfo.swift
[39/60] Compiling ArgumentParser UsageGenerator.swift
[40/60] Compiling ArgumentParser CollectionExtensions.swift
[41/60] Compiling ArgumentParser Mutex.swift
[42/60] Compiling ArgumentParser Platform.swift
[43/60] Compiling ArgumentParser ParserError.swift
[44/60] Compiling ArgumentParser SplitArguments.swift
[45/60] Compiling ArgumentParser DumpHelpGenerator.swift
[46/60] Compiling ArgumentParser HelpCommand.swift
[47/60] Compiling ArgumentParser HelpGenerator.swift
[48/60] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/60] Compiling ArgumentParser CompletionsGenerator.swift
[50/60] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/60] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/60] Compiling ArgumentParser Argument.swift
[53/60] Compiling ArgumentParser ParsableCommand.swift
[54/60] Compiling ArgumentParser ArgumentDecoder.swift
[55/60] Compiling ArgumentParser ArgumentDefinition.swift
[56/60] Compiling ArgumentParser ArgumentSet.swift
[57/60] Compiling ArgumentParser CommandParser.swift
[58/88] Emitting module generate_webgpu
/Users/admin/builder/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)
/Users/admin/builder/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:))
[59/91] Compiling generate_webgpu FunctionPointerType.swift
[60/91] Compiling generate_webgpu FunctionType.swift
[61/91] Compiling generate_webgpu Model.swift
[62/91] Compiling generate_webgpu GenerateClasses.swift
[63/91] Compiling generate_webgpu GenerateEnums.swift
[64/91] Compiling generate_webgpu GenerateFunction.swift
[65/91] Compiling generate_webgpu StringUtils.swift
[66/91] Compiling generate_webgpu StructureType.swift
[67/91] Compiling generate_webgpu Type.swift
[68/91] Compiling generate_webgpu CallbackFunctionType.swift
[69/91] Compiling generate_webgpu CallbackInfoType.swift
[70/91] Compiling generate_webgpu EnumType.swift
[71/91] Compiling generate_webgpu GenerateFunctionTypes.swift
[72/91] Compiling generate_webgpu GenerateFunctions.swift
[73/91] Compiling generate_webgpu GenerateOptionSets.swift
[74/91] Compiling generate_webgpu String+CodingKey.swift
/Users/admin/builder/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/91] Compiling generate_webgpu Taggable.swift
/Users/admin/builder/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/91] Compiling generate_webgpu CodeBuilder.swift
/Users/admin/builder/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/91] Compiling generate_webgpu NativeType.swift
[78/91] Compiling generate_webgpu ObjectType.swift
[79/91] Compiling generate_webgpu Record.swift
[80/91] Compiling generate_webgpu DawnData.swift
[81/91] Compiling generate_webgpu DefaultFallback.swift
[82/91] Compiling generate_webgpu HasDefaultValue.swift
[83/91] Compiling generate_webgpu Conversion.swift
[84/91] Compiling generate_webgpu GenerateCallbackInfo.swift
[85/91] Compiling generate_webgpu GenerateCallbacks.swift
[86/91] Compiling generate_webgpu GenerateStructs.swift
/Users/admin/builder/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/91] Compiling generate_webgpu GenerateWebGPU.swift
/Users/admin/builder/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/91] Compiling generate_webgpu BitmaskType.swift
/Users/admin/builder/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/91] Write Objects.LinkFileList
[89/91] Linking generate-webgpu-tool
[90/91] Applying generate-webgpu-tool
[1/1] Compiling plugin GenerateWebGPUPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/51] Write sources
[7/51] Write generate-webgpu-tool-entitlement.plist
[9/51] Write sources
[9/51] Write DemoTriangle-entitlement.plist
[9/51] Write sources
[9/51] Write generate-webgpu-entitlement.plist
[9/51] Write DemoClearColor-entitlement.plist
[11/51] Write sources
[14/51] Write DemoInfo-entitlement.plist
[14/51] Write sources
[14/51] Write DemoCube-entitlement.plist
[16/51] Write sources
[17/51] Write DemoBoids-entitlement.plist
[20/51] Write sources
In file included from /Users/admin/builder/spi-builder-workspace/Sources/CDawnNative/dawn_native.cpp:2:
/Users/admin/builder/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.
[24/51] Compiling CDawnNative dawn_native.cpp
[24/51] Write swift-version-2F0A5646E1D333AE.txt
Fetching https://github.com/SwiftGFX/SwiftMath
Fetching https://github.com/apple/swift-argument-parser from cache
[1/972] Fetching swiftmath
Fetched https://github.com/SwiftGFX/SwiftMath from cache (0.85s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.28s)
Computing version for https://github.com/SwiftGFX/SwiftMath
Computed https://github.com/SwiftGFX/SwiftMath at 3.3.1 (1.94s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (0.53s)
Creating working copy for https://github.com/SwiftGFX/SwiftMath
Working copy of https://github.com/SwiftGFX/SwiftMath resolved at 3.3.1
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
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for webgpu
warning: you may be able to install glfw3 using your system-packager:
brew install glfw
warning: couldn't find pc file for webgpu
warning: you may be able to install glfw3 using your system-packager:
brew install glfw
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/4] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling ArgumentParserToolInfo ToolInfo.swift
[3/6] Emitting module ArgumentParserToolInfo
[4/52] Emitting module ArgumentParser
[5/56] Compiling ArgumentParser ArgumentDiscussion.swift
[6/56] Compiling ArgumentParser ArgumentHelp.swift
[7/56] Compiling ArgumentParser ArgumentVisibility.swift
[8/56] Compiling ArgumentParser CompletionKind.swift
[9/56] Compiling ArgumentParser Errors.swift
[10/56] Compiling ArgumentParser InputKey.swift
[11/56] Compiling ArgumentParser InputOrigin.swift
[12/56] Compiling ArgumentParser Name.swift
[13/56] Compiling ArgumentParser Parsed.swift
[14/56] Compiling ArgumentParser ParsedValues.swift
[15/56] Compiling ArgumentParser SequenceExtensions.swift
[16/56] Compiling ArgumentParser StringExtensions.swift
[17/56] Compiling ArgumentParser SwiftExtensions.swift
[18/56] Compiling ArgumentParser Tree.swift
[19/56] Compiling ArgumentParser CodingKeyValidator.swift
[20/56] Compiling ArgumentParser CommandConfiguration.swift
[21/56] Compiling ArgumentParser CommandGroup.swift
[22/56] Compiling ArgumentParser EnumerableFlag.swift
[23/56] Compiling ArgumentParser ExpressibleByArgument.swift
[24/56] Compiling ArgumentParser ParsableArguments.swift
[25/56] Compiling ArgumentParser NonsenseFlagsValidator.swift
[26/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/56] Compiling ArgumentParser PositionalArgumentsValidator.swift
[28/56] Compiling ArgumentParser UniqueNamesValidator.swift
[29/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[30/56] Compiling ArgumentParser CompletionsGenerator.swift
[31/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[32/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[33/56] Compiling ArgumentParser Argument.swift
[34/56] Compiling ArgumentParser ParserError.swift
[35/56] Compiling ArgumentParser SplitArguments.swift
[36/56] Compiling ArgumentParser DumpHelpGenerator.swift
[37/56] Compiling ArgumentParser HelpCommand.swift
[38/56] Compiling ArgumentParser HelpGenerator.swift
[39/56] Compiling ArgumentParser MessageInfo.swift
[40/56] Compiling ArgumentParser UsageGenerator.swift
[41/56] Compiling ArgumentParser CollectionExtensions.swift
[42/56] Compiling ArgumentParser Mutex.swift
[43/56] Compiling ArgumentParser Platform.swift
[44/56] Compiling ArgumentParser ParsableCommand.swift
[45/56] Compiling ArgumentParser ArgumentDecoder.swift
[46/56] Compiling ArgumentParser ArgumentDefinition.swift
[47/56] Compiling ArgumentParser ArgumentSet.swift
[48/56] Compiling ArgumentParser CommandParser.swift
[49/56] Compiling ArgumentParser Flag.swift
[50/56] Compiling ArgumentParser NameSpecification.swift
[51/56] Compiling ArgumentParser Option.swift
[52/56] Compiling ArgumentParser OptionGroup.swift
[53/56] Compiling ArgumentParser AsyncParsableCommand.swift
[54/84] Emitting module generate_webgpu
/Users/admin/builder/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)
[55/87] Compiling generate_webgpu CallbackFunctionType.swift
[56/87] Compiling generate_webgpu CallbackInfoType.swift
[57/87] Compiling generate_webgpu EnumType.swift
[58/87] Compiling generate_webgpu Conversion.swift
[59/87] Compiling generate_webgpu GenerateCallbackInfo.swift
[60/87] Compiling generate_webgpu GenerateCallbacks.swift
[61/87] Compiling generate_webgpu GenerateFunctionTypes.swift
[62/87] Compiling generate_webgpu GenerateFunctions.swift
[63/87] Compiling generate_webgpu GenerateOptionSets.swift
[64/87] Compiling generate_webgpu GenerateStructs.swift
[65/87] Compiling generate_webgpu GenerateWebGPU.swift
[66/87] Compiling generate_webgpu BitmaskType.swift
[67/87] Compiling generate_webgpu GenerateClasses.swift
[68/87] Compiling generate_webgpu GenerateEnums.swift
[69/87] Compiling generate_webgpu GenerateFunction.swift
[70/87] Compiling generate_webgpu String+CodingKey.swift
/Users/admin/builder/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)
[71/87] Compiling generate_webgpu Taggable.swift
/Users/admin/builder/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)
[72/87] Compiling generate_webgpu CodeBuilder.swift
/Users/admin/builder/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)
[73/87] Compiling generate_webgpu FunctionPointerType.swift
[74/87] Compiling generate_webgpu FunctionType.swift
[75/87] Compiling generate_webgpu Model.swift
[76/87] Compiling generate_webgpu StringUtils.swift
[77/87] Compiling generate_webgpu StructureType.swift
[78/87] Compiling generate_webgpu Type.swift
[79/87] Compiling generate_webgpu NativeType.swift
[80/87] Compiling generate_webgpu ObjectType.swift
[81/87] Compiling generate_webgpu Record.swift
[82/87] Compiling generate_webgpu DawnData.swift
[83/87] Compiling generate_webgpu DefaultFallback.swift
[84/87] Compiling generate_webgpu HasDefaultValue.swift
[84/87] Write Objects.LinkFileList
[85/87] Linking generate-webgpu-tool
[86/87] Applying generate-webgpu-tool
[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 /Users/admin/builder/spi-builder-workspace/Sources/CDawnNative/dawn_native.cpp:2:
/Users/admin/builder/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/30] Compiling CDawnNative dawn_native.cpp
[3/30] Write swift-version-2F0A5646E1D333AE.txt
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for webgpu
warning: you may be able to install glfw3 using your system-packager:
brew install glfw
warning: couldn't find pc file for webgpu
warning: you may be able to install glfw3 using your system-packager:
brew install glfw
BUILD FAILURE 6.1 macosSpm