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 FFmpeg-iOS-Support, reference main (be3bd9), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:54:57 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/FFmpeg-iOS-Support.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/FFmpeg-iOS-Support
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at be3bd91 remove output interfering JSON parsing
Cloned https://github.com/kewlbear/FFmpeg-iOS-Support.git
Revision (git rev-parse @):
be3bd9149ac53760e8725652eee99c405b2be47a
SUCCESS checkout https://github.com/kewlbear/FFmpeg-iOS-Support.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/kewlbear/FFmpeg-iOS-Support.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version-1EA4D86E10B52AF.txt
[4/6] Emitting module Depend
[5/6] Compiling Depend Depend.swift
[5/6] Compiling Hook Hook.m
[7/8] Compiling FFmpegSupport FFmpeg.swift
[8/8] Emitting module FFmpegSupport
Build complete! (4.79s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FFmpeg-iOS-Support",
  "name" : "FFmpeg-iOS-Support",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "FFmpeg-iOS-Support",
      "targets" : [
        "Depend",
        "Hook",
        "FFmpegSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Hook",
      "module_type" : "ClangTarget",
      "name" : "Hook",
      "path" : "Sources/Hook",
      "product_memberships" : [
        "FFmpeg-iOS-Support"
      ],
      "sources" : [
        "Hook.m"
      ],
      "target_dependencies" : [
        "Depend"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FFmpegSupport",
      "module_type" : "SwiftTarget",
      "name" : "FFmpegSupport",
      "path" : "Sources/FFmpegSupport",
      "product_memberships" : [
        "FFmpeg-iOS-Support"
      ],
      "sources" : [
        "FFmpeg.swift"
      ],
      "target_dependencies" : [
        "Hook"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Depend",
      "module_type" : "SwiftTarget",
      "name" : "Depend",
      "path" : "Sources/Depend",
      "product_memberships" : [
        "FFmpeg-iOS-Support"
      ],
      "sources" : [
        "Depend.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.