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 macOS (SPM) on 26 Jun 2025 08:22:34 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/SDWebImage/libwebp-Xcode.git
[1/274] Fetching libwebp-xcode
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (0.76s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.2.4 (3.79s)
Creating working copy for https://github.com/SDWebImage/libwebp-Xcode.git
Working copy of https://github.com/SDWebImage/libwebp-Xcode.git resolved at 1.2.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-webp",
      "name": "WebP",
      "url": "https://github.com/ainame/Swift-WebP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-WebP",
      "dependencies": [
        {
          "identity": "libwebp-xcode",
          "name": "libwebp",
          "url": "https://github.com/SDWebImage/libwebp-Xcode.git",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/libwebp-Xcode",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/ainame/Swift-WebP.git
[1/1280] Fetching swift-webp
Fetched https://github.com/ainame/Swift-WebP.git from cache (1.07s)
Fetching https://github.com/SDWebImage/libwebp-Xcode.git from cache
Fetched https://github.com/SDWebImage/libwebp-Xcode.git from cache (0.48s)
Computing version for https://github.com/SDWebImage/libwebp-Xcode.git
Computed https://github.com/SDWebImage/libwebp-Xcode.git at 1.5.0 (0.53s)
Creating working copy for https://github.com/ainame/Swift-WebP.git
Working copy of https://github.com/ainame/Swift-WebP.git resolved at main (c7c0ade)
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: '.resolve-product-dependencies': dependency 'swift-webp' is not used by any target
Found 1 product dependencies
  - libwebp
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ainame/Swift-WebP.git
https://github.com/ainame/Swift-WebP.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/123] Write swift-version-2F0A5646E1D333AE.txt
[1/123] Compiling sharpyuv_gamma.c
[2/123] Compiling sharpyuv_csp.c
[3/123] Compiling sharpyuv_dsp.c
[4/123] Compiling rescaler_utils.c
[5/123] Compiling thread_utils.c
[6/123] Compiling buffer_dec.c
[7/123] Compiling frame_dec.c
[8/123] Compiling utils.c
[9/123] Compiling random_utils.c
[10/123] Compiling idec_dec.c
[11/123] Compiling quant_levels_utils.c
[12/123] Compiling quant_levels_dec_utils.c
[13/123] Compiling filters_utils.c
[14/123] Compiling huffman_utils.c
[15/123] Compiling huffman_encode_utils.c
[16/123] Compiling color_cache_utils.c
[17/123] Compiling bit_reader_utils.c
[18/123] Compiling bit_writer_utils.c
[19/123] Compiling sharpyuv_sse2.c
[20/123] Compiling muxread.c
[21/123] Compiling muxinternal.c
[22/123] Compiling muxedit.c
[23/123] Compiling webp_enc.c
[24/123] Compiling alpha_dec.c
[25/123] Compiling sharpyuv_neon.c
[26/123] Compiling tree_enc.c
[27/123] Compiling anim_encode.c
[28/123] Compiling token_enc.c
[29/123] Compiling syntax_enc.c
[30/123] Compiling vp8l_enc.c
[31/123] Compiling picture_rescale_enc.c
[32/123] Compiling picture_tools_enc.c
[33/123] Compiling picture_psnr_enc.c
[34/123] Compiling predictor_enc.c
[35/123] Compiling picture_enc.c
[36/123] Compiling quant_enc.c
[37/123] Compiling near_lossless_enc.c
[38/123] Compiling picture_csp_enc.c
[39/123] Compiling iterator_enc.c
[40/123] Compiling config_enc.c
[41/123] Compiling filter_enc.c
[42/123] Compiling cost_enc.c
[43/123] Compiling frame_enc.c
[44/123] Compiling yuv_sse41.c
[45/123] Compiling backward_references_cost_enc.c
[46/123] Compiling analysis_enc.c
[47/123] Compiling backward_references_enc.c
[48/123] Compiling histogram_enc.c
[49/123] Compiling alpha_enc.c
[50/123] Compiling yuv_sse2.c
[51/123] Compiling yuv_mips_dsp_r2.c
[52/123] Compiling yuv_mips32.c
[53/123] Compiling upsampling_sse41.c
[54/123] Compiling yuv_neon.c
[55/123] Compiling upsampling_sse2.c
[56/123] Compiling yuv.c
[57/123] Compiling upsampling_mips_dsp_r2.c
[58/123] Compiling upsampling_msa.c
[59/123] Compiling upsampling.c
[60/123] Compiling ssim_sse2.c
[61/123] Compiling ssim.c
[62/123] Compiling rescaler_sse2.c
[63/123] Compiling rescaler_msa.c
[64/123] Compiling rescaler_mips_dsp_r2.c
[65/123] Compiling rescaler_mips32.c
[66/123] Compiling rescaler_neon.c
[67/123] Compiling rescaler.c
[68/123] Compiling lossless_sse41.c
[69/123] Compiling lossless_sse2.c
[70/123] Compiling lossless_msa.c
[71/123] Compiling upsampling_neon.c
[72/123] Compiling lossless_mips_dsp_r2.c
[73/123] Compiling lossless_enc_sse41.c
[74/123] Compiling lossless_enc_sse2.c
[75/123] Compiling lossless_enc_msa.c
[75/123] Compiling lossless_enc_mips_dsp_r2.c
[77/123] Compiling lossless_enc_neon.c
[78/123] Compiling lossless_neon.c
[79/123] Compiling lossless_enc_mips32.c
[80/123] Compiling filters_sse2.c
[81/123] Compiling filters_msa.c
[82/123] Compiling filters_neon.c
[83/123] Compiling lossless_enc.c
[84/123] Compiling lossless.c
[85/123] Compiling filters_mips_dsp_r2.c
[86/123] Compiling filters.c
[87/123] Compiling enc_sse41.c
[88/123] Compiling enc_sse2.c
[89/123] Compiling enc_msa.c
[90/123] Compiling enc_mips_dsp_r2.c
[91/123] Compiling enc_mips32.c
[92/123] Compiling dec_sse41.c
[93/123] Compiling enc_neon.c
[94/123] Compiling dec_sse2.c
[95/123] Compiling dec_mips_dsp_r2.c
[96/123] Compiling dec_msa.c
[97/123] Compiling enc.c
[98/123] Compiling dec_mips32.c
[99/123] Compiling dec_clip_tables.c
[100/123] Compiling cpu.c
[101/123] Compiling cost_sse2.c
[102/123] Compiling dec.c
[103/123] Compiling cost_mips_dsp_r2.c
[104/123] Compiling cost_mips32.c
[105/123] Compiling alpha_processing_sse41.c
[106/123] Compiling cost_neon.c
[107/123] Compiling dec_neon.c
[108/123] Compiling cost.c
[109/123] Compiling alpha_processing_sse2.c
[110/123] Compiling alpha_processing_mips_dsp_r2.c
[111/123] Compiling alpha_processing_neon.c
[112/123] Compiling alpha_processing.c
[112/123] Write sources
[114/123] Compiling anim_decode.c
[115/123] Compiling demux.c
[116/123] Compiling webp_dec.c
[117/123] Compiling quant_dec.c
[118/123] Compiling tree_dec.c
[119/123] Compiling sharpyuv.c
[120/123] Compiling vp8_dec.c
[121/123] Compiling io_dec.c
[122/123] Compiling vp8l_dec.c
[124/134] Compiling WebP WebPError.swift
[125/135] Compiling WebP WebPImageInspector.swift
[126/135] Compiling WebP WebPEncoder.swift
[127/135] Compiling WebP WebPEncoderConfig.swift
/Users/admin/builder/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/135] Compiling WebP WebPEncoder+CGImage.swift
[129/135] Compiling WebP WebPDecoderConfig.swift
[130/135] Compiling WebP WebPDecoder.swift
[131/135] Compiling WebP CGImage+Util.swift
[132/135] Compiling WebP InternalRawRepresentable.swift
[133/135] Compiling WebP WebPDecoder+Platform.swift
[134/135] Emitting module WebP
/Users/admin/builder/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) {
[135/135] Compiling WebP WebPEncoder+Platform.swift
Build complete! (9.99s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/WebP/Info.plist
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.