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

Successful build of libheif, reference 1.17.0 (29bbad), with Swift 5.8 for Linux on 12 Aug 2024 15:02:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.49.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SDWebImage/libheif-Xcode.git
Reference: 1.17.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/SDWebImage/libheif-Xcode
 * tag               1.17.0     -> FETCH_HEAD
HEAD is now at 29bbada Fix CocoaPods again
Submodule path 'libheif': checked out '588b096027d620a9b9a617d1111e5a25d02d48e5'
Submodule 'libheif' (https://github.com/strukturag/libheif.git) registered for path 'libheif'
Cloning into '/host/spi-builder-workspace/libheif'...
Cloned https://github.com/SDWebImage/libheif-Xcode.git
Revision (git rev-parse @):
29bbadaf0cccf1a62138377fda7da5954d0f73ae
SUCCESS checkout https://github.com/SDWebImage/libheif-Xcode.git at 1.17.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/SDWebImage/libheif-Xcode.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:7873cccef54cb75372976ae5e423e0f226d26579c9a85ad800680ee8634eb108
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/SDWebImage/libde265-Xcode.git
[1/276] Fetching libde265-xcode
Fetched https://github.com/SDWebImage/libde265-Xcode.git (0.18s)
Computing version for https://github.com/SDWebImage/libde265-Xcode.git
Computed https://github.com/SDWebImage/libde265-Xcode.git at 1.0.15 (0.28s)
Creating working copy for https://github.com/SDWebImage/libde265-Xcode.git
Working copy of https://github.com/SDWebImage/libde265-Xcode.git resolved at 1.0.15
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/libheif/libheif/plugins/encoder_ffmpeg.cc': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/libheif/libheif/plugins/encoder_ffmpeg.h': File not found.
Building for debugging...
[0/36] Compiling exif.cc
[1/36] Compiling bitstream.cc
[2/36] Compiling vvc.cc
[3/36] Compiling alpha.cc
[4/36] Compiling avif.cc
[5/36] Compiling chroma_sampling.cc
[6/36] Compiling encoder_uncompressed.cc
[7/36] Compiling decoder_libde265.cc
[8/36] Compiling encoder_mask.cc
[9/36] Compiling metadata_compression.cc
[10/36] Compiling plugin_registry.cc
[11/36] Compiling nclx.cc
[12/36] Compiling region.cc
[13/36] Compiling pixelimage.cc
[14/36] Compiling colorconversion.cc
[15/36] Compiling uncompressed_image.cc
[16/36] Compiling jpeg.cc
[17/36] Compiling heif_plugin.cc
[18/36] Compiling mask_image.cc
[19/36] Compiling init.cc
[20/36] Compiling jpeg2000.cc
[21/36] Compiling error.cc
[22/36] Compiling hevc.cc
[23/36] Compiling common_utils.cc
[24/36] Compiling heif_properties.cc
[25/36] Compiling heif_regions.cc
[26/36] Compiling box.cc
[27/36] Compiling rgb2yuv_sharp.cc
[28/36] Compiling yuv2rgb.cc
[29/36] Compiling rgb2yuv.cc
[30/36] Compiling monochrome.cc
/host/spi-builder-workspace/libheif/libheif/heif.cc:1636:10: warning: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
      cp > std::numeric_limits<std::underlying_type<heif_color_primaries>::type>::max()) {
      ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/libheif/libheif/heif.cc:1677:10: warning: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
      tc > std::numeric_limits<std::underlying_type<heif_transfer_characteristics>::type>::max()) {
      ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/libheif/libheif/heif.cc:1714:10: warning: result of comparison of constant 4294967295 with expression of type 'uint16_t' (aka 'unsigned short') is always false [-Wtautological-constant-out-of-range-compare]
      mc > std::numeric_limits<std::underlying_type<heif_matrix_coefficients>::type>::max()) {
      ~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings generated.
[31/36] Compiling heif.cc
[32/36] Compiling rgb2rgb.cc
[33/36] Compiling hdr_sdr.cc
[34/36] Compiling file.cc
[35/36] Compiling context.cc
Build complete! (9.53s)
Build complete.
Done.