The Swift Package Index logo.Swift Package Index

Build Information

Failed to build kubrick, reference 1.1.5 (018556), with Swift 6.3 for Android on 10 Apr 2026 21:24:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/krad/kubrick.git
Reference: 1.1.5
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/krad/kubrick
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 018556f Ok done with that.  I think this is better math
Cloned https://github.com/krad/kubrick.git
Revision (git rev-parse @):
018556f5e196ccfde895d27006a56aea3f7f5ed0
SUCCESS checkout https://github.com/krad/kubrick.git at 1.1.5
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/krad/kubrick.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/krad/grip.git
[1/176] Fetching grip
Fetched https://github.com/krad/grip.git from cache (0.78s)
Computing version for https://github.com/krad/grip.git
Computed https://github.com/krad/grip.git at 1.3.5 (1.45s)
Creating working copy for https://github.com/krad/grip.git
Working copy of https://github.com/krad/grip.git resolved at 1.3.5
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--4F562202D5529B1.txt
[4/16] Compiling grip NALU.swift
[5/16] Compiling grip AudioSamplePacket.swift
[6/16] Compiling grip Packets.swift
[7/16] Compiling grip StreamTypePacket.swift
[8/17] Compiling grip Writeable.swift
[9/17] Compiling grip StreamType.swift
[10/17] Compiling grip VideoDimensionsPacket.swift
[11/17] Compiling grip VideoParamSetPacket.swift
[12/17] Compiling grip CompressedSample.swift
[13/17] Compiling grip ByteHelpers.swift
[14/17] Compiling grip VideoSamplePacket.swift
[15/17] Emitting module grip
[16/17] Compiling grip BinaryEncodable.swift
[17/17] Compiling grip BinaryEncodableExtensions.swift
[19/45] Compiling kubrick AACEncoder.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[20/45] Compiling kubrick AudioEncoder.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[21/45] Compiling kubrick H264Encoder.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[22/45] Compiling kubrick H264Settings.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[23/48] Compiling kubrick Camera.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[24/48] Compiling kubrick Display.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[25/48] Compiling kubrick MediaDevice.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[26/48] Compiling kubrick MediaDeviceInput.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[27/48] Compiling kubrick MediaDeviceOutput.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[28/48] Compiling kubrick MediaDeviceReader.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[29/48] Compiling kubrick Microphone.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[30/48] Compiling kubrick AudioReader.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[31/48] Compiling kubrick MuxerSink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[32/48] Compiling kubrick PrettyPortraitSink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[33/48] Compiling kubrick Sink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[34/48] Compiling kubrick AACEncoderSink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[35/48] Compiling kubrick EndpointSink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[36/48] Compiling kubrick H264EncoderSink.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[37/48] Compiling kubrick VideoReader.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[38/48] Compiling kubrick MediaFormat.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[39/48] Compiling kubrick Sample.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[40/48] Compiling kubrick Session.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/48] Emitting module kubrick
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[42/48] Compiling kubrick VideoEncoder.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[43/48] Compiling kubrick Bytes.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[44/48] Compiling kubrick Rational.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[45/48] Compiling kubrick ThreadSafeArray.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[46/48] Compiling kubrick AVStream.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[47/48] Compiling kubrick Source.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
[48/48] Compiling kubrick SourceDiscoverer.swift
/host/spi-builder-workspace/Sources/kubrick/Sources/AVStream.swift:9:12: error: no such module 'Metal'
  7 |
  8 | #if (arch(arm) || arch(arm64))
  9 |     import Metal
    |            `- error: no such module 'Metal'
 10 | #endif
 11 |
BUILD FAILURE 6.3 android