The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build metal-tools, reference 1.3.3 (db76d9), with Swift 6.0 for Linux on 16 Sep 2024 14:20:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/computer-graphics-tools/metal-tools.git
Reference: 1.3.3
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/computer-graphics-tools/metal-tools
 * tag               1.3.3      -> FETCH_HEAD
HEAD is now at db76d9f vision os target support
Cloned https://github.com/computer-graphics-tools/metal-tools.git
Revision (git rev-parse @):
db76d9f9807641a5aa9b3e9291b559927bacd374
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/metal-tools.git at 1.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/computer-graphics-tools/metal-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/computer-graphics-tools/simd-tools.git
[1/288] Fetching simd-tools
Fetched https://github.com/computer-graphics-tools/simd-tools.git from cache (0.86s)
Computing version for https://github.com/computer-graphics-tools/simd-tools.git
Computed https://github.com/computer-graphics-tools/simd-tools.git at 0.0.2 (0.70s)
Fetching https://github.com/apple/swift-syntax.git
[1/65064] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (4.11s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 510.0.2 (2.73s)
Creating working copy for https://github.com/computer-graphics-tools/simd-tools.git
Working copy of https://github.com/computer-graphics-tools/simd-tools.git resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 510.0.2
Building for debugging...
[0/71] Copying IntegralImage.metal
[0/71] Copying LookUpTable.metal
[0/71] Copying EuclideanDistance.metal
[0/71] Copying MaskGuidedBlur.metal
[0/71] Copying BitonicSort.metal
[0/71] Write sources
[7/71] Copying TextRender.metal
[8/71] Copying SimpleGeometryRender.metal
[9/71] Write sources
[10/71] Copying RectangleRender.metal
[12/71] Copying PointsRenderer.metal
[13/71] Copying LinesRenderer.metal
[13/71] Copying MaskRenderer.metal
[15/71] Copying Common.metal
[16/71] Copying YCbCrToRGBA.metal
[17/71] Copying TextureWeightedMix.metal
[18/71] Copying TextureResize.metal
[19/71] Copying TextureMultiplyAdd.metal
[20/71] Copying TextureMix.metal
[20/71] Copying TextureMin.metal
[22/71] Copying TextureMean.metal
[22/71] Copying TextureMax.metal
[24/71] Copying TextureMask.metal
[24/71] Copying TextureMaskedMix.metal
[26/71] Copying TextureInterpolation.metal
[26/71] Copying TextureDivideByConstant.metal
[28/71] Copying TextureCopy.metal
[29/71] Copying TextureDifferenceHighlight.metal
[30/71] Copying TextureAffineCrop.metal
[31/71] Copying TextureAddConstant.metal
[32/71] Copying StdMeanNormalization.metal
[33/71] Copying RGBAToYCbCr.metal
[34/71] Copying QuantizeDistanceField.metal
[35/71] Write sources
[50/71] Copying Shared
[51/71] Copying HelveticaNeue.mtlfontatlas
[52/71] Compiling MetalComputeToolsSharedTypes MetalComputeToolsSharedTypes.c
[53/71] Compiling MetalRenderingToolsSharedTypes MetalRenderingToolsSharedTypes.c
[54/71] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/136] Emitting module MetalTools
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[57/144] Emitting module SwiftSyntax509
[58/144] Compiling SwiftSyntax509 Empty.swift
[59/145] Emitting module SwiftSyntax510
[60/145] Compiling SwiftSyntax510 Empty.swift
[62/146] Compiling MetalTools MPSNNGraph+Functors.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[63/146] Compiling MetalTools MPSUnaryImageKernel+Functors.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[64/146] Compiling MetalTools MTLContext+Capture.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[65/146] Compiling MetalTools MTLContext+CommandQueue.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[66/146] Compiling MetalTools MTLContext+Device.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[67/146] Compiling MetalTools MTLContext.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[68/146] Compiling MetalTools Metal.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[69/146] Compiling MetalTools MetalError.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[70/146] Wrapping AST for SwiftSyntax509 for debugging
[71/146] Wrapping AST for SwiftSyntax510 for debugging
[73/206] Compiling SwiftSyntax AbsolutePosition.swift
[74/206] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[75/206] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[76/206] Compiling SwiftSyntax Assert.swift
[77/206] Compiling SwiftSyntax BumpPtrAllocator.swift
[78/206] Compiling SwiftSyntax CommonAncestor.swift
[79/206] Compiling SwiftSyntax Convenience.swift
[80/206] Compiling SwiftSyntax MemoryLayout.swift
[81/206] Compiling SwiftSyntax MissingNodeInitializers.swift
[82/214] Compiling SwiftSyntax RawSyntaxNodesC.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[83/214] Compiling SwiftSyntax RawSyntaxNodesD.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[84/214] Compiling SwiftSyntax RawSyntaxNodesEF.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[85/214] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[86/214] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[87/214] Compiling SwiftSyntax RawSyntaxNodesOP.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[88/214] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[89/214] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[98/214] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[99/214] Compiling SwiftSyntax Syntax.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[100/214] Compiling SwiftSyntax SyntaxTransform.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[101/214] Compiling SwiftSyntax SyntaxVisitor.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[102/214] Compiling SwiftSyntax TokenKind.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[103/214] Compiling SwiftSyntax Tokens.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[104/214] Compiling SwiftSyntax TriviaPieces.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[105/214] Compiling SwiftSyntax RawSyntaxNodesAB.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[106/214] Compiling SwiftSyntax Keyword.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[107/214] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[108/214] Compiling SwiftSyntax RenamedNodesCompatibility.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[109/214] Compiling SwiftSyntax SyntaxAnyVisitor.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[110/214] Compiling SwiftSyntax SyntaxBaseNodes.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[111/214] Compiling SwiftSyntax SyntaxCollections.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[112/214] Compiling SwiftSyntax SyntaxEnum.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[113/214] Compiling SwiftSyntax SyntaxKind.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[114/214] Compiling SwiftSyntax SyntaxRewriter.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[115/214] Compiling SwiftSyntax SyntaxTraits.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[116/214] Compiling SwiftSyntax RawSyntax.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[117/214] Compiling SwiftSyntax RawSyntaxLayoutView.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[118/214] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[119/214] Compiling SwiftSyntax RawSyntaxTokenView.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[120/214] Compiling SwiftSyntax SourceLength.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[121/214] Compiling SwiftSyntax SourceLocation.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[122/214] Compiling SwiftSyntax SourcePresence.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[124/214] Compiling SwiftSyntax SyntaxArena.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[125/214] Compiling SwiftSyntax SyntaxChildren.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[126/214] Compiling SwiftSyntax SyntaxCollection.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[127/214] Compiling SwiftSyntax SyntaxHashable.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[128/214] Compiling SwiftSyntax SyntaxIdentifier.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[129/214] Compiling SwiftSyntax SyntaxNodeStructure.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[130/214] Compiling SwiftSyntax SyntaxProtocol.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[131/214] Compiling SwiftSyntax SyntaxText.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[132/214] Compiling SwiftSyntax SyntaxTreeViewMode.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[133/214] Compiling SwiftSyntax TokenDiagnostic.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[134/214] Compiling SwiftSyntax TokenSequence.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[135/214] Compiling SwiftSyntax TokenSyntax.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[136/214] Compiling SwiftSyntax Trivia.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[137/214] Compiling SwiftSyntax Utils.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[138/214] Compiling SwiftSyntax ChildNameForKeyPath.swift
/host/spi-builder-workspace/Sources/MetalTools/CodableContainer/MTLTextureCodableContainer.swift:1:8: error: no such module 'Metal'
  1 | import Metal
    |        `- error: no such module 'Metal'
  2 |
  3 | /// A container class that allows encoding and decoding of Metal textures.
[139/214] Compiling MetalComputeToolsTestsResources Bundle+TestsResources.swift
[140/214] Emitting module MetalComputeToolsTestsResources
[141/214] Compiling MetalComputeToolsTestsResources resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux