Build Information
Failed to build swift-webgpu, reference main (77d86c
), with Swift 5.9 for Linux on 17 Feb 2025 01:45:32 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: 5.9
Building package at path: $PWD
https://github.com/henrybetts/swift-webgpu.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-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 (0.16s)
[1/14260] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.66s)
Computing version for https://github.com/SwiftGFX/SwiftMath
Computed https://github.com/SwiftGFX/SwiftMath at 3.3.1 (0.34s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.32s)
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...
[1/6] Emitting module ArgumentParserToolInfo
[2/6] Compiling ArgumentParserToolInfo ToolInfo.swift
[4/8] Wrapping AST for ArgumentParserToolInfo for debugging
[6/46] Emitting module ArgumentParser
[7/51] Compiling ArgumentParser OptionGroup.swift
[8/51] Compiling ArgumentParser AsyncParsableCommand.swift
[9/51] Compiling ArgumentParser CommandConfiguration.swift
[10/51] Compiling ArgumentParser CommandGroup.swift
[11/51] Compiling ArgumentParser EnumerableFlag.swift
[12/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[13/51] Compiling ArgumentParser CompletionsGenerator.swift
[14/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[15/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[16/51] Compiling ArgumentParser Argument.swift
[17/51] Compiling ArgumentParser ArgumentHelp.swift
[18/51] Compiling ArgumentParser Name.swift
[19/51] Compiling ArgumentParser Parsed.swift
[20/51] Compiling ArgumentParser ParsedValues.swift
[21/51] Compiling ArgumentParser ParserError.swift
[22/51] Compiling ArgumentParser SplitArguments.swift
[23/51] Compiling ArgumentParser ExpressibleByArgument.swift
[24/51] Compiling ArgumentParser ParsableArguments.swift
[25/51] Compiling ArgumentParser ParsableArgumentsValidation.swift
[26/51] Compiling ArgumentParser ParsableCommand.swift
[27/51] Compiling ArgumentParser ArgumentDecoder.swift
[28/51] Compiling ArgumentParser ArgumentDefinition.swift
[29/51] Compiling ArgumentParser ArgumentSet.swift
[30/51] Compiling ArgumentParser CommandParser.swift
[31/51] Compiling ArgumentParser InputKey.swift
[32/51] Compiling ArgumentParser InputOrigin.swift
[33/51] Compiling ArgumentParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[34/51] Compiling ArgumentParser Platform.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[35/51] Compiling ArgumentParser SequenceExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[36/51] Compiling ArgumentParser StringExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[37/51] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Utilities/Platform.swift:20:17: remark: '@preconcurrency' attribute on module 'Glibc' is unused
@preconcurrency import Glibc
~~~~~~~~~~~~~~~~^
[38/51] Compiling ArgumentParser ArgumentVisibility.swift
[39/51] Compiling ArgumentParser CompletionKind.swift
[40/51] Compiling ArgumentParser Errors.swift
[41/51] Compiling ArgumentParser Flag.swift
[42/51] Compiling ArgumentParser NameSpecification.swift
[43/51] Compiling ArgumentParser Option.swift
[44/51] Compiling ArgumentParser DumpHelpGenerator.swift
[45/51] Compiling ArgumentParser HelpCommand.swift
[46/51] Compiling ArgumentParser HelpGenerator.swift
[47/51] Compiling ArgumentParser MessageInfo.swift
[48/51] Compiling ArgumentParser UsageGenerator.swift
[50/53] Wrapping AST for ArgumentParser for debugging
[52/81] Compiling generate_webgpu GenerateFunctionTypes.swift
[53/81] Compiling generate_webgpu GenerateFunctions.swift
[54/81] Compiling generate_webgpu GenerateOptionSets.swift
[55/81] Compiling generate_webgpu GenerateStructs.swift
[56/84] Compiling generate_webgpu Taggable.swift
[57/84] Compiling generate_webgpu CodeBuilder.swift
[58/84] Compiling generate_webgpu Conversion.swift
[59/84] Compiling generate_webgpu GenerateCallbackInfo.swift
[60/84] Compiling generate_webgpu GenerateWebGPU.swift
[61/84] Compiling generate_webgpu BitmaskType.swift
[62/84] Compiling generate_webgpu CallbackFunctionType.swift
[63/84] Compiling generate_webgpu CallbackInfoType.swift
[64/84] Emitting module generate_webgpu
[65/84] Compiling generate_webgpu EnumType.swift
[66/84] Compiling generate_webgpu FunctionPointerType.swift
[67/84] Compiling generate_webgpu FunctionType.swift
[68/84] Compiling generate_webgpu Model.swift
[69/84] Compiling generate_webgpu NativeType.swift
[70/84] Compiling generate_webgpu ObjectType.swift
[71/84] Compiling generate_webgpu Record.swift
[72/84] Compiling generate_webgpu GenerateCallbacks.swift
[73/84] Compiling generate_webgpu GenerateClasses.swift
[74/84] Compiling generate_webgpu GenerateEnums.swift
[75/84] Compiling generate_webgpu GenerateFunction.swift
[76/84] Compiling generate_webgpu StringUtils.swift
[77/84] Compiling generate_webgpu StructureType.swift
[78/84] Compiling generate_webgpu Type.swift
[79/84] Compiling generate_webgpu DawnData.swift
[80/84] Compiling generate_webgpu DefaultFallback.swift
[81/84] Compiling generate_webgpu HasDefaultValue.swift
[82/84] Compiling generate_webgpu String+CodingKey.swift
[84/86] Wrapping AST for generate-webgpu for debugging
[85/86] Linking generate-webgpu
Build complete! (7.24s)
warning: couldn't find pc file for webgpu
warning: couldn't find pc file for glfw3
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateWebGPUPlugin
Building for debugging...
[2/23] Compiling CDawnNative dawn_native.cpp
error: couldn't build /host/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/WebGPU/GenerateWebGPUPlugin/Generated/Enums.swift because of missing inputs: /usr/local/share/dawn/dawn.json
BUILD FAILURE 5.9 linux