Build Information
Failed to build shared-graphics-tools, reference main (5be8cf
), with Swift 6.1 for Android on 29 May 2025 12:34:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/computer-graphics-tools/shared-graphics-tools.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/computer-graphics-tools/shared-graphics-tools
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5be8cf7 Update .spi.yml
Cloned https://github.com/computer-graphics-tools/shared-graphics-tools.git
Revision (git rev-parse @):
5be8cf7a7521f79878a55a762d30e3210421984f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/shared-graphics-tools.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/computer-graphics-tools/shared-graphics-tools.git
https://github.com/computer-graphics-tools/shared-graphics-tools.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "metal-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/eugenebokhan/metal-tools.git"
},
{
"identity" : "core-video-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "0.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/eugenebokhan/core-video-tools.git"
}
],
"manifest_display_name" : "shared-graphics-tools",
"name" : "shared-graphics-tools",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SharedGraphicsTools",
"targets" : [
"SharedGraphicsTools"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SharedGraphicsToolsTests",
"module_type" : "SwiftTarget",
"name" : "SharedGraphicsToolsTests",
"path" : "Tests/SharedGraphicsToolsTests",
"product_dependencies" : [
"MetalComputeTools"
],
"sources" : [
"SharedGraphicsToolsTests.swift"
],
"target_dependencies" : [
"SharedGraphicsTools"
],
"type" : "test"
},
{
"c99name" : "SharedGraphicsTools",
"module_type" : "SwiftTarget",
"name" : "SharedGraphicsTools",
"path" : "Sources/SharedGraphicsTools",
"product_dependencies" : [
"MetalTools",
"CoreVideoTools"
],
"product_memberships" : [
"SharedGraphicsTools"
],
"sources" : [
"Extensions/Accelerate/vImageBuffer+GraphicsDataProvider.swift",
"Extensions/CoreGraphics/CGContext+GraphicsDataProvider.swift",
"Extensions/CoreML/MLMultiArray+DataSize.swift",
"Extensions/CoreML/MLMultiArrayDataType+Size.swift",
"Extensions/CoreVideo/CVPixelBuffer+GraphicsDataProvider.swift",
"Extensions/CoreVideo/IOSurface+GraphicsDataProvider.swift",
"Extensions/Foundation/UnsafeRawPointer+PageAligned.swift",
"Extensions/Metal/MTLTexture+GraphicsDataProvider.swift",
"Extensions/UIKit/UIImage+GraphicsDataProvider.swift",
"GraphicsData.swift",
"GraphicsDataProvider.swift",
"MTLSharedGraphicsBuffer.swift",
"MultiplanarPlanarGraphicsDataProvider.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/eugenebokhan/core-video-tools.git
Fetching https://github.com/eugenebokhan/metal-tools.git
[1/1110] Fetching metal-tools
[212/1219] Fetching metal-tools, core-video-tools
Fetched https://github.com/eugenebokhan/core-video-tools.git from cache (0.36s)
Fetched https://github.com/eugenebokhan/metal-tools.git from cache (0.37s)
Computing version for https://github.com/eugenebokhan/core-video-tools.git
Computed https://github.com/eugenebokhan/core-video-tools.git at 0.1.0 (0.87s)
Computing version for https://github.com/eugenebokhan/metal-tools.git
Computed https://github.com/eugenebokhan/metal-tools.git at 1.3.5 (1.03s)
Creating working copy for https://github.com/eugenebokhan/metal-tools.git
Working copy of https://github.com/eugenebokhan/metal-tools.git resolved at 1.3.5
Creating working copy for https://github.com/eugenebokhan/core-video-tools.git
Working copy of https://github.com/eugenebokhan/core-video-tools.git resolved at 0.1.0
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/70] Emitting module MetalTools
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[6/78] Compiling CoreVideoTools IOSurface+Extensioins.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[7/79] Compiling MetalTools MTLDevice+Features.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[8/79] Compiling MetalTools MTLDevice+IsDiscrete.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[9/79] Compiling MetalTools MTLDevice+MTLTexture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[10/79] Compiling MetalTools MTLFunctionConstantValues+SetValue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[11/79] Compiling MetalTools MTLHeap+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[12/79] Compiling MetalTools MTLLibrary+PipelineState.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[13/79] Compiling MetalTools MTLOrigin+Clamp.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[14/79] Compiling MetalTools MTLOrigin+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[15/79] Compiling MetalTools MTLRegion+Clamp.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[16/79] Compiling MetalTools MTLRegion+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[17/79] Compiling MetalTools MTLRegion+Equitable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[18/79] Compiling MetalTools MTLRenderCommandEncoder+SetValue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[19/79] Compiling MetalTools MTLRenderPassAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[20/79] Compiling MetalTools MTLRenderPipelineColorAttachmentDescriptor+BlendingMode.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[21/79] Compiling MetalTools MTLResource+AccessibleOnCPU.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[22/79] Compiling MetalTools MTLResourceOptions+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[23/79] Compiling CoreVideoTools CoreVideoTools.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[24/79] Compiling CoreVideoTools CVPixelBuffer+Swift.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[25/79] Compiling CoreVideoTools CVReturn+Result.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[26/79] Compiling CoreVideoTools CVPixelBuffer+Utils.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[27/79] Compiling MetalTools MTLOrigin+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[28/79] Compiling MetalTools MTLOrigin+Equitable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[29/79] Compiling MetalTools MTLPixelFormat+CGBitmapInfo.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[30/79] Compiling MetalTools MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[31/79] Compiling MetalTools MTLPixelFormat+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[32/79] Compiling MetalTools MTLPixelFormat+ColorSpace.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[33/79] Compiling MetalTools MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[34/79] Compiling MetalTools MTLRegion+Area.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[35/79] Compiling MetalTools MTLCommandBuffer+Dispatching.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[36/79] Compiling MetalTools MTLCommandBuffer+ExecutionTime.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[37/79] Compiling MetalTools MTLCommandQueue+Schedule.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[38/79] Compiling MetalTools MTLCompileOptions+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[39/79] Compiling MetalTools MTLComputeCommandEncoder+Arguments.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[40/79] Compiling MetalTools MTLComputeCommandEncoder+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[41/79] Compiling MetalTools MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[42/79] Compiling MetalTools MTLDevice+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[43/79] Compiling MetalTools MPSNNGraph+Functors.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[44/79] Compiling MetalTools MPSUnaryImageKernel+Functors.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[45/79] Compiling MetalTools MTLContext+Capture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[46/79] Compiling MetalTools MTLContext+CommandQueue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[47/79] Compiling MetalTools MTLContext+Device.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[48/79] Compiling MetalTools MTLContext.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[49/79] Compiling MetalTools Metal.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[50/79] Compiling MetalTools MetalError.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[51/79] Compiling CoreVideoTools OSType+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/79] Emitting module CoreVideoTools
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[53/79] Compiling CoreVideoTools CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[54/79] Compiling CoreVideoTools CVError.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[55/79] Compiling MetalTools MTLTextureCodableContainer.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[56/79] Compiling MetalTools MTLTextureDescriptorCodableContainer.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/79] Compiling MetalTools CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[58/79] Compiling MetalTools CVPixelFormat+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[59/79] Compiling MetalTools Decoder+MTLDevice.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[60/79] Compiling MetalTools MTLBlitCommandEncoder+Copy.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[61/79] Compiling MetalTools MTLBuffer+Contents.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[62/79] Compiling MetalTools MTLCPUCacheMode+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/79] Compiling MetalTools MTLClearColor+Clear.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/.build/checkouts/metal-tools/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.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/67] Compiling MetalTools MTLTextureCodableContainer.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[3/67] Compiling MetalTools MTLTextureDescriptorCodableContainer.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[4/67] Compiling MetalTools CVPixelBuffer+MTLTexture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[5/67] Compiling MetalTools CVPixelFormat+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[6/67] Compiling MetalTools Decoder+MTLDevice.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[7/67] Compiling MetalTools MTLBlitCommandEncoder+Copy.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[8/67] Compiling MetalTools MTLBuffer+Contents.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[9/67] Compiling MetalTools MTLCPUCacheMode+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[10/67] Compiling MetalTools MTLClearColor+Clear.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/75] Emitting module CoreVideoTools
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[12/76] Compiling CoreVideoTools OSType+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[13/76] Compiling MetalTools MPSNNGraph+Functors.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[14/76] Compiling MetalTools MPSUnaryImageKernel+Functors.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[15/76] Compiling MetalTools MTLContext+Capture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[16/76] Compiling MetalTools MTLContext+CommandQueue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[17/76] Compiling MetalTools MTLContext+Device.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[18/76] Compiling MetalTools MTLContext.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[19/76] Compiling MetalTools Metal.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[20/76] Compiling MetalTools MetalError.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[21/76] Compiling MetalTools MTLTexture+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[22/76] Compiling MetalTools MTLTexture+Image.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[23/76] Compiling MetalTools MTLTextureDescriptor+Copy.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[24/76] Compiling MetalTools MTLTextureDescriptor+Encodable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[25/76] Compiling MetalTools MTLTextureType+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[26/76] Compiling MetalTools MTLTextureUsage+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[27/76] Compiling MetalTools MTLVertexAttributeDescriptor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[28/76] Compiling MetalTools MTLVertexAttributeDescriptorArray+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[29/76] Compiling CoreVideoTools CVPixelBuffer+Utils.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[30/76] Compiling CoreVideoTools CVReturn+Result.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[31/76] Compiling CoreVideoTools IOSurface+Extensioins.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[32/76] Compiling MetalTools MTLDevice+Features.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[33/76] Compiling MetalTools MTLDevice+IsDiscrete.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[34/76] Compiling MetalTools MTLDevice+MTLTexture.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[35/76] Compiling MetalTools MTLFunctionConstantValues+SetValue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[36/76] Compiling MetalTools MTLHeap+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[37/76] Compiling MetalTools MTLLibrary+PipelineState.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[38/76] Compiling MetalTools MTLOrigin+Clamp.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[39/76] Compiling MetalTools MTLOrigin+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[40/76] Compiling CoreVideoTools CVPixelBuffer+Swift.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[41/76] Compiling CoreVideoTools CoreVideoTools.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[42/76] Compiling CoreVideoTools CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[43/76] Compiling CoreVideoTools CVError.swift
/host/spi-builder-workspace/.build/checkouts/core-video-tools/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
1 | @_documentation(visibility: internal) @_exported import CoreVideo
| `- error: no such module 'CoreVideo'
2 | @_documentation(visibility: internal) @_exported import IOSurface
3 |
[44/76] Compiling MetalTools MTLOrigin+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[45/76] Compiling MetalTools MTLOrigin+Equitable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[46/76] Compiling MetalTools MTLPixelFormat+CGBitmapInfo.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[47/76] Compiling MetalTools MTLPixelFormat+CVPixelFormat.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[48/76] Compiling MetalTools MTLPixelFormat+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[49/76] Compiling MetalTools MTLPixelFormat+ColorSpace.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[50/76] Compiling MetalTools MTLPixelFormat+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[51/76] Compiling MetalTools MTLRegion+Area.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/76] Emitting module MetalTools
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[53/76] Compiling MetalTools MTLCommandBuffer+Dispatching.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[54/76] Compiling MetalTools MTLCommandBuffer+ExecutionTime.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[55/76] Compiling MetalTools MTLCommandQueue+Schedule.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[56/76] Compiling MetalTools MTLCompileOptions+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLComputeCommandEncoder+Arguments.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[58/76] Compiling MetalTools MTLComputeCommandEncoder+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[59/76] Compiling MetalTools MTLComputePipelineState+Threads.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[60/76] Compiling MetalTools MTLDevice+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[61/76] Compiling MetalTools MTLSize+Clamp.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[62/76] Compiling MetalTools MTLSize+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLSize+Convenience.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLSwize+Equitable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLSizeAndAlign+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLStorageMode+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLTexture+Array.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLTexture+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLRegion+Clamp.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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/76] Compiling MetalTools MTLRegion+Codable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[71/76] Compiling MetalTools MTLRegion+Equitable.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[72/76] Compiling MetalTools MTLRenderCommandEncoder+SetValue.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[73/76] Compiling MetalTools MTLRenderPassAttachmentDescriptor+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[74/76] Compiling MetalTools MTLRenderPipelineColorAttachmentDescriptor+BlendingMode.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[75/76] Compiling MetalTools MTLResource+AccessibleOnCPU.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
[76/76] Compiling MetalTools MTLResourceOptions+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/metal-tools/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.
BUILD FAILURE 6.1 android