The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Alloy with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/s1ddok/Alloy.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/s1ddok/Alloy
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/s1ddok/Alloy.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/7] Write sources
[2/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'
import Metal
       ^
[9/89] Compiling Alloy RGBAToYCbCr.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[10/89] Compiling Alloy StdMeanNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[11/89] Compiling Alloy TextureAddConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[12/89] Compiling Alloy TextureAffineCrop.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[13/89] Compiling Alloy TextureCopy.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[14/89] Compiling Alloy TextureDifferenceHighlight.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[15/89] Compiling Alloy TextureDivideByConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[16/89] Compiling Alloy TextureInterpolation.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[17/89] Compiling Alloy TextureMask.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[18/89] Compiling Alloy TextureMaskedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[19/89] Compiling AlloyTestsResources resource_bundle_accessor.swift
[20/89] Compiling AlloyTestsResources Bundle+AlloyTestsResources.swift
[21/89] Emitting module AlloyTestsResources
[22/89] Compiling Alloy ComputeCommand.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[23/89] Compiling Alloy MTLContext+Device.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[24/89] Compiling Alloy CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[25/89] Compiling Alloy Bundle+Module.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[26/89] Compiling Alloy Sequence+Utils.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[27/89] Compiling Alloy MTL+Codable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[28/89] Compiling Alloy MTLBlitCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[29/89] Compiling Alloy MTLBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[30/89] Compiling Alloy MTLClearColor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[31/89] Compiling Alloy MTLCommandBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[32/89] Compiling Alloy MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[33/89] Compiling Alloy MTLRegion+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[34/89] Compiling Alloy MTLRenderCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[35/89] Compiling Alloy MTLRenderPassColorAttachmentDescriptor+LoadAction.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[36/89] Compiling Alloy MTLRenderPipelineColorAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[37/89] Compiling Alloy MTLResource+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[38/89] Compiling Alloy MTLSize+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[39/89] Compiling Alloy MTLSizeAndAlign+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[40/89] Compiling Alloy MTLTexture+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[41/89] Compiling Alloy MTLTexture+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[42/89] Compiling Alloy MTLCommandQueue+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[43/89] Compiling Alloy MTLComputeCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[44/89] Compiling Alloy MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[45/89] Compiling Alloy MTLContext+CommandQueue.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[46/89] Compiling Alloy MTLDevice+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[47/89] Compiling Alloy MTLDevice+Features.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[48/89] Compiling Alloy MTLFunctionConstantValues+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[49/89] Compiling Alloy MTLLibrary+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[50/89] Compiling Alloy MTLOrigin+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[51/89] Compiling Alloy MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[52/89] Compiling Alloy BitonicSort.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[53/89] Compiling Alloy BitonicSortFinalPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[54/89] Compiling Alloy BitonicSortFirstPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[55/89] Compiling Alloy BitonicSortGeneralPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[56/89] Compiling Alloy BlockSize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[57/89] Compiling Alloy EuclideanDistance.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[58/89] Compiling Alloy LookUpTable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[59/89] Compiling Alloy MPSUnaryImageKernels.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[60/89] Compiling Alloy MaskGuidedBlur.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[61/89] Compiling Alloy Normalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[62/89] Compiling Alloy TextureMax.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[63/89] Compiling Alloy TextureMean.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[64/89] Compiling Alloy TextureMin.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[65/89] Compiling Alloy TextureMultiplyAdd.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[66/89] Compiling Alloy TextureNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[67/89] Compiling Alloy TextureResize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[68/89] Compiling Alloy TextureWeightedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[69/89] Compiling Alloy YCbCrToRGBA.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[70/89] Compiling Alloy GlobalPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[72/90] Compiling Alloy MTLTextureDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[73/90] Compiling Alloy MTLTextureDescriptor+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[74/90] Compiling Alloy MPS+Functors.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[75/90] Compiling Alloy MPSImage+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[76/90] Compiling Alloy Float16.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[77/90] Compiling Alloy MTLContext.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[78/90] Compiling Alloy MTLIndexBuffer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[79/90] Compiling Alloy MTLOffscreenRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[80/90] Compiling Alloy Metal.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[81/90] Compiling Alloy MetalError.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[82/90] Compiling Alloy ONNXConvolutionPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[83/90] Compiling Alloy PyTorchPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[84/90] Compiling Alloy BoundingBoxesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[85/90] Compiling Alloy LinesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[86/90] Compiling Alloy MaskRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[87/90] Compiling Alloy PointsRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[88/90] Compiling Alloy RectangleRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[89/90] Compiling Alloy SimpleGeometryRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[90/90] Compiling Alloy resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/71] Emitting module Alloy
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[3/71] Compiling Alloy MTLCommandQueue+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[4/71] Compiling Alloy MTLComputeCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[5/71] Compiling Alloy MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[6/71] Compiling Alloy MTLContext+CommandQueue.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[7/71] Compiling Alloy MTLDevice+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[8/71] Compiling Alloy MTLDevice+Features.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[9/71] Compiling Alloy MTLFunctionConstantValues+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[10/71] Compiling Alloy MTLLibrary+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[11/71] Compiling Alloy MTLOrigin+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[12/71] Compiling Alloy MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[13/80] Compiling Alloy MTLTextureDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[14/80] Compiling Alloy MTLTextureDescriptor+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[15/80] Compiling Alloy MPS+Functors.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[16/80] Compiling Alloy MPSImage+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[17/80] Compiling Alloy Float16.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[18/80] Compiling Alloy MTLContext.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[19/80] Compiling Alloy MTLIndexBuffer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[20/80] Compiling Alloy MTLOffscreenRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[21/80] Compiling Alloy Metal.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[22/80] Compiling Alloy MetalError.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[23/80] Compiling Alloy BitonicSort.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[24/80] Compiling Alloy BitonicSortFinalPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[25/80] Compiling Alloy BitonicSortFirstPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[26/80] Compiling Alloy BitonicSortGeneralPass.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[27/80] Compiling Alloy BlockSize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[28/80] Compiling Alloy EuclideanDistance.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[29/80] Compiling Alloy LookUpTable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[30/80] Compiling Alloy MPSUnaryImageKernels.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[31/80] Compiling Alloy MaskGuidedBlur.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[32/80] Compiling Alloy Normalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[33/80] Compiling Alloy ComputeCommand.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[34/80] Compiling Alloy MTLContext+Device.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[35/80] Compiling Alloy CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[36/80] Compiling Alloy Bundle+Module.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[37/80] Compiling Alloy Sequence+Utils.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[38/80] Compiling Alloy MTL+Codable.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[39/80] Compiling Alloy MTLBlitCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[40/80] Compiling Alloy MTLBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[41/80] Compiling Alloy MTLClearColor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[42/80] Compiling Alloy MTLCommandBuffer+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[43/80] Compiling Alloy MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[44/80] Compiling Alloy MTLRegion+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[45/80] Compiling Alloy MTLRenderCommandEncoder+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[46/80] Compiling Alloy MTLRenderPassColorAttachmentDescriptor+LoadAction.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[47/80] Compiling Alloy MTLRenderPipelineColorAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[48/80] Compiling Alloy MTLResource+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[49/80] Compiling Alloy MTLSize+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[50/80] Compiling Alloy MTLSizeAndAlign+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[51/80] Compiling Alloy MTLTexture+Extensions.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[52/80] Compiling Alloy MTLTexture+Serialization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[53/80] Compiling Alloy TextureMax.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[54/80] Compiling Alloy TextureMean.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[55/80] Compiling Alloy TextureMin.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[56/80] Compiling Alloy TextureMultiplyAdd.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[57/80] Compiling Alloy TextureNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[58/80] Compiling Alloy TextureResize.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[59/80] Compiling Alloy TextureWeightedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[60/80] Compiling Alloy YCbCrToRGBA.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[61/80] Compiling Alloy GlobalPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[62/80] Compiling Alloy RGBAToYCbCr.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[63/80] Compiling Alloy StdMeanNormalization.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[64/80] Compiling Alloy TextureAddConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[65/80] Compiling Alloy TextureAffineCrop.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[66/80] Compiling Alloy TextureCopy.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[67/80] Compiling Alloy TextureDifferenceHighlight.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[68/80] Compiling Alloy TextureDivideByConstant.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[69/80] Compiling Alloy TextureInterpolation.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[70/80] Compiling Alloy TextureMask.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[71/80] Compiling Alloy TextureMaskedMix.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[72/80] Compiling Alloy ONNXConvolutionPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[73/80] Compiling Alloy PyTorchPoolPadding.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[74/80] Compiling Alloy BoundingBoxesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[75/80] Compiling Alloy LinesRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[76/80] Compiling Alloy MaskRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[77/80] Compiling Alloy PointsRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[78/80] Compiling Alloy RectangleRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[79/80] Compiling Alloy SimpleGeometryRenderer.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
[80/80] Compiling Alloy resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/Alloy/Core/ComputeCommand.swift:1:8: error: no such module 'Metal'
import Metal
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 2