The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WebP, reference main (c7c0ad), with Swift 6.1 for Linux on 26 Jun 2025 08:21:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ainame/Swift-WebP.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/ainame/Swift-WebP
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c7c0ade Removed outdated workflows
Cloned https://github.com/ainame/Swift-WebP.git
Revision (git rev-parse @):
c7c0adebb374493a665136d98198b11437045fb4
SUCCESS checkout https://github.com/ainame/Swift-WebP.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ainame/Swift-WebP.git
https://github.com/ainame/Swift-WebP.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "libwebp-xcode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/libwebp-Xcode.git"
    }
  ],
  "manifest_display_name" : "WebP",
  "name" : "WebP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WebP",
      "targets" : [
        "WebP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebPTests",
      "module_type" : "SwiftTarget",
      "name" : "WebPTests",
      "path" : "Tests/WebPTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/WebPTests/Resources/jiro.jpg",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ResourceAccessHelper.swift",
        "WebPEncoderCGImageTests.swift",
        "WebPEncoderIOSTests.swift",
        "WebPEncoderMacOSTests.swift",
        "WebPImageInspectorTests.swift"
      ],
      "target_dependencies" : [
        "WebP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebP",
      "module_type" : "SwiftTarget",
      "name" : "WebP",
      "path" : "Sources/WebP",
      "product_dependencies" : [
        "libwebp"
      ],
      "product_memberships" : [
        "WebP"
      ],
      "sources" : [
        "CGImage+Util.swift",
        "InternalRawRepresentable.swift",
        "WebPDecoder+Platform.swift",
        "WebPDecoder.swift",
        "WebPDecoderConfig.swift",
        "WebPEncoder+CGImage.swift",
        "WebPEncoder+Platform.swift",
        "WebPEncoder.swift",
        "WebPEncoderConfig.swift",
        "WebPError.swift",
        "WebPImageInspector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[3/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (0.32s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (3.63s)
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode.git
Working copy of https://github.com/SDWebImage/libwebp-Xcode.git resolved at 1.5.0
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/WebP/Info.plist
Building for debugging...
[0/125] Compiling utils.c
[1/125] Compiling quant_levels_utils.c
[2/125] Compiling thread_utils.c
[3/125] Compiling random_utils.c
[4/125] Compiling rescaler_utils.c
[5/125] Compiling quant_levels_dec_utils.c
[6/125] Compiling palette.c
[7/125] Compiling huffman_utils.c
[8/125] Compiling color_cache_utils.c
[9/125] Compiling filters_utils.c
[10/125] Compiling huffman_encode_utils.c
[11/125] Compiling bit_reader_utils.c
[12/125] Compiling muxread.c
[13/125] Compiling muxinternal.c
[14/125] Compiling bit_writer_utils.c
[15/125] Compiling tree_enc.c
[16/125] Compiling sharpyuv.c
[17/125] Write swift-version-24593BA9C3E375BF.txt
[18/125] Compiling vp8l_enc.c
[19/125] Compiling webp_enc.c
[20/125] Compiling token_enc.c
[21/125] Compiling syntax_enc.c
[22/125] Compiling muxedit.c
[23/125] Compiling anim_encode.c
[24/125] Compiling picture_rescale_enc.c
[25/125] Compiling picture_tools_enc.c
[26/125] Compiling near_lossless_enc.c
[27/125] Compiling picture_psnr_enc.c
[28/125] Compiling predictor_enc.c
[29/125] Compiling quant_enc.c
[30/125] Compiling picture_enc.c
[31/125] Compiling iterator_enc.c
[32/125] Compiling config_enc.c
[33/125] Compiling cost_enc.c
[34/125] Compiling filter_enc.c
[35/125] Compiling picture_csp_enc.c
[36/125] Compiling yuv_sse41.c
[37/125] Compiling frame_enc.c
[38/125] Compiling analysis_enc.c
[39/125] Compiling alpha_enc.c
[40/125] Compiling backward_references_cost_enc.c
[41/125] Compiling histogram_enc.c
[42/125] Compiling yuv_mips_dsp_r2.c
[43/125] Compiling yuv_mips32.c
[44/125] Compiling yuv_neon.c
[45/125] Compiling upsampling_sse41.c
[46/125] Compiling backward_references_enc.c
[47/125] Compiling upsampling_neon.c
[48/125] Compiling upsampling_msa.c
[49/125] Compiling upsampling_mips_dsp_r2.c
[50/125] Compiling yuv.c
[51/125] Compiling ssim.c
[52/125] Compiling rescaler_msa.c
[52/125] Compiling upsampling.c
[54/125] Compiling rescaler_neon.c
[55/125] Compiling yuv_sse2.c
[56/125] Compiling lossless_sse41.c
[57/125] Compiling rescaler_mips_dsp_r2.c
[58/125] Compiling ssim_sse2.c
[59/125] Compiling rescaler_mips32.c
[60/125] Compiling lossless_neon.c
[61/125] Compiling rescaler.c
[62/125] Compiling lossless_mips_dsp_r2.c
[62/125] Compiling lossless_enc_sse41.c
[64/125] Compiling rescaler_sse2.c
[65/125] Compiling lossless_enc_neon.c
[66/125] Compiling lossless_msa.c
[67/125] Compiling lossless_enc_msa.c
[68/125] Compiling lossless_enc_mips_dsp_r2.c
[69/125] Compiling upsampling_sse2.c
[70/125] Compiling filters_msa.c
[70/125] Compiling lossless_enc_mips32.c
[72/125] Compiling filters_neon.c
[73/125] Compiling filters_mips_dsp_r2.c
[74/125] Compiling enc_sse41.c
[75/125] Compiling lossless_sse2.c
[76/125] Compiling enc_neon.c
[77/125] Compiling filters.c
[78/125] Compiling lossless.c
[78/125] Compiling filters_sse2.c
[80/125] Compiling lossless_enc.c
[81/125] Compiling lossless_enc_sse2.c
[82/125] Compiling enc_msa.c
[83/125] Compiling enc_mips32.c
[84/125] Compiling enc_mips_dsp_r2.c
[85/125] Compiling dec_neon.c
[86/125] Compiling dec_sse41.c
[87/125] Compiling enc.c
[88/125] Compiling dec_mips_dsp_r2.c
[89/125] Compiling dec_mips32.c
[90/125] Compiling dec_msa.c
[91/125] Compiling dec_clip_tables.c
[92/125] Compiling cost_neon.c
[93/125] Compiling cost_mips32.c
[94/125] Compiling cpu.c
[95/125] Compiling cost_mips_dsp_r2.c
[96/125] Compiling cost.c
[97/125] Compiling alpha_processing_sse41.c
[98/125] Compiling alpha_processing_mips_dsp_r2.c
[99/125] Compiling alpha_processing_neon.c
[100/125] Compiling dec.c
[101/125] Compiling cost_sse2.c
[101/125] Compiling alpha_processing.c
[103/125] Compiling demux.c
[104/125] Compiling alpha_processing_sse2.c
[105/125] Compiling anim_decode.c
[106/125] Compiling enc_sse2.c
[107/125] Compiling webp_dec.c
[108/125] Compiling quant_dec.c
[109/125] Compiling vp8l_dec.c
[110/125] Compiling tree_dec.c
[111/125] Compiling vp8_dec.c
[112/125] Compiling dec_sse2.c
[113/125] Compiling sharpyuv_neon.c
[114/125] Compiling buffer_dec.c
[115/125] Compiling alpha_dec.c
[116/125] Compiling frame_dec.c
[116/125] Write sources
[118/125] Compiling sharpyuv_dsp.c
[119/125] Compiling io_dec.c
[120/125] Compiling sharpyuv_csp.c
[121/125] Compiling idec_dec.c
[121/125] Compiling sharpyuv_gamma.c
[123/125] Compiling sharpyuv_cpu.c
[124/125] Compiling sharpyuv_sse2.c
[126/136] Emitting module WebP
/host/spi-builder-workspace/Sources/WebP/WebPEncoderConfig.swift:4:1: warning: extension declares a conformance of imported type 'WebPImageHint' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'libwebp' introduce this conformance in the future
  2 | import libwebp
  3 |
  4 | extension libwebp.WebPImageHint: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'WebPImageHint' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'libwebp' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  5 |     /// Create an instance initialized to `value`.
  6 |     public init(integerLiteral value: Int) {
[127/137] Compiling WebP WebPDecoderConfig.swift
[128/137] Compiling WebP WebPEncoder+CGImage.swift
[129/137] Compiling WebP WebPEncoder.swift
[130/137] Compiling WebP WebPEncoder+Platform.swift
[131/137] Compiling WebP WebPEncoderConfig.swift
/host/spi-builder-workspace/Sources/WebP/WebPEncoderConfig.swift:4:1: warning: extension declares a conformance of imported type 'WebPImageHint' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'libwebp' introduce this conformance in the future
  2 | import libwebp
  3 |
  4 | extension libwebp.WebPImageHint: ExpressibleByIntegerLiteral {
    | |- warning: extension declares a conformance of imported type 'WebPImageHint' to imported protocol 'ExpressibleByIntegerLiteral'; this will not behave correctly if the owners of 'libwebp' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
  5 |     /// Create an instance initialized to `value`.
  6 |     public init(integerLiteral value: Int) {
[132/137] Compiling WebP WebPError.swift
[133/137] Compiling WebP CGImage+Util.swift
[134/137] Compiling WebP InternalRawRepresentable.swift
[135/137] Compiling WebP WebPDecoder+Platform.swift
[136/137] Compiling WebP WebPDecoder.swift
[137/137] Compiling WebP WebPImageInspector.swift
Build complete! (23.48s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "libwebp-xcode",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SDWebImage/libwebp-Xcode.git"
    }
  ],
  "manifest_display_name" : "WebP",
  "name" : "WebP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "WebP",
      "targets" : [
        "WebP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebPTests",
      "module_type" : "SwiftTarget",
      "name" : "WebPTests",
      "path" : "Tests/WebPTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/WebPTests/Resources/jiro.jpg",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ResourceAccessHelper.swift",
        "WebPEncoderCGImageTests.swift",
        "WebPEncoderIOSTests.swift",
        "WebPEncoderMacOSTests.swift",
        "WebPImageInspectorTests.swift"
      ],
      "target_dependencies" : [
        "WebP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebP",
      "module_type" : "SwiftTarget",
      "name" : "WebP",
      "path" : "Sources/WebP",
      "product_dependencies" : [
        "libwebp"
      ],
      "product_memberships" : [
        "WebP"
      ],
      "sources" : [
        "CGImage+Util.swift",
        "InternalRawRepresentable.swift",
        "WebPDecoder+Platform.swift",
        "WebPDecoder.swift",
        "WebPDecoderConfig.swift",
        "WebPEncoder+CGImage.swift",
        "WebPEncoder+Platform.swift",
        "WebPEncoder.swift",
        "WebPEncoderConfig.swift",
        "WebPError.swift",
        "WebPImageInspector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.