The Swift Package Index logo.Swift Package Index

Build Information

Failed to build YoutubeDL-iOS with Swift 5.7 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/YoutubeDL-iOS.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/YoutubeDL-iOS
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 64d9072 Fix ffmpeg not installed
Cloned https://github.com/kewlbear/YoutubeDL-iOS.git
Revision (git rev-parse @):
64d9072cc33d2698b555d68cecf3d71f2f49b8dd
SUCCESS checkout https://github.com/kewlbear/YoutubeDL-iOS.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  $PWD/checkout
https://github.com/kewlbear/YoutubeDL-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying lib
[2/10] Compiling PythonKit NumpyConversion.swift
[3/10] Compiling PythonKit Python.swift
[4/10] Compiling PythonKit PythonLibrary.swift
[5/10] Compiling PythonKit PythonLibrary+Symbols.swift
[6/10] Emitting module PythonKit
In file included from /Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/PythonSupport.m:25:
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int PythonInitialize(int, const char **, const char *);
                                     ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                     ^
                                      _Nullable
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:38: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                     ^
                                      _Nonnull
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
int PythonInitialize(int, const char **, const char *);
                                      ^
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nullable' if the pointer may be null
int PythonInitialize(int, const char **, const char *);
                                      ^
                                       _Nullable
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h:39:39: note: insert '_Nonnull' if the pointer should never be null
int PythonInitialize(int, const char **, const char *);
                                      ^
                                       _Nonnull
2 warnings generated.
[6/10] Compiling LinkPython PythonSupport.m
[8/13] Emitting module Depend
[9/13] Compiling Depend Depend.swift
[9/13] Compiling Hook Hook.m
[11/13] Emitting module PythonSupport
[12/13] Compiling PythonSupport resource_bundle_accessor.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h"
        ^
[13/13] Compiling PythonSupport SwiftBundle.swift
[14/15] Compiling FFmpegSupport FFmpeg.swift
[15/15] Emitting module FFmpegSupport
[16/17] Compiling Dummy Depend.swift
[17/17] Emitting module Dummy
[18/23] Compiling YoutubeDL Transcoder.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[19/23] Compiling YoutubeDL PythonDecoder.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[20/23] Compiling YoutubeDL HTTPRange.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[21/23] Compiling YoutubeDL YoutubeDL.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[22/23] Emitting module YoutubeDL
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[23/23] Compiling YoutubeDL Downloader.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
Fetching https://github.com/pvieito/PythonKit.git from cache
Fetching https://github.com/kewlbear/FFmpeg-iOS-Support from cache
Fetching https://github.com/kewlbear/Python-iOS.git from cache
Fetched https://github.com/kewlbear/FFmpeg-iOS-Support (0.30s)
Fetching https://github.com/kewlbear/FFmpeg-iOS-Lame from cache
Fetched https://github.com/pvieito/PythonKit.git (0.31s)
Fetched https://github.com/kewlbear/Python-iOS.git (0.35s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame (0.15s)
Computing version for https://github.com/kewlbear/Python-iOS.git
Computed https://github.com/kewlbear/Python-iOS.git at 0.1.1-b20230312-012746 (0.33s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.3.1 (0.37s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Lame
Computed https://github.com/kewlbear/FFmpeg-iOS-Lame at 0.0.6-b20230730-000000 (0.32s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (0.32s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.3.1
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
Creating working copy for https://github.com/kewlbear/FFmpeg-iOS-Lame
Working copy of https://github.com/kewlbear/FFmpeg-iOS-Lame resolved at 0.0.6-b20230730-000000
Creating working copy for https://github.com/kewlbear/Python-iOS.git
Working copy of https://github.com/kewlbear/Python-iOS.git resolved at 0.1.1-b20230312-012746
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libffi.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloading binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
[14/7523] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip
[76/9202] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip
[92/30754] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[473/77617] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip
[536/79133] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[538/85556] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[552/90303] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[580/90402] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libffi.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libffi.xcframework.zip (0.25s)
[1722/90303] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[5141/90376] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip (0.38s)
[6412/90303] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
[9302/91238] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip (0.57s)
[11122/89559] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[12869/89752] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
[15714/90452] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (0.72s)
[16864/90259] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip (0.73s)
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (0.73s)
[14670/87807] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
[15198/88463] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip (0.84s)
[19664/87764] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip (0.88s)
[20292/87108] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip (1.29s)
[28629/82361] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip (1.56s)
[29492/75938] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip (1.63s)
[24575/68415] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip (3.01s)
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip (4.89s)
[0/1] Planning build
Building for debugging...
[1/6] Compiling YoutubeDL Transcoder.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[2/6] Compiling YoutubeDL YoutubeDL.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[3/6] Emitting module YoutubeDL
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[4/6] Compiling YoutubeDL Downloader.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[5/6] Compiling YoutubeDL HTTPRange.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[6/6] Compiling YoutubeDL PythonDecoder.swift
/Users/builder/builds/o86TiJKT/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.7 macosSpm

Build Machine: Mac 5