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 0.0.5 (59c01f), with Swift 6.1 for Linux on 27 Apr 2025 10:26:51 UTC.

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 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: 0.0.5
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               0.0.5      -> FETCH_HEAD
HEAD is now at 59c01fb fix build error
Cloned https://github.com/kewlbear/FFmpeg-iOS.git
Revision (git rev-parse @):
59c01fbba5a85005d4b624f77f6ad32d43a4d922
SUCCESS checkout https://github.com/kewlbear/FFmpeg-iOS.git at 0.0.5
========================================
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" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "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",
        "Depend",
        "ffmpeg",
        "Hook",
        "FFmpegSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Tool",
      "targets" : [
        "Tool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "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" : "ffmpeg",
      "module_type" : "BinaryTarget",
      "name" : "ffmpeg",
      "path" : "remote/archive/ffmpeg.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" : "Tool",
      "module_type" : "SwiftTarget",
      "name" : "Tool",
      "path" : "Sources/Tool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Tool"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Hook",
      "module_type" : "ClangTarget",
      "name" : "Hook",
      "path" : "Sources/Hook",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
        "Hook.m"
      ],
      "target_dependencies" : [
        "ffmpeg",
        "avcodec",
        "avformat",
        "avfilter",
        "avdevice",
        "avutil",
        "swscale",
        "swresample",
        "Depend"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FFmpegSupport",
      "module_type" : "SwiftTarget",
      "name" : "FFmpegSupport",
      "path" : "Sources/FFmpegSupport",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
        "FFmpeg.swift"
      ],
      "target_dependencies" : [
        "Hook"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FFmpeg_iOSTests",
      "module_type" : "SwiftTarget",
      "name" : "FFmpeg-iOSTests",
      "path" : "Tests/FFmpeg-iOSTests",
      "sources" : [
        "FFmpeg-iOSTests.swift"
      ],
      "target_dependencies" : [
        "FFmpegSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Depend",
      "module_type" : "SwiftTarget",
      "name" : "Depend",
      "path" : "Sources/Depend",
      "product_memberships" : [
        "FFmpeg-iOS"
      ],
      "sources" : [
        "Depend.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (1.78s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip
[1369/4841420] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip
[17781/11415481] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip
[50549/12373414] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip
[3125974/34444748] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip
[4469311/34952069] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip
[4485671/35149514] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip
[4502078/35224567] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avdevice.zip
[4518462/36763459] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avdevice.zip (0.72s)
[9092683/36688406] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swresample.zip (0.73s)
[9976690/36490961] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
[13969443/35983640] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/ffmpeg.zip (0.77s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/swscale.zip (0.83s)
[19866023/35025707] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avutil.zip (0.90s)
[27847361/33486815] Downloading https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avformat.zip (1.09s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avfilter.zip (1.30s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS/releases/download/0.0.5/avcodec.zip (2.34s)
Building for debugging...
[0/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/16] Emitting module ArgumentParserToolInfo
[8/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/17] Wrapping AST for ArgumentParserToolInfo for debugging
[11/51] Emitting module ArgumentParser
[12/55] Compiling ArgumentParser CollectionExtensions.swift
[13/55] Compiling ArgumentParser SequenceExtensions.swift
[14/55] Compiling ArgumentParser StringExtensions.swift
[15/55] Compiling ArgumentParser Tree.swift
[16/55] Compiling ArgumentParser ArgumentSet.swift
[17/55] Compiling ArgumentParser CommandParser.swift
[18/55] Compiling ArgumentParser InputOrigin.swift
[19/55] Compiling ArgumentParser Name.swift
[20/55] Compiling ArgumentParser Parsed.swift
[21/55] Compiling ArgumentParser Option.swift
[22/55] Compiling ArgumentParser OptionGroup.swift
[23/55] Compiling ArgumentParser CommandConfiguration.swift
[24/55] Compiling ArgumentParser EnumerableFlag.swift
[25/55] Compiling ArgumentParser ExpressibleByArgument.swift
[26/55] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/55] Compiling ArgumentParser CompletionsGenerator.swift
[28/55] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/55] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/55] Compiling ArgumentParser Argument.swift
[31/55] Emitting module Depend
[32/55] Compiling Depend Depend.swift
[33/56] Compiling ArgumentParser ArgumentHelp.swift
[34/56] Compiling ArgumentParser CompletionKind.swift
[35/56] Compiling ArgumentParser Errors.swift
[36/56] Compiling ArgumentParser Flag.swift
[37/56] Compiling ArgumentParser NameSpecification.swift
[38/56] Compiling ArgumentParser ParsableArguments.swift
[39/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[40/56] Compiling ArgumentParser ParsableCommand.swift
[41/56] Compiling ArgumentParser ArgumentDecoder.swift
[42/56] Compiling ArgumentParser ArgumentDefinition.swift
/host/spi-builder-workspace/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
   18 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[43/56] Compiling Hook Hook.m
[44/56] Compiling ArgumentParser ParsedValues.swift
[45/56] Compiling ArgumentParser ParserError.swift
[46/56] Compiling ArgumentParser SplitArguments.swift
[47/56] Compiling ArgumentParser DumpHelpGenerator.swift
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 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/7] Write swift-version-24593BA9C3E375BF.txt
[2/11] Emitting module Depend
[3/11] Compiling Depend Depend.swift
/host/spi-builder-workspace/Sources/Hook/Hook.m:18:9: fatal error: 'Foundation/Foundation.h' file not found
   18 | #import <Foundation/Foundation.h>
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[4/12] Compiling Hook Hook.m
[5/12] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 linux