Build Information
Failed to build Alloy, reference 0.18.2 (d0d317
), with Swift 6.0 for Linux on 29 Nov 2024 04:45:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/s1ddok/Alloy.git
Reference: 0.18.2
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/s1ddok/Alloy
* tag 0.18.2 -> FETCH_HEAD
HEAD is now at d0d3172 fix maxX, maxY and maxZ implementations
Cloned https://github.com/s1ddok/Alloy.git
Revision (git rev-parse @):
d0d3172e946bfabaf01883d4f84cb804c5d43fd6
SUCCESS checkout https://github.com/s1ddok/Alloy.git at 0.18.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/s1ddok/Alloy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/7] Write sources
[1/7] Copying Shaders.metal
[3/7] Copying TextureCopy
[4/7] Copying Shared
[5/7] Compiling AlloyShadersSharedTypes AlloyShadersSharedTypes.c
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/80] Emitting module Alloy
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[9/89] Compiling Alloy MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[10/89] Compiling Alloy MTLRegion+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[11/89] Compiling Alloy MTLRenderCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[12/89] Compiling Alloy MTLRenderPassColorAttachmentDescriptor+LoadAction.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[13/89] Compiling Alloy MTLRenderPipelineColorAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[14/89] Compiling Alloy MTLResource+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[15/89] Compiling Alloy MTLSize+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[16/89] Compiling Alloy MTLSizeAndAlign+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[17/89] Compiling Alloy MTLTexture+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[18/89] Compiling Alloy MTLTexture+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[19/89] Compiling Alloy ONNXConvolutionPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[20/89] Compiling Alloy PyTorchPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[21/89] Compiling Alloy BoundingBoxesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[22/89] Compiling Alloy LinesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[23/89] Compiling Alloy MaskRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[24/89] Compiling Alloy PointsRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[25/89] Compiling Alloy RectangleRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[26/89] Compiling Alloy SimpleGeometryRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[27/89] Compiling Alloy resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[28/89] Compiling AlloyTestsResources resource_bundle_accessor.swift
[29/89] Emitting module AlloyTestsResources
[30/89] Compiling AlloyTestsResources Bundle+AlloyTestsResources.swift
[31/89] Compiling Alloy TextureMax.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[32/89] Compiling Alloy TextureMean.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[33/89] Compiling Alloy TextureMin.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[34/89] Compiling Alloy TextureMultiplyAdd.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[35/89] Compiling Alloy TextureNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[36/89] Compiling Alloy TextureResize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[37/89] Compiling Alloy TextureWeightedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[38/89] Compiling Alloy YCbCrToRGBA.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[39/89] Compiling Alloy GlobalPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[40/90] Compiling Alloy MTLTextureDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[41/90] Compiling Alloy MTLTextureDescriptor+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[42/90] Compiling Alloy MPS+Functors.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[43/90] Compiling Alloy MPSImage+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[44/90] Compiling Alloy Float16.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[45/90] Compiling Alloy MTLContext.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[46/90] Compiling Alloy MTLIndexBuffer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[47/90] Compiling Alloy MTLOffscreenRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[48/90] Compiling Alloy Metal.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[49/90] Compiling Alloy MetalError.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[50/90] Compiling Alloy ComputeCommand.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[51/90] Compiling Alloy MTLContext+Device.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[52/90] Compiling Alloy CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[53/90] Compiling Alloy Bundle+Module.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[54/90] Compiling Alloy Sequence+Utils.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[55/90] Compiling Alloy MTL+Codable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[56/90] Compiling Alloy MTLBlitCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[57/90] Compiling Alloy MTLBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[58/90] Compiling Alloy MTLClearColor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[59/90] Compiling Alloy MTLCommandBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[60/90] Compiling Alloy BitonicSort.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[61/90] Compiling Alloy BitonicSortFinalPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[62/90] Compiling Alloy BitonicSortFirstPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[63/90] Compiling Alloy BitonicSortGeneralPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[64/90] Compiling Alloy BlockSize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[65/90] Compiling Alloy EuclideanDistance.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[66/90] Compiling Alloy LookUpTable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[67/90] Compiling Alloy MPSUnaryImageKernels.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[68/90] Compiling Alloy MaskGuidedBlur.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[69/90] Compiling Alloy Normalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[70/90] Compiling Alloy RGBAToYCbCr.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[71/90] Compiling Alloy StdMeanNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[72/90] Compiling Alloy TextureAddConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[73/90] Compiling Alloy TextureAffineCrop.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[74/90] Compiling Alloy TextureCopy.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[75/90] Compiling Alloy TextureDifferenceHighlight.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[76/90] Compiling Alloy TextureDivideByConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[77/90] Compiling Alloy TextureInterpolation.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[78/90] Compiling Alloy TextureMask.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[79/90] Compiling Alloy TextureMaskedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[80/90] Compiling Alloy MTLCommandQueue+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[81/90] Compiling Alloy MTLComputeCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[82/90] Compiling Alloy MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[83/90] Compiling Alloy MTLContext+CommandQueue.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[84/90] Compiling Alloy MTLDevice+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[85/90] Compiling Alloy MTLDevice+Features.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[86/90] Compiling Alloy MTLFunctionConstantValues+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[87/90] Compiling Alloy MTLLibrary+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[88/90] Compiling Alloy MTLOrigin+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 |
3 | @dynamicMemberLookup
[89/90] Compiling Alloy MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/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.0 linux