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

Failed to build FFmpeg-iOS, reference v0.0.6-b20230416-200000 (4552bf), with Swift 6.1 for Linux on 27 Apr 2025 10:26:58 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/FFmpeg-iOS.git
Reference: v0.0.6-b20230416-200000
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/kewlbear/FFmpeg-iOS
 * tag               v0.0.6-b20230416-200000 -> FETCH_HEAD
HEAD is now at 4552bf5 fix FFmpeg-iOS-Support URL
Cloned https://github.com/kewlbear/FFmpeg-iOS.git
Revision (git rev-parse @):
4552bf5787c532fa650dcd10bda9403cd9d3a285
SUCCESS checkout https://github.com/kewlbear/FFmpeg-iOS.git at v0.0.6-b20230416-200000
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kewlbear/FFmpeg-iOS.git
https://github.com/kewlbear/FFmpeg-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "ffmpeg-ios-support",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kewlbear/FFmpeg-iOS-Support"
    }
  ],
  "manifest_display_name" : "FFmpeg-iOS",
  "name" : "FFmpeg-iOS",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FFmpeg-iOS",
      "targets" : [
        "avcodec",
        "avutil",
        "avformat",
        "avfilter",
        "avdevice",
        "swscale",
        "swresample",
        "fftools",
        "Dummy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swscale",
      "module_type" : "BinaryTarget",
      "name" : "swscale",
      "path" : "remote/archive/swscale.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "swresample",
      "module_type" : "BinaryTarget",
      "name" : "swresample",
      "path" : "remote/archive/swresample.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "fftools",
      "module_type" : "BinaryTarget",
      "name" : "fftools",
      "path" : "remote/archive/fftools.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avutil",
      "module_type" : "BinaryTarget",
      "name" : "avutil",
      "path" : "remote/archive/avutil.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avformat",
      "module_type" : "BinaryTarget",
      "name" : "avformat",
      "path" : "remote/archive/avformat.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avfilter",
      "module_type" : "BinaryTarget",
      "name" : "avfilter",
      "path" : "remote/archive/avfilter.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avdevice",
      "module_type" : "BinaryTarget",
      "name" : "avdevice",
      "path" : "remote/archive/avdevice.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "avcodec",
      "module_type" : "BinaryTarget",
      "name" : "avcodec",
      "path" : "remote/archive/avcodec.zip",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "FFmpeg_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "FFmpeg-iOSTests",
      "path" : "Tests/FFmpeg-iOSTests",
      "sources" : [
        "FFmpeg-iOSTests.swift"
      ],
      "target_dependencies" : [
        "Dummy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Dummy",
      "module_type" : "SwiftTarget",
      "name" : "Dummy",
      "path" : "Sources/Dummy",
      "product_dependencies" : [
        "FFmpeg-iOS-Support"
      ],
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
        "Depend.swift"
      ],
      "target_dependencies" : [
        "fftools",
        "avcodec",
        "avformat",
        "avfilter",
        "avdevice",
        "avutil",
        "swscale",
        "swresample"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kewlbear/FFmpeg-iOS-Support
[1/36] Fetching ffmpeg-ios-support
Fetched https://github.com/kewlbear/FFmpeg-iOS-Support from cache (0.34s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (1.10s)
Creating working copy for https://github.com/kewlbear/FFmpeg-iOS-Support
Working copy of https://github.com/kewlbear/FFmpeg-iOS-Support resolved at 0.0.2
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/fftools.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip
[1369/6576930] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip
[17781/6774371] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip
[34635/8326185] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip
[51019/8401254] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip
[360609/9359200] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip
[376991/14220091] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip
[400185/36286580] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip
[415162/37002679] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avdevice.zip (0.88s)
[6919604/36927610] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swresample.zip (0.88s)
[6984199/36730169] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/fftools.zip (0.95s)
[13347833/36014070] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip
[14213702/35056124] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/swscale.zip (0.97s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avutil.zip (1.01s)
[16519561/33504310] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avformat.zip (1.38s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avfilter.zip (1.48s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/v0.0.6-b20230416-173821/avcodec.zip (2.46s)
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[5/7] Emitting module Depend
[6/7] Compiling Depend Depend.swift
/host/spi-builder-workspace/.build/checkouts/FFmpeg-iOS-Support/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
   18 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[7/8] Compiling Hook Hook.m
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
[2/4] Compiling Depend Depend.swift
[3/4] Emitting module Depend
/host/spi-builder-workspace/.build/checkouts/FFmpeg-iOS-Support/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
   18 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/5] Compiling Hook Hook.m
BUILD FAILURE 6.1 linux