Build Information
Failed to build core-video-tools, reference 0.1.0 (de5858
), with Swift 5.9 for Linux on 3 Jul 2024 21:44:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/computer-graphics-tools/core-video-tools.git
Reference: 0.1.0
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/core-video-tools
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at de58581 api and documentation update
Cloned https://github.com/computer-graphics-tools/core-video-tools.git
Revision (git rev-parse @):
de58581d2125de2f8dc0b5ac513d94a37b8edebc
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/computer-graphics-tools/core-video-tools.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/computer-graphics-tools/core-video-tools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:bf2706fb3ad57f47449cad6c85f40e5d27f055fda5f2d8da4d3c25f3a5524d1a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/8] Compiling CoreVideoTools IOSurface+Extensioins.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[2/9] Compiling CoreVideoTools CVPixelBuffer+Swift.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[3/9] Compiling CoreVideoTools OSType+CVPixelFormat.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[4/9] Compiling CoreVideoTools CVPixelBuffer+Utils.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[5/9] Compiling CoreVideoTools CVReturn+Result.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/9] Emitting module CoreVideoTools
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[7/9] Compiling CoreVideoTools CVPixelFormat.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[8/9] Compiling CoreVideoTools CoreVideoTools.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
[9/9] Compiling CoreVideoTools CVError.swift
/host/spi-builder-workspace/Sources/CoreVideoTools/CoreVideoTools.swift:1:57: error: no such module 'CoreVideo'
@_documentation(visibility: internal) @_exported import CoreVideo
^
error: fatalError
BUILD FAILURE 5.9 linux