The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/YoutubeDL-iOS.git
Reference: 0.0.9
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/kewlbear/YoutubeDL-iOS
 * tag               0.0.9      -> FETCH_HEAD
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 0.0.9
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/kewlbear/YoutubeDL-iOS.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[6/10] Copying lib
[7/10] Write swift-version--423B1241ED78D482.txt
[9/17] Compiling PythonKit NumpyConversion.swift
[10/17] Compiling PythonKit Python.swift
[11/17] Emitting module PythonKit
[12/17] Compiling PythonKit PythonLibrary.swift
[13/17] Compiling PythonKit PythonLibrary+Symbols.swift
In file included from /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/PythonSupport.m:25:
/Users/builder/builds/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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/UKfvDsi8u/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.
[13/17] Compiling LinkPython PythonSupport.m
[15/20] Emitting module PythonSupport
<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Python-iOS/Sources/LinkPython/include/PythonSupport.h"
        ^
[16/20] Compiling PythonSupport SwiftBundle.swift
[17/20] Compiling PythonSupport resource_bundle_accessor.swift
[18/20] Compiling Depend Depend.swift
[19/20] Emitting module Depend
[19/20] Compiling Hook Hook.m
[21/22] Emitting module FFmpegSupport
[22/22] Compiling FFmpegSupport FFmpeg.swift
[23/24] Compiling Dummy Depend.swift
[24/24] Emitting module Dummy
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/30] Emitting module YoutubeDL
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[26/30] Compiling YoutubeDL Downloader.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[27/30] Compiling YoutubeDL PythonDecoder.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[28/30] Compiling YoutubeDL YoutubeDL.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[29/30] Compiling YoutubeDL HTTPRange.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[30/30] Compiling YoutubeDL Transcoder.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
Fetching https://github.com/kewlbear/FFmpeg-iOS-Lame from cache
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-Lame from cache (0.18s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Support from cache (0.18s)
Fetched https://github.com/pvieito/PythonKit.git from cache (0.18s)
Fetched https://github.com/kewlbear/Python-iOS.git from cache (0.18s)
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.41s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.3.1 (0.35s)
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.41s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (0.42s)
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/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/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/Python-iOS.git
Working copy of https://github.com/kewlbear/Python-iOS.git resolved at 0.1.1-b20230312-012746
Fetching binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip from cache
Fetching binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip from cache
Fetching binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip from cache
Fetching binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libffi.xcframework.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip from cache
Fetching binary artifact https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip from cache
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip from cache (0.13s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/mp3lame.zip from cache (0.14s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip from cache (0.15s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip from cache (0.16s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avdevice.zip from cache (0.53s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip from cache (0.66s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avformat.zip from cache (0.67s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip from cache (0.72s)
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip from cache (1.01s)
Fetched https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libffi.xcframework.zip from cache (1.04s)
Fetched https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libssl.xcframework.zip from cache (1.07s)
Fetched https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libcrypto.xcframework.zip from cache (1.17s)
Fetched https://github.com/kewlbear/Python-iOS/releases/download/v0.1.0-2023.03.11-06.34.34/libpython3.xcframework.zip from cache (2.22s)
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version--423B1241ED78D482.txt
[2/7] Compiling YoutubeDL PythonDecoder.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[3/7] Compiling YoutubeDL YoutubeDL.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[4/7] Compiling YoutubeDL Transcoder.swift
/Users/builder/builds/UKfvDsi8u/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)
[5/7] Emitting module YoutubeDL
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[6/7] Compiling YoutubeDL Downloader.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
[7/7] Compiling YoutubeDL HTTPRange.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/YoutubeDL/Downloader.swift:25:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm

Build Machine: Mac 7