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 swift-image-formats, reference main (697bd8), with Swift 6.0 for Linux on 18 Feb 2025 19:54:16 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.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/swift-image-formats.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/stackotter/swift-image-formats
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 697bd8a Switch to the swift collective's libwebp wrapper (#2)
Cloned https://github.com/stackotter/swift-image-formats.git
Revision (git rev-parse @):
697bd8aa62bef7d74a1383454e3534a527769e41
SUCCESS checkout https://github.com/stackotter/swift-image-formats.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/stackotter/swift-image-formats.git
https://github.com/stackotter/swift-image-formats.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "libpng",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.45",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-swift-collective/libpng"
    },
    {
      "identity" : "jpeg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/jpeg"
    },
    {
      "identity" : "libwebp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-swift-collective/libwebp"
    }
  ],
  "manifest_display_name" : "swift-image-formats",
  "name" : "swift-image-formats",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ImageFormats",
      "targets" : [
        "ImageFormats"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImageFormatsTests",
      "module_type" : "SwiftTarget",
      "name" : "ImageFormatsTests",
      "path" : "Tests/ImageFormatsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.webp",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageFormatsTests.swift"
      ],
      "target_dependencies" : [
        "ImageFormats"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImageFormats",
      "module_type" : "SwiftTarget",
      "name" : "ImageFormats",
      "path" : "Sources/ImageFormats",
      "product_dependencies" : [
        "LibPNG",
        "JPEG",
        "WebP"
      ],
      "product_memberships" : [
        "ImageFormats",
        "Benchmarks"
      ],
      "sources" : [
        "BytesConvertible.swift",
        "HSV.swift",
        "Image.swift",
        "ImageFormat.swift",
        "InMemoryStream.swift",
        "RGB.swift",
        "RGBA.swift",
        "RGBAConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "Benchmarks.swift"
      ],
      "target_dependencies" : [
        "ImageFormats"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/the-swift-collective/libwebp
Fetching https://github.com/the-swift-collective/libpng
Fetching https://github.com/stackotter/jpeg
[1/30] Fetching libpng
[31/84] Fetching libpng, libwebp
[85/3195] Fetching libpng, libwebp, jpeg
Fetched https://github.com/the-swift-collective/libwebp from cache (0.21s)
[217/3141] Fetching libpng, jpeg
Fetched https://github.com/the-swift-collective/libpng from cache (2.80s)
Fetched https://github.com/stackotter/jpeg from cache (2.89s)
Computing version for https://github.com/the-swift-collective/libwebp
Computed https://github.com/the-swift-collective/libwebp at 1.4.1 (0.61s)
Computing version for https://github.com/stackotter/jpeg
Computed https://github.com/stackotter/jpeg at 1.0.2 (0.65s)
Computing version for https://github.com/the-swift-collective/libpng
Computed https://github.com/the-swift-collective/libpng at 1.6.45 (0.56s)
Fetching https://github.com/the-swift-collective/zlib.git
[1/37] Fetching zlib
Fetched https://github.com/the-swift-collective/zlib.git from cache (0.28s)
Computing version for https://github.com/the-swift-collective/zlib.git
Computed https://github.com/the-swift-collective/zlib.git at 1.3.1 (0.75s)
Creating working copy for https://github.com/the-swift-collective/zlib.git
Working copy of https://github.com/the-swift-collective/zlib.git resolved at 1.3.1
Creating working copy for https://github.com/stackotter/jpeg
Working copy of https://github.com/stackotter/jpeg resolved at 1.0.2
Creating working copy for https://github.com/the-swift-collective/libwebp
Working copy of https://github.com/the-swift-collective/libwebp resolved at 1.4.1
Creating working copy for https://github.com/the-swift-collective/libpng
Working copy of https://github.com/the-swift-collective/libpng resolved at 1.6.45
Building for debugging...
[0/192] Compiling ZLibC compress.c
[1/192] Compiling ZLibC gzclose.c
[2/192] Compiling ZLibC adler32.c
[3/192] Compiling ZLibC crc32.c
[4/192] Compiling ZLibC gzlib.c
[5/192] Compiling ZLibC infback.c
[6/192] Compiling ZLibC gzwrite.c
[7/192] Compiling ZLibC deflate.c
[8/192] Compiling sharpyuv_dsp.c
[9/192] Compiling sharpyuv_neon.c
[10/192] Compiling sharpyuv_cpu.c
[10/192] Compiling sharpyuv_csp.c
[12/192] Compiling sharpyuv_gamma.c
[12/192] Compiling sharpyuv_sse2.c
[13/192] Compiling pnglibconf pnglibconf.c
[15/192] Compiling wicdec.c
[15/192] Compiling tiffdec.c
[17/192] Compiling sharpyuv.c
[18/192] Compiling webpdec.c
[19/192] Compiling pngdec.c
[20/192] Compiling jpegdec.c
[21/192] Compiling pnmdec.c
[21/192] Compiling metadata.c
[23/192] Compiling image_dec.c
[24/192] Compiling ZLibC uncompr.c
[24/192] Compiling imageio_util.c
[26/192] Compiling ZLibC zutil.c
[26/192] Write sources
[33/192] Compiling ZLibC inftrees.c
[34/192] Compiling image_enc.c
[35/192] Compiling ZLibC trees.c
[36/192] Compiling ZLibC inffast.c
[37/192] Compiling ZLibC gzread.c
[38/192] Compiling ZLibC inflate.c
[39/192] Write swift-version-24593BA9C3E375BF.txt
[41/202] Compiling ZLib ZLib.swift
[42/202] Emitting module ZLib
[43/203] Compiling JPEG metadata.swift
[45/204] Compiling JPEG encode.swift
[46/204] Compiling JPEG error.swift
[47/204] Compiling JPEG jpeg.swift
[48/204] Compiling JPEG common.swift
[49/204] Emitting module JPEG
[49/204] Compiling powerpc_init.c
[50/204] Compiling png pngwio.c
[51/204] Compiling filter_vsx_intrinsics.c
[52/204] Compiling png pngwtran.c
[53/204] Compiling png pngtrans.c
[54/204] Compiling png pngwutil.c
[55/204] Compiling png pngwrite.c
[56/204] Compiling png pngset.c
[57/204] Compiling png pngrio.c
[58/204] Compiling png pngpread.c
[59/204] Compiling png pngmem.c
[60/204] Compiling png pngerror.c
[61/204] Compiling png pngget.c
[62/204] Compiling png pngread.c
[63/204] Compiling png pngrutil.c
[64/204] Compiling mips_init.c
[65/204] Compiling filter_msa_intrinsics.c
[66/204] Compiling filter_mmi_inline_assembly.c
[67/204] Compiling png pngrtran.c
[68/204] Compiling loongarch_lsx_init.c
[69/204] Compiling intel_init.c
[70/204] Compiling filter_sse2_intrinsics.c
[71/204] Compiling filter_neon.S
[72/204] Compiling filter_lsx_intrinsics.c
[73/204] Compiling palette_neon_intrinsics.c
[73/204] Compiling filter_neon_intrinsics.c
[75/204] Compiling png png.c
[76/204] Compiling arm_init.c
[77/204] Wrapping AST for ZLib for debugging
[79/206] Emitting module LibPNG
[80/206] Compiling LibPNG LibPNG.swift
[81/207] Compiling utils.c
[82/207] Compiling random_utils.c
[83/207] Compiling thread_utils.c
[84/207] Compiling quant_levels_utils.c
[85/207] Compiling palette.c
[86/207] Compiling rescaler_utils.c
[87/207] Compiling huffman_utils.c
[88/207] Compiling quant_levels_dec_utils.c
[89/207] Compiling bit_reader_utils.c
[90/207] Compiling filters_utils.c
[91/207] Compiling huffman_encode_utils.c
[92/207] Compiling color_cache_utils.c
[93/207] Compiling bit_writer_utils.c
[95/207] Compiling JPEG os.swift
[95/207] Compiling muxread.c
[96/207] Compiling muxinternal.c
[97/207] Compiling tree_enc.c
[98/207] Compiling muxedit.c
[99/207] Compiling webp_enc.c
[100/207] Compiling anim_encode.c
[101/207] Compiling token_enc.c
[102/207] Compiling vp8l_enc.c
[103/207] Compiling syntax_enc.c
[104/207] Compiling picture_tools_enc.c
[105/207] Compiling picture_enc.c
[106/207] Compiling picture_rescale_enc.c
[107/207] Compiling predictor_enc.c
[108/207] Compiling quant_enc.c
[109/207] Compiling picture_psnr_enc.c
[110/207] Compiling near_lossless_enc.c
[111/207] Compiling iterator_enc.c
[112/207] Compiling config_enc.c
[113/207] Compiling filter_enc.c
[114/207] Compiling picture_csp_enc.c
[115/207] Compiling cost_enc.c
[116/207] Compiling histogram_enc.c
[117/207] Compiling frame_enc.c
[118/207] Compiling yuv_sse41.c
[119/207] Compiling analysis_enc.c
[120/207] Compiling yuv_mips_dsp_r2.c
[121/207] Compiling backward_references_cost_enc.c
[122/207] Compiling yuv_neon.c
[123/207] Compiling yuv.c
[124/207] Compiling backward_references_enc.c
[124/207] Compiling alpha_enc.c
[126/207] Compiling yuv_mips32.c
[127/207] Compiling upsampling_sse41.c
[128/207] Compiling upsampling_neon.c
[129/207] Compiling upsampling_msa.c
[130/207] Compiling upsampling_mips_dsp_r2.c
[131/207] Compiling ssim.c
[132/207] Compiling rescaler_neon.c
[133/207] Compiling rescaler_msa.c
[134/207] Compiling upsampling.c
[135/207] Compiling rescaler_mips_dsp_r2.c
[136/207] Compiling rescaler_mips32.c
[137/207] Compiling ssim_sse2.c
[137/207] Compiling lossless_sse41.c
[139/207] Compiling rescaler.c
[140/207] Compiling rescaler_sse2.c
[141/207] Compiling yuv_sse2.c
[142/207] Compiling lossless_msa.c
[143/207] Compiling lossless_neon.c
[143/207] Compiling lossless_enc_sse41.c
[145/207] Compiling lossless_mips_dsp_r2.c
[146/207] Compiling lossless_enc_neon.c
[146/207] Compiling upsampling_sse2.c
[148/207] Compiling lossless_enc_msa.c
[149/207] Compiling lossless_enc_mips_dsp_r2.c
[150/207] Compiling lossless_enc_mips32.c
[151/207] Compiling lossless_sse2.c
[152/207] Compiling filters_neon.c
[153/207] Compiling filters_msa.c
[154/207] Compiling filters_mips_dsp_r2.c
[155/207] Compiling enc_sse41.c
[155/207] Compiling filters.c
[157/207] Compiling enc_msa.c
[158/207] Compiling lossless_enc_sse2.c
[159/207] Compiling filters_sse2.c
[160/207] Compiling enc_mips_dsp_r2.c
[161/207] Compiling enc_neon.c
[162/207] Compiling lossless_enc.c
[163/207] Compiling lossless.c
[164/207] Compiling dec_sse41.c
[165/207] Compiling enc_mips32.c
[166/207] Compiling enc.c
[167/207] Compiling dec_msa.c
[167/207] Compiling dec_neon.c
[169/207] Compiling dec_mips_dsp_r2.c
[169/207] Compiling dec_mips32.c
[171/207] Compiling dec_clip_tables.c
[172/207] Compiling cost_neon.c
[173/207] Compiling cpu.c
[174/207] Compiling cost_mips_dsp_r2.c
[175/207] Compiling cost_mips32.c
[176/207] Compiling alpha_processing_sse41.c
[177/207] Compiling cost_sse2.c
[178/207] Compiling cost.c
[179/207] Compiling alpha_processing_neon.c
[179/207] Compiling dec.c
[181/207] Compiling alpha_processing_mips_dsp_r2.c
[182/207] Compiling demux.c
[183/207] Compiling alpha_processing.c
[184/207] Compiling enc_sse2.c
[185/207] Compiling anim_decode.c
[186/207] Compiling webp_dec.c
[187/207] Compiling dec_sse2.c
[188/207] Compiling tree_dec.c
[189/207] Compiling quant_dec.c
[190/207] Compiling alpha_processing_sse2.c
[191/207] Compiling vp8l_dec.c
[192/207] Compiling vp8_dec.c
[193/207] Compiling io_dec.c
[194/207] Compiling alpha_dec.c
[195/207] Compiling buffer_dec.c
[196/207] Wrapping AST for LibPNG for debugging
[197/207] Compiling idec_dec.c
[198/207] Compiling frame_dec.c
[200/209] Compiling JPEG debug.swift
[201/209] Compiling JPEG decode.swift
[202/210] Wrapping AST for JPEG for debugging
[204/210] Emitting module WebP
[205/210] Compiling WebP WebP.swift
[206/211] Wrapping AST for WebP for debugging
[208/219] Compiling ImageFormats RGB.swift
[209/219] Compiling ImageFormats InMemoryStream.swift
[210/219] Compiling ImageFormats RGBA.swift
[211/219] Compiling ImageFormats ImageFormat.swift
[212/220] Emitting module ImageFormats
[213/220] Compiling ImageFormats BytesConvertible.swift
[214/220] Compiling ImageFormats HSV.swift
[215/220] Compiling ImageFormats RGBAConvertible.swift
[216/220] Compiling ImageFormats Image.swift
[217/221] Wrapping AST for ImageFormats for debugging
[219/223] Emitting module Benchmarks
[220/223] Compiling Benchmarks Benchmarks.swift
[221/224] Wrapping AST for Benchmarks for debugging
[222/224] Write Objects.LinkFileList
[223/224] Linking Benchmarks
Build complete! (52.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "libpng",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.45",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-swift-collective/libpng"
    },
    {
      "identity" : "jpeg",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/jpeg"
    },
    {
      "identity" : "libwebp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/the-swift-collective/libwebp"
    }
  ],
  "manifest_display_name" : "swift-image-formats",
  "name" : "swift-image-formats",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "ImageFormats",
      "targets" : [
        "ImageFormats"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ImageFormatsTests",
      "module_type" : "SwiftTarget",
      "name" : "ImageFormatsTests",
      "path" : "Tests/ImageFormatsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.jpg",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.png",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/ImageFormatsTests/test.webp",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ImageFormatsTests.swift"
      ],
      "target_dependencies" : [
        "ImageFormats"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ImageFormats",
      "module_type" : "SwiftTarget",
      "name" : "ImageFormats",
      "path" : "Sources/ImageFormats",
      "product_dependencies" : [
        "LibPNG",
        "JPEG",
        "WebP"
      ],
      "product_memberships" : [
        "ImageFormats",
        "Benchmarks"
      ],
      "sources" : [
        "BytesConvertible.swift",
        "HSV.swift",
        "Image.swift",
        "ImageFormat.swift",
        "InMemoryStream.swift",
        "RGB.swift",
        "RGBA.swift",
        "RGBAConvertible.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "Benchmarks.swift"
      ],
      "target_dependencies" : [
        "ImageFormats"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.