Build Information
Failed to build SwiftSnapshotTesting, reference master (b2ecbe
), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 11:36:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/eugenebokhan/swift-snapshot-testing.git
Reference: master
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/eugenebokhan/swift-snapshot-testing
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b2ecbe0 update deps
Cloned https://github.com/eugenebokhan/swift-snapshot-testing.git
Revision (git rev-parse @):
b2ecbe0e6e25c9582ffba6a7474cd9bf50a6624a
SUCCESS checkout https://github.com/eugenebokhan/swift-snapshot-testing.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/eugenebokhan/swift-snapshot-testing.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/eugenebokhan/ResourcesBridge.git
Fetching https://github.com/devicekit/DeviceKit.git
Fetching https://github.com/s1ddok/Alloy.git
[1/4470] Fetching alloy
[583/4653] Fetching alloy, resourcesbridge
[659/8725] Fetching alloy, resourcesbridge, devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.51s)
[1212/4653] Fetching alloy, resourcesbridge
Fetched https://github.com/eugenebokhan/ResourcesBridge.git from cache (0.80s)
Fetched https://github.com/s1ddok/Alloy.git from cache (0.82s)
Computing version for https://github.com/eugenebokhan/ResourcesBridge.git
Computed https://github.com/eugenebokhan/ResourcesBridge.git at 0.0.4 (1.51s)
Fetching https://github.com/eugenebokhan/Bonjour.git
[1/106] Fetching bonjour
Fetched https://github.com/eugenebokhan/Bonjour.git from cache (0.32s)
Computing version for https://github.com/eugenebokhan/Bonjour.git
Computed https://github.com/eugenebokhan/Bonjour.git at 2.1.0 (0.96s)
Computing version for https://github.com/s1ddok/Alloy.git
Computed https://github.com/s1ddok/Alloy.git at 0.18.2 (0.76s)
Computing version for https://github.com/devicekit/DeviceKit.git
Computed https://github.com/devicekit/DeviceKit.git at 4.9.0 (0.54s)
Creating working copy for https://github.com/eugenebokhan/Bonjour.git
Working copy of https://github.com/eugenebokhan/Bonjour.git resolved at 2.1.0
Creating working copy for https://github.com/eugenebokhan/ResourcesBridge.git
Working copy of https://github.com/eugenebokhan/ResourcesBridge.git resolved at 0.0.4
Creating working copy for https://github.com/s1ddok/Alloy.git
Working copy of https://github.com/s1ddok/Alloy.git resolved at 0.18.2
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 4.9.0
Building for debugging...
[0/9] Copying Shaders.metal
[1/9] Write sources
[5/9] Copying Shaders.metal
[6/9] Write sources
[7/9] Compiling AlloyShadersSharedTypes AlloyShadersSharedTypes.c
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/86] Compiling Alloy RGBAToYCbCr.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[11/86] Compiling Alloy StdMeanNormalization.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[12/86] Compiling Alloy TextureAddConstant.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[13/86] Compiling Alloy TextureAffineCrop.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[14/86] Compiling Alloy TextureCopy.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[15/86] Compiling Alloy TextureDifferenceHighlight.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[16/86] Compiling Alloy TextureDivideByConstant.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[17/86] Compiling Alloy TextureInterpolation.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[18/86] Compiling Alloy TextureMask.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[19/86] Compiling Alloy TextureMaskedMix.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/95] Emitting module Bonjour
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import MultipeerConnectivity
3 | import os.log
[21/95] Compiling Bonjour MCPeerID+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import MultipeerConnectivity
3 | import os.log
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/95] Emitting module DeviceKit
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
13 | import WatchKit
14 | #else
15 | import UIKit
| `- error: no such module 'UIKit'
16 | #endif
17 |
[23/95] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
13 | import WatchKit
14 | #else
15 | import UIKit
| `- error: no such module 'UIKit'
16 | #endif
17 |
[24/95] Compiling Bonjour ProgressWatcher.swift
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import MultipeerConnectivity
3 | import os.log
[25/95] Compiling Alloy BitonicSort.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[26/95] Compiling Alloy BitonicSortFinalPass.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[27/95] Compiling Alloy BitonicSortFirstPass.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[28/95] Compiling Alloy BitonicSortGeneralPass.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[29/95] Compiling Alloy BlockSize.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[30/95] Compiling Alloy EuclideanDistance.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[31/95] Compiling Alloy LookUpTable.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[32/95] Compiling Alloy MPSUnaryImageKernels.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[33/95] Compiling Alloy MaskGuidedBlur.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[34/95] Compiling Alloy Normalization.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[35/95] Compiling Bonjour BonjourSession.swift
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import MultipeerConnectivity
3 | import os.log
[36/95] Compiling Bonjour Peer.swift
/host/spi-builder-workspace/.build/checkouts/Bonjour/Sources/Bonjour/BonjourSession.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 | import MultipeerConnectivity
3 | import os.log
[37/95] Compiling Alloy TextureMax.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[38/95] Compiling Alloy TextureMean.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[39/95] Compiling Alloy TextureMin.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[40/95] Compiling Alloy TextureMultiplyAdd.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[41/95] Compiling Alloy TextureNormalization.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[42/95] Compiling Alloy TextureResize.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[43/95] Compiling Alloy TextureWeightedMix.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[44/95] Compiling Alloy YCbCrToRGBA.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[45/95] Compiling Alloy GlobalPoolPadding.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/95] Emitting module Alloy
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[47/95] Compiling Alloy MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[48/95] Compiling Alloy MTLRegion+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[49/95] Compiling Alloy MTLRenderCommandEncoder+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[50/95] Compiling Alloy MTLRenderPassColorAttachmentDescriptor+LoadAction.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[51/95] Compiling Alloy MTLRenderPipelineColorAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[52/95] Compiling Alloy MTLResource+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[53/95] Compiling Alloy MTLSize+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[54/95] Compiling Alloy MTLSizeAndAlign+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[55/95] Compiling Alloy MTLTexture+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[56/95] Compiling Alloy MTLTexture+Serialization.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[57/95] Compiling Alloy ComputeCommand.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[58/95] Compiling Alloy MTLContext+Device.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[59/95] Compiling Alloy CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[60/95] Compiling Alloy Bundle+Module.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[61/95] Compiling Alloy Sequence+Utils.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[62/95] Compiling Alloy MTL+Codable.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[63/95] Compiling Alloy MTLBlitCommandEncoder+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[64/95] Compiling Alloy MTLBuffer+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[65/95] Compiling Alloy MTLClearColor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[66/95] Compiling Alloy MTLCommandBuffer+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[67/95] Compiling Alloy MTLTextureDescriptor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[68/95] Compiling Alloy MTLTextureDescriptor+Serialization.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[69/95] Compiling Alloy MPS+Functors.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[70/95] Compiling Alloy MPSImage+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[71/95] Compiling Alloy Float16.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[72/95] Compiling Alloy MTLContext.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[73/95] Compiling Alloy MTLIndexBuffer.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[74/95] Compiling Alloy MTLOffscreenRenderer.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[75/95] Compiling Alloy Metal.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[76/95] Compiling Alloy MetalError.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[77/95] Compiling Alloy MTLCommandQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[78/95] Compiling Alloy MTLComputeCommandEncoder+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[79/95] Compiling Alloy MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[80/95] Compiling Alloy MTLContext+CommandQueue.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[81/95] Compiling Alloy MTLDevice+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[82/95] Compiling Alloy MTLDevice+Features.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[83/95] Compiling Alloy MTLFunctionConstantValues+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[84/95] Compiling Alloy MTLLibrary+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[85/95] Compiling Alloy MTLOrigin+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[86/95] Compiling Alloy MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/Alloy/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
BUILD FAILURE 6.2 wasm