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 Android on 26 Jun 2025 08:20:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

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:         android
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-0":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[1/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (0.34s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (3.62s)
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 sharpyuv_cpu.c
[1/125] Compiling lossless_enc_mips32.c
[2/125] Compiling random_utils.c
[2/125] Compiling thread_utils.c
[4/125] Compiling sharpyuv_dsp.c
[5/125] Compiling rescaler_utils.c
[6/125] Compiling utils.c
[7/125] Compiling quant_levels_utils.c
[8/125] Compiling huffman_utils.c
[9/125] Compiling palette.c
[10/125] Compiling quant_levels_dec_utils.c
[11/125] Compiling filters_utils.c
[12/125] Compiling huffman_encode_utils.c
[13/125] Compiling color_cache_utils.c
[14/125] Compiling lossless_enc.c
[15/125] Compiling bit_reader_utils.c
[16/125] Compiling bit_writer_utils.c
[17/125] Compiling muxread.c
[18/125] Compiling webp_enc.c
[19/125] Compiling muxinternal.c
[20/125] Compiling token_enc.c
[21/125] Compiling muxedit.c
[22/125] Compiling tree_enc.c
[23/125] Compiling syntax_enc.c
[24/125] Write swift-version-24593BA9C3E375BF.txt
[25/125] Compiling picture_tools_enc.c
[26/125] Compiling picture_psnr_enc.c
[27/125] Compiling anim_encode.c
[28/125] Compiling picture_rescale_enc.c
[29/125] Compiling predictor_enc.c
[30/125] Compiling vp8l_enc.c
[30/125] Compiling picture_enc.c
[32/125] Compiling near_lossless_enc.c
[33/125] Compiling iterator_enc.c
[34/125] Compiling picture_csp_enc.c
[35/125] Compiling filter_enc.c
[36/125] Compiling cost_enc.c
[37/125] Compiling config_enc.c
[37/125] Compiling frame_enc.c
[39/125] Compiling yuv_sse41.c
[40/125] Compiling yuv_sse2.c
[41/125] Compiling histogram_enc.c
[42/125] Compiling analysis_enc.c
[43/125] Compiling backward_references_cost_enc.c
[44/125] Compiling yuv_mips_dsp_r2.c
[44/125] Compiling yuv_mips32.c
[46/125] Compiling alpha_enc.c
[47/125] Compiling backward_references_enc.c
[48/125] Compiling upsampling_sse41.c
[49/125] Compiling quant_enc.c
[49/125] Compiling upsampling_sse2.c
[51/125] Compiling upsampling_mips_dsp_r2.c
[52/125] Compiling ssim_sse2.c
[52/125] Compiling upsampling_msa.c
[54/125] Compiling yuv.c
[55/125] Compiling rescaler_sse2.c
[56/125] Compiling ssim.c
[57/125] Compiling rescaler_mips_dsp_r2.c
[58/125] Compiling upsampling.c
[59/125] Compiling rescaler_msa.c
[60/125] Compiling rescaler_mips32.c
[61/125] Compiling lossless_sse41.c
[62/125] Compiling lossless_sse2.c
[63/125] Compiling rescaler.c
[64/125] Compiling lossless_msa.c
[65/125] Compiling lossless_enc_sse2.c
[66/125] Compiling lossless_enc_sse41.c
[67/125] Compiling lossless_mips_dsp_r2.c
[68/125] Compiling lossless_enc_mips_dsp_r2.c
[69/125] Compiling lossless_enc_msa.c
[70/125] Compiling filters_sse2.c
[71/125] Compiling filters_msa.c
[72/125] Compiling lossless.c
[73/125] Compiling yuv_neon.c
[74/125] Compiling filters_mips_dsp_r2.c
[75/125] Compiling filters.c
[76/125] Compiling enc_sse41.c
[77/125] Compiling enc_sse2.c
[78/125] Compiling enc_msa.c
[79/125] Compiling enc_mips32.c
[80/125] Compiling rescaler_neon.c
[81/125] Compiling enc_mips_dsp_r2.c
[82/125] Compiling enc.c
[83/125] Compiling dec_sse41.c
[84/125] Compiling lossless_enc_neon.c
[85/125] Compiling dec_sse2.c
[86/125] Compiling dec_msa.c
[87/125] Compiling dec_mips_dsp_r2.c
[88/125] Compiling upsampling_neon.c
[89/125] Compiling filters_neon.c
[90/125] Compiling dec_mips32.c
[91/125] Compiling dec_clip_tables.c
[92/125] Compiling lossless_neon.c
[93/125] Compiling cpu.c
[94/125] Compiling cost_sse2.c
[95/125] Compiling dec.c
[96/125] Compiling cost_mips_dsp_r2.c
[96/125] Compiling cost_mips32.c
[98/125] Compiling cost.c
[99/125] Compiling alpha_processing_sse41.c
[100/125] Compiling alpha_processing_sse2.c
[101/125] Compiling alpha_processing_mips_dsp_r2.c
[102/125] Compiling alpha_processing.c
[103/125] Compiling enc_neon.c
[104/125] Compiling anim_decode.c
[105/125] Compiling webp_dec.c
[106/125] Compiling demux.c
[107/125] Compiling dec_neon.c
[108/125] Compiling tree_dec.c
[109/125] Compiling vp8l_dec.c
[110/125] Compiling quant_dec.c
[111/125] Compiling vp8_dec.c
[112/125] Compiling idec_dec.c
[113/125] Compiling io_dec.c
[114/125] Compiling sharpyuv_sse2.c
[115/125] Compiling cost_neon.c
[116/125] Compiling buffer_dec.c
[116/125] Write sources
[118/125] Compiling alpha_dec.c
[119/125] Compiling frame_dec.c
[120/125] Compiling sharpyuv_csp.c
[121/125] Compiling sharpyuv_gamma.c
[122/125] Compiling alpha_processing_neon.c
[123/125] Compiling sharpyuv.c
[124/125] Compiling sharpyuv_neon.c
[126/136] Compiling WebP WebPError.swift
[127/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) {
[128/137] Compiling WebP CGImage+Util.swift
[129/137] Compiling WebP InternalRawRepresentable.swift
[130/137] 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) {
[131/137] Compiling WebP WebPDecoder+Platform.swift
[132/137] Compiling WebP WebPDecoder.swift
[133/137] Compiling WebP WebPDecoderConfig.swift
[134/137] Compiling WebP WebPEncoder+CGImage.swift
[135/137] Compiling WebP WebPEncoder+Platform.swift
[136/137] Compiling WebP WebPEncoder.swift
[137/137] Compiling WebP WebPImageInspector.swift
Build complete! (29.93s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.