Build Information
Failed to build YoutubeDL-iOS, reference main (64d907
), with Swift 6.1 for Wasm on 29 May 2025 01:53:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kewlbear/YoutubeDL-iOS.git
Reference: main
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/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: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/kewlbear/YoutubeDL-iOS.git
https://github.com/kewlbear/YoutubeDL-iOS.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ffmpeg-ios-lame",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.6-b20230730-000000",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/FFmpeg-iOS-Lame"
},
{
"identity" : "pythonkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pvieito/PythonKit.git"
},
{
"identity" : "python-ios",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1-b",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kewlbear/Python-iOS.git"
}
],
"manifest_display_name" : "YoutubeDL-iOS",
"name" : "YoutubeDL-iOS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "YoutubeDL",
"targets" : [
"YoutubeDL"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YoutubeDL_iOSTests",
"module_type" : "SwiftTarget",
"name" : "YoutubeDL_iOSTests",
"path" : "Tests/YoutubeDL_iOSTests",
"sources" : [
"XCTestManifests.swift",
"YoutubeDLTests.swift"
],
"target_dependencies" : [
"YoutubeDL"
],
"type" : "test"
},
{
"c99name" : "YoutubeDL",
"module_type" : "SwiftTarget",
"name" : "YoutubeDL",
"path" : "Sources/YoutubeDL",
"product_dependencies" : [
"Python-iOS",
"PythonKit",
"FFmpeg-iOS-Lame"
],
"product_memberships" : [
"YoutubeDL"
],
"sources" : [
"Downloader.swift",
"HTTPRange.swift",
"PythonDecoder.swift",
"Transcoder.swift",
"YoutubeDL.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/kewlbear/Python-iOS.git
Fetching https://github.com/kewlbear/FFmpeg-iOS-Lame
Fetching https://github.com/pvieito/PythonKit.git
[1/32] Fetching ffmpeg-ios-lame
[33/1675] Fetching ffmpeg-ios-lame, pythonkit
Fetched https://github.com/pvieito/PythonKit.git from cache (0.31s)
[1/1568] Fetching python-ios
Fetched https://github.com/kewlbear/FFmpeg-iOS-Lame from cache (11.15s)
Fetched https://github.com/kewlbear/Python-iOS.git from cache (11.47s)
Computing version for https://github.com/pvieito/PythonKit.git
Computed https://github.com/pvieito/PythonKit.git at 0.5.1 (15.67s)
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.98s)
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.20s)
Computing version for https://github.com/kewlbear/FFmpeg-iOS-Support
Computed https://github.com/kewlbear/FFmpeg-iOS-Support at 0.0.2 (1.06s)
Computing version for https://github.com/kewlbear/Python-iOS.git
Computed https://github.com/kewlbear/Python-iOS.git at 0.1.1-b20230423-090254 (0.94s)
Creating working copy for https://github.com/pvieito/PythonKit.git
Working copy of https://github.com/pvieito/PythonKit.git resolved at 0.5.1
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-b20230423-090254
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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.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/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
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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.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/avutil.zip
[1369/47987586] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[83290/48945652] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[117007/71015322] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/avcodec.zip
[336671/72734984] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
[9671535/72932546] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.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/avcodec.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip (0.87s)
[13609239/71974480] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.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.1-b20230423-053002/libssl.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip (1.05s)
[33076354/70254818] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
Downloaded https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip (1.07s)
[35385571/70057256] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip
[70073631/76634372] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip
[70138076/84338057] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip
[74580879/85054389] Downloading https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avcodec.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avfilter.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/fftools.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
swift-runtime: failed to suspend thread 8 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 576 while processing a crash; backtraces will be missing information
swift-runtime: failed to suspend thread 8 while processing a crash; backtraces will be missing information
*** Signal 4: Backtracing from 0x7f2275cb0788... done ***
*** Program crashed: Illegal instruction at 0x00007f2275cb0788 ***
Thread 0 "swift-build":
0 0x00007f22741dd80a <unknown> in libc.so.6
Thread 1:
0 0x00007f22742c0e2e <unknown> in libc.so.6
Thread 2:
0 0x00007f22742b988d <unknown> in libc.so.6
Thread 3:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 4:
0 0x00007f22742b988d <unknown> in libc.so.6
Thread 5:
0 0x00007f22742b988d <unknown> in libc.so.6
Thread 6:
0 0x00007f22742b417e <unknown> in libc.so.6
Thread 7:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 8:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 9:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 10:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 11 crashed:
0 0x00007f2275cb0788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f2275ce4ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f2274847d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 12:
0 0x00007f227422c117 <unknown> in libc.so.6
Thread 13:
0 0x00007f22742af81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000562f549440d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000562f549440d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x0000562f54949167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] [inlined] 0x0000562f55c0566d specialized Condition.whileLocked<A>(_:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:43:21
5 [ra] [inlined] 0x0000562f55c0566d closure #1 in closure #1 in Thread.init(task:) in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:42:46
6 [ra] 0x0000562f55c0566d closure #1 in Thread.init(task:) + 108 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Condition.swift:50:20
Thread 14:
0 0x00007f22742af81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000562f5494456e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000562f5494456e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x0000562f54949167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000562f55c056b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 15:
0 0x00007f22742af81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000562f549440d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000562f549440d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x0000562f54949167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000562f55c056b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 16:
0 0x00007f22742af81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x0000562f5494456e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x0000562f5494456e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x0000562f54949167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x0000562f55c056b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003 8589934595
rdx 0x0000000000000002 2
rcx 0xfffffffe00000000 18446744065119617024
rbx 0x0000000000000003 3
rsi 0x00007f222c57ee68 03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80 ················
rdi 0x00007f220c000c90 06 00 06 00 07 00 06 00 06 00 07 00 07 00 07 00 ················
rbp 0x00007f221effbfe0 90 c0 ff 1e 22 7f 00 00 e6 4a ce 75 22 7f 00 00 ·Àÿ·"···æJÎu"···
rsp 0x00007f221effbf70 80 bf ff 1e 22 7f 00 00 4b 78 bd 75 22 7f 00 00 ·¿ÿ·"···Kx½u"···
r8 0x00007f222c037330 f7 c5 15 de 25 7f 00 00 11 c7 0a cc 75 02 a3 ae ÷Å·Þ%····Ç·Ìu·£®
r9 0x00007f221effbc50 73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64 ssion unexpected
r10 0x0000000000000000 0
r11 0xaea30275cc0ac711 12583904488760985361
r12 0x00007f222c57ee60 c8 e3 f7 75 22 7f 00 00 03 00 00 00 00 00 00 00 Èã÷u"···········
r13 0x00007f221effc058 5a 00 00 00 00 00 00 f0 60 ee 57 2c 22 7f 00 00 Z······ð`îW,"···
r14 0x0000000000000000 0
r15 0x000000000000005a 90
rip 0x00007f2275cb0788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (68 omitted):
0x0000562f546c9000–0x0000562f56895280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f227419b000–0x00007f2274357341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f227479e000–0x00007f22748a10f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f22759d4000–0x00007f2275f628c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 49.30s
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.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/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.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/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
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libcrypto.xcframework.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/avcodec.zip
Downloading binary artifact https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libpython3.xcframework.zip
[1397/1552001] Downloading https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/avutil.zip
[97812/2268333] Downloading 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/fftools.zip
[179438/2369467] Downloading 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/fftools.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip
[477180/3327533] Downloading 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/fftools.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swscale.zip
[1784323/3402704] Downloading 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/fftools.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.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/avdevice.zip
[1799780/3600266] Downloading 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/fftools.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.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/avdevice.zip, https://github.com/kewlbear/FFmpeg-iOS-Lame/releases/download/v0.0.6-b20230416-184420/swresample.zip
[1815237/8461009] Downloading 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/fftools.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.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/avdevice.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/avformat.zip
Downloaded https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libffi.xcframework.zip (1.19s)
[1860169/10079537] Downloading 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/fftools.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/avdevice.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/avformat.zip, https://github.com/kewlbear/Python-iOS/releases/download/v0.1.1-b20230423-053002/libssl.xcframework.zip
FoundationNetworking/EasyHandle.swift:293: Fatal error: 'try!' expression unexpectedly raised an error: Error Domain=libcurl.Easy Code=43 "(null)"
*** Signal 4: Backtracing from 0x7f989b0df788... done ***
*** Program crashed: Illegal instruction at 0x00007f989b0df788 ***
Thread 0 "swift-build":
0 0x00007f989960c80a <unknown> in libc.so.6
Thread 1:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 2:
0 0x00007f98996efe2e <unknown> in libc.so.6
Thread 3:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 4 crashed:
0 0x00007f989b0df788 _assertionFailure(_:_:file:line:flags:) + 264 in libswiftCore.so
1 [ra] 0x00007f989b113ae6 swift_unexpectedError + 805 in libswiftCore.so
2 [ra] 0x00007f9899c76d74 _HTTPURLProtocol.configureEasyHandle(for:body:) + 8163 in libFoundationNetworking.so
Thread 5:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 6:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 7:
0 0x00007f98996e888d <unknown> in libc.so.6
Thread 8:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 9:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 10:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 11:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 12:
0 0x00007f989965b117 <unknown> in libc.so.6
Thread 13:
0 0x00007f98996de81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x00005600be2fd0d4 AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x00005600be2fd0d4 closure #5 in AsyncProcess.launch() + 147 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:707:47
3 [ra] 0x00005600be302167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x00005600bf5be6b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Thread 14:
0 0x00007f98996de81c <unknown> in libc.so.6
1 [ra] [inlined] [system] 0x00005600be2fd56e AsyncProcess.readOutput(onFD:outputClosure:) in swift-package at //<compiler-generated>
2 [ra] 0x00005600be2fd56e closure #6 in AsyncProcess.launch() + 157 in swift-package at /home/build-user/swiftpm/Sources/Basics/Concurrency/AsyncProcess.swift:739:51
3 [ra] 0x00005600be302167 partial apply for closure #5 in AsyncProcess.launch() + 54 in swift-package
4 [ra] 0x00005600bf5be6b8 closure #1 in Thread.init(task:) + 183 in swift-package at /home/build-user/swift-tools-support-core/Sources/TSCBasic/Thread.swift:50:17
Registers:
rax 0x0000000200000003 8589934595
rdx 0x0000000000000002 2
rcx 0xfffffffe00000000 18446744065119617024
rbx 0x0000000000000003 3
rsi 0x00007f988883cef8 03 00 00 00 00 00 00 00 90 00 00 00 00 00 00 80 ················
rdi 0x00007f98880008e0 06 00 06 00 07 00 06 00 02 00 07 00 07 00 07 00 ················
rbp 0x00007f98929d4fe0 90 50 9d 92 98 7f 00 00 e6 3a 11 9b 98 7f 00 00 ·P······æ:······
rsp 0x00007f98929d4f70 80 4f 9d 92 98 7f 00 00 4b 68 00 9b 98 7f 00 00 ·O······Kh······
r8 0x00007f988834c7b0 5c 5b bb 71 9f 7f 00 00 83 05 64 0a b4 5a 39 02 \[»q······d·´Z9·
r9 0x00007f98929d4c50 73 73 69 6f 6e 20 75 6e 65 78 70 65 63 74 65 64 ssion unexpected
r10 0x0000000000000000 0
r11 0x02395ab40a640583 160258991063303555
r12 0x00007f988883cef0 c8 d3 3a 9b 98 7f 00 00 03 00 00 00 00 00 00 00 ÈÓ:·············
r13 0x00007f98929d5058 5a 00 00 00 00 00 00 f0 f0 ce 83 88 98 7f 00 00 Z······ððη·····
r14 0x0000000000000000 0
r15 0x000000000000005a 90
rip 0x00007f989b0df788 0f 0b 48 8d 35 4f 5c fb ff 48 8d 55 a0 45 31 e4 ··H·5O\ûÿH·U E1ä
rflags 0x0000000000010202
cs 0x0033 fs 0x0000 gs 0x0000
Images (68 omitted):
0x00005600be082000–0x00005600c024e280 ca509131bd385cb56a0d110b8f8d5889cca34182 swift-package /usr/bin/swift-package
0x00007f98995ca000–0x00007f9899786341 cd410b710f0f094c6832edd95931006d883af48e libc.so.6 /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f9899bcd000–0x00007f9899cd00f8 8937021eaaca913192c71363aa86ab9f12ff9ba4 libFoundationNetworking.so /usr/lib/swift/linux/libFoundationNetworking.so
0x00007f989ae03000–0x00007f989b3918c0 e0daad81442ed488d8b83fd10c171fcb90baba85 libswiftCore.so /usr/lib/swift/linux/libswiftCore.so
Backtrace took 23.62s
BUILD FAILURE 6.1 wasm