Build Information
Failed to build Compute, reference main (4400e5
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 06:24:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/Compute.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/schwa/Compute
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4400e59 Get rid of buildkite for real.
Cloned https://github.com/schwa/Compute.git
Revision (git rev-parse @):
4400e59c1459473bb7a7cf5caa95f686622a8de2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/schwa/Compute.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/schwa/Compute.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/schwa/MetalCompilerPlugin
[1/185] Fetching metalcompilerplugin
Fetched https://github.com/schwa/MetalCompilerPlugin from cache (0.42s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (2.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.1
Creating working copy for https://github.com/schwa/MetalCompilerPlugin
Working copy of https://github.com/schwa/MetalCompilerPlugin resolved at jwight/develop (72b94d2)
[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/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] Compiling ArgumentParser ArgumentVisibility.swift
[15/55] Compiling ArgumentParser CompletionKind.swift
[16/55] Compiling ArgumentParser Errors.swift
[17/55] Compiling ArgumentParser Flag.swift
[18/55] Compiling ArgumentParser NameSpecification.swift
[19/55] Compiling ArgumentParser Option.swift
[20/55] Emitting module ArgumentParser
[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 ArgumentDefinition.swift
[28/55] Compiling ArgumentParser ArgumentSet.swift
[29/55] Compiling ArgumentParser CommandParser.swift
[30/55] Compiling ArgumentParser InputKey.swift
[31/55] Compiling ArgumentParser InputOrigin.swift
[32/55] Compiling ArgumentParser CollectionExtensions.swift
[33/55] Compiling ArgumentParser Platform.swift
[34/55] Compiling ArgumentParser SequenceExtensions.swift
[35/55] Compiling ArgumentParser StringExtensions.swift
[36/55] Compiling ArgumentParser Tree.swift
[37/55] Compiling ArgumentParser Name.swift
[38/55] Compiling ArgumentParser Parsed.swift
[39/55] Compiling ArgumentParser ParsedValues.swift
[40/55] Compiling ArgumentParser ParserError.swift
[41/55] Compiling ArgumentParser SplitArguments.swift
[42/55] Compiling ArgumentParser DumpHelpGenerator.swift
[43/55] Compiling ArgumentParser HelpCommand.swift
[44/55] Compiling ArgumentParser HelpGenerator.swift
[45/55] Compiling ArgumentParser MessageInfo.swift
[46/55] Compiling ArgumentParser UsageGenerator.swift
[47/55] Compiling ArgumentParser ExpressibleByArgument.swift
[48/55] Compiling ArgumentParser ParsableArguments.swift
[49/55] Compiling ArgumentParser ParsableArgumentsValidation.swift
[50/55] Compiling ArgumentParser ParsableCommand.swift
[51/55] Compiling ArgumentParser ArgumentDecoder.swift
[52/58] Wrapping AST for ArgumentParser for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/58] Emitting module MetalCompilerTool
/host/spi-builder-workspace/.build/checkouts/MetalCompilerPlugin/Sources/MetalCompilerTool/MetalCompiler.swift:3:8: error: no such module 'os'
1 | import ArgumentParser
2 | import Foundation
3 | import os
| `- error: no such module 'os'
4 |
5 | @main
[55/58] Compiling MetalCompilerTool MetalCompiler.swift
/host/spi-builder-workspace/.build/checkouts/MetalCompilerPlugin/Sources/MetalCompilerTool/MetalCompiler.swift:3:8: error: no such module 'os'
1 | import ArgumentParser
2 | import Foundation
3 | import os
| `- error: no such module 'os'
4 |
5 | @main
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.2 wasm